A developer working at MDFT Academy hands you a Shared Access Signature (SAS). To which kind of Azure resource will this SAS let you connect?
Choose the correct answer from the options below.
Please select at least one answer!
Correct!
I'm sorry, your answer is not correct.
Explanations for each answer:
An Azure storage account is correct
Azure Active Directory (AAD) is incorrect. While Azure AD (now Microsoft Entra ID) can be used to secure a user delegation SAS, the SAS itself is used to connect to and access resources in a storage account, not to Azure AD directly.
A certificate store is incorrect. A Shared Access Signature is not used to connect to a certificate store. SAS tokens are specifically designed for delegating access to Azure Storage resources.
Azure Key Vault is incorrect. While Azure Key Vault can be used to store SAS tokens securely, the SAS itself is used to connect to storage accounts, not to Key Vault. Key Vault is a service for managing secrets, keys, and certificates.