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 WebApp1.
Looks to me that B is the anwer?
To access a certificate in your app code, add its thumbprint to the WEBSITE_LOAD_CERTIFICATES app setting, by running the following command in the Cloud Shell:
Azure CLI
Copy
Try It
az webapp config appsettings set --name <app-name> --resource-group <resource-group-name> --settings WEBSITE_LOAD_CERTIFICATES=<comma-separated-certificate-thumbprints>
Passed on the 04/11/22
40 Questions
1 Case Study = 6 Questions
1 Lab = 10 Tasks - You need to be comfortable navigating in Azure
Total 56 Questions
Some new questions, most are from this site. Big thank you to Exam Topics and everyone for their comments. Rule of thumb, go with the most votes.
Key Vault references can be used as values for Application Settings, allowing you to keep secrets in Key Vault instead of the site config. Application Settings are securely encrypted at rest, but if you need secret management capabilities, they should go into Key Vault.
Prepare your web app
To create custom TLS/SSL bindings or enable client certificates for your App Service app, your App Service plan must be in the Basic, Standard, Premium, or Isolated tier. In this step, you make sure that your web app is in the supported pricing tier.
Make the certificate accessible
To access a certificate in your app code, add its thumbprint to the WEBSITE_LOAD_CERTIFICATES app setting, by running the following command in the Cloud Shell:
az webapp config appsettings set --name <app-name> --resource-group <resource-group-name> --settings WEBSITE_LOAD_CERTIFICATES=<comma-separated-certificate-thumbprints>
To make all your certificates accessible, set the value to *.
Answer given is correct
To access a certificate in your app code, add its thumbprint to the WEBSITE_LOAD_CERTIFICATES app setting...
https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate-in-code
D
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjSqqjJ89ftAhXEWhUIHXizAK0QFjAAegQIAhAC&url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fapp-service%2Fconfigure-ssl-certificate-in-code&usg=AOvVaw3-EeTc8r7FxgKTpfdqxeii
This section is not available anymore. Please use the main Exam Page.AZ-500 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
mrwhite
Highly Voted 4 years, 9 months agoThi
4 years, 3 months agoCK9797
Highly Voted 2 years, 5 months agoxRiot007
9 months, 1 week agomajstor86
Most Recent 2 years, 2 months agoTash95
3 years, 1 month agowooyourdaddy
3 years, 4 months agozioggs
3 years, 6 months agoSandomj55
3 years, 9 months agoCyberbug2021
4 years agoHardcodedCloud
4 years, 2 months agodeegadaze1
4 years, 2 months agoSash82
3 years, 11 months agomilind8451
4 years, 2 months agofinolweb
4 years, 2 months agomayenite
4 years, 2 months agodeegadaze1
4 years, 2 months agodeegadaze1
4 years, 2 months agokimalto452
3 years, 10 months agomayenite
4 years, 3 months agofdera
4 years, 4 months agoipindado2020
4 years, 7 months agoSpamuel
4 years, 9 months ago