
Explanation:
The correct answer is D. Azure Key Vault is specifically designed to store configuration secrets for server applications, including security tokens. While Azure Active Directory (Azure AD) is a centralized identity provider that authenticates users and provides access tokens, it is not used to securely store secrets for applications. Therefore, applications that need to store and retrieve security tokens should use Azure Key Vault.
Which Azure service is specifically designed for applications to securely store and retrieve configuration secrets, including security tokens?
A
an Azure Storage account
B
Azure Active Directory (Azure AD)
C
a certificate store
D
an Azure key vault
No comments yet.