Hi All! I'm struggling with deploying an AppServic...
# azure
t
Hi All! I'm struggling with deploying an AppService with a WebAppHostNameBinding and related Certificate to make it work through HTTPS. There seems to be a dependency loop between the binding and the certificate: the Certificate creation needs the CanonicalName to be already configured with the WebAppHostNameBinding, but the WebAppHostNameBinding needs the Thumbprint from the certificate to make it work through HTTPS. How can I deploy the AppService with a single run?