Posted by: Pdfprep
Post Date: November 23, 2020
You have an Azure web app named WebApp1.
You upload a certificate to WebApp1.
You need to make the certificate accessible to the app code of WebApp1.
What should you do?
A . Add a user-assigned managed identity to WebApp1.
B . Add an app setting to the WebApp1 configuration.
C . Enable system-assigned managed identity for the WebApp1.
D . Configure the TLS/SSL binding for WebApp1.
Answer: B
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate-in-code
Leave a Reply