I want to deploy an Azure Web App with a custom do...
# azure
h
I want to deploy an Azure Web App with a custom domain bound to an SSL cert. I can't create the SSL cert without the binding in place first. Similar problem described here when using Bicep: https://stackoverflow.com/questions/73077972/how-to-deploy-app-service-with-managed-ssl-certificate-using-arm The solution in this is to use a Bicep module or ARM nested template. How can I do this with Pulumi?
m
Hi Craig, You may use the Automation API for this, calling the "stack" twice. But still thinking of a good ways to build it...