exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 4 question 123 discussion

Actual exam question from Microsoft's AZ-500
Question #: 108
Topic #: 4
[All AZ-500 Questions]

You have an Azure subscription that contains the Azure App Service web apps shown in the following table.



You upload a private key certificate named Cert1.pfx to App1.

Which apps can use Cert1?

  • A. App1 only
  • B. App1 and App2 only
  • C. App1 and App4 only
  • D. App1, App2, and App3 only
  • E. App1, App2, App3, and App4
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pamban
Highly Voted 1 year, 1 month ago
Selected Answer: A
I would go with as as per below explanation After you add a private certificate to an app, the certificate is stored in a deployment unit that's bound to the App Service plan's resource group, region, and operating system combination, internally called a webspace. That way, the certificate is accessible to other apps in the same resource group, region, and OS combination. Private certificates uploaded or imported to App Service are shared with App Services in the same deployment unit. Link: https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=apex
upvoted 9 times
Pamban
1 year, 1 month ago
Sorry missed the answer: it would be A
upvoted 2 times
...
...
Jimmy500
Most Recent 11 months, 1 week ago
After you add a private certificate to an app, the certificate is stored in a deployment unit that's bound to the App Service plan's resource group, region, and operating system combination, internally called a webspace. That way, the certificate is accessible to other apps in the same resource group, region, and OS combination. Private certificates uploaded or imported to App Service are shared with App Services in the same deployment unit. You can add up to 1000 private certificates per webspace. I think A
upvoted 3 times
...
Apptech
1 year, 1 month ago
Store certificate in Azure Key Vault: make sure to use the same subscription and resource group as your App Service app. For that reason only App1 and App2 can use Certificate. https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-app-service-certificate?tabs=portal
upvoted 1 times
...
Alagong
1 year, 1 month ago
Why not A?
upvoted 1 times
...
jaci
1 year, 1 month ago
When you upload a certificate to App Service, it's stored in the App Service instance's Key Vault. Key Vault is a global service in Azure, meaning it can be accessed from different regions.
upvoted 1 times
...
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.

SaveCancel
Loading ...