Matthew Paul

Results 19 comments of Matthew Paul

> @mip1983 how did you manage customDomains to work? I added the same to my service yaml file inside ingress settings, but azd deply seems to ignore this lines and...

@relounge If you're using 'azd config set alpha.aca.persistDomains on' you can remove the custom domains bit from your YAML file. That's only something I used along with output variables from...

> Thanks it worked. Added this to my workflow file. > > ``` > - name: Setup custom domains > run: azd config set alpha.aca.persistDomains on > ``` > >...

@rajeshkamal5050 Is there any guidance in the works for this area? Would be good to switch over to an aspire/azure based dns and certificate solution

> [@mitchdenny](https://github.com/mitchdenny) [@pamelafox](https://github.com/pamelafox) Hello, wondering if someone can point to a documentation on how to implement "Custom Domains" in aspire, we usually use Azure pipeline for deployment for all our...

I just wanted to ask here if there is anything in the pipeline on maturing the custom domain story in Azure? I've recently needed to deploy a new instance/container apps...

Looking forward to being able to do this stuff in AppHost and hopefully not needing any bicep customization at some point. I think the most significant things for me are...

Can I add a vote for dayofweek to go into EFCore as a datetime function rather than these work arounds? Seems to have been in the backlog a long time.