AZ-500 · Question #590
AZ-500 Question #590: Real Exam Question with Answer & Explanation
The correct answer is A: Cert1 and Cert2 only. Azure App Service requires certificates to be in PFX format for TLS bindings. Only Cert1 and Cert2 are in the required PFX format, making them suitable for WebApp1.
Question
You have an Azure subscription that contains an Azure App Services web app named WebApp1 and an Azure key vault named Vault1. Vault1 has the certificates shown in the following table. You plan to implement TLS for WebApp1. You need to add a certificate to WebApp1. Which certificates from Vault1 can you add to WebApp1?
Options
- ACert1 and Cert2 only
- BCert1 and Cert3 only
- CCert3 and Cert4 only
- DCert1, Cert2, Cert3, and Cert4
Explanation
Azure App Service requires certificates to be in PFX format for TLS bindings. Only Cert1 and Cert2 are in the required PFX format, making them suitable for WebApp1.
Common mistakes.
- B. Cert3 is in PEM format, which is not supported by Azure App Service for SSL/TLS bindings, making it unsuitable.
- C. Cert3 and Cert4 are both in PEM format, which Azure App Service does not support for SSL/TLS bindings.
- D. Cert3 and Cert4 are in PEM format, which Azure App Service does not support for SSL/TLS bindings, thus not all listed certificates can be added.
Concept tested. Azure App Service SSL certificate requirements and Key Vault integration
Community Discussion
No community discussion yet for this question.