You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Case:
We have a private key certificate sitting inside a KeyVault. Its referenced by keyVaultId and keyVaultSecretName properties. When you reference a certificate in this way inside of an ARM template, the sites resource in your ARM template is given a reference to it, which can then be loaded if you have a siteConfig env var called "WEBSITE_LOAD_CERTIFICATES" set to "*" (or a specific name).
See https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate-in-code for details
Use Case:
We have a private key certificate sitting inside a KeyVault. Its referenced by keyVaultId and keyVaultSecretName properties. When you reference a certificate in this way inside of an ARM template, the sites resource in your ARM template is given a reference to it, which can then be loaded if you have a siteConfig env var called "WEBSITE_LOAD_CERTIFICATES" set to "*" (or a specific name).
See https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate-in-code for details
Sample ARM JSON:
The text was updated successfully, but these errors were encountered: