AZ-303 Exam QuestionsBrowse all questions from this exam

AZ-303 Exam - Question 101


You have several Azure web apps that use access keys to access databases.

You plan to migrate the access keys to Azure Key Vault. Each app must authenticate by using Azure Active Directory (Azure AD) to gain access to the access keys.

What should you create in Azure to ensure that the apps can access the access keys?

Show Answer
Correct Answer: A

Azure Key Vault provides a secure way to store and access credentials and secrets. To do this securely, applications need to authenticate to Key Vault. Managed identities for Azure resources solve this problem by providing Azure services, such as web apps, with an automatically managed identity within Azure Active Directory (Azure AD). This managed identity can then be used to authenticate to Azure services that support Azure AD authentication, including Key Vault, without needing to store credentials in the app's code.

Discussion

16 comments
Sign in to comment
lasgidi
Dec 22, 2020

answer is correct

oshoparsi
Dec 24, 2020

correct. Web app needs to access to key vault. assign managed identity to the web app and grant permission to the managed identity at the key vault.

edmacoar123Option: A
Nov 19, 2021

On exam today 19/11/21. Correct answer. Score 860.

tavashOption: A
Nov 21, 2021

Correct answer A

jd94
Jun 12, 2021

6/12/2021. Passed the exam. Managed identities

AravindITGuy
Jun 21, 2021

Took exam today passed this morning was on there 6/21/2021

VMUN
Jun 26, 2021

26-June-21, Passed the exam. Correct Answer

syu31svc
Aug 28, 2021

A is the answer Azure Key Vault provides a way to store credentials and other secrets with increased security. But your code needs to authenticate to Key Vault to retrieve them. Managed identities for Azure resources help to solve this problem by giving Azure services an automatically managed identity in Azure Active Directory (Azure AD). You can use this identity to authenticate to any service that supports Azure AD authentication, including Key Vault, without having to display credentials in your code. https://docs.microsoft.com/en-us/azure/key-vault/general/tutorial-net-create-vault-azure-web-app

MinhajR
Aug 27, 2021

On Exam 27/08/2021

nd78
Jan 22, 2022

on Exam today 21st Jan, 2022

gssd4scoder
May 7, 2021

trivial

tomatosis
Dec 24, 2021

On exam 23 Dec 2021, I chose A

Nands23
Dec 29, 2021

This was on today's exam. 12/29/2021 Right answer.

LeganOption: A
Feb 2, 2022

Correct answer A

KarkadanOption: A
Feb 11, 2022

Correct answer A

kristhiankOption: A
Feb 23, 2022

on exam today, passed