https://pulumi.com logo
Title
h

hundreds-jackal-10148

01/08/2023, 12:44 AM
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

many-telephone-49025

01/09/2023, 12:23 PM
Hi Craig, You may use the Automation API for this, calling the "stack" twice. But still thinking of a good ways to build it...