68.7k views
3 votes
You have an Azure storage account that contains a blob container named container1. You need to configure access to container1. Which authorization types can you use? Microsoft Entra ID only Microsoft Entra ID, shared access signature or certificate only Microsoft Entra ID, storage key or shared access signature only Microsoft Entra ID, storage key, shared access signature or certificate Storage key or shared access signature only

User Leafcutter
by
7.4k points

1 Answer

6 votes

Answer:

Microsoft Azure AD, Storage Key, Shared Access Signature, or Certificate

Step-by-step explanation:

In Microsoft Azure, you can configure access to a blob container in a storage account using different authorization types. The available authorization types include:

Microsoft Azure AD (Azure Active Directory) only: This means using Azure AD for authentication.

Microsoft Azure AD, Shared Access Signature (SAS), or Certificate only: This option allows you to use Azure AD, SAS tokens, or certificates for authentication.

Microsoft Azure AD, Storage Key, or Shared Access Signature only: This option provides flexibility by allowing authentication using Azure AD, storage account keys, or SAS tokens.

Microsoft Azure AD, Storage Key, Shared Access Signature, or Certificate: This option provides the broadest range of authentication methods, including Azure AD, storage account keys, SAS tokens, or certificates.

Storage Key or Shared Access Signature only: This option limits authentication to storage account keys or SAS tokens.

This option provides the most comprehensive set of authentication methods for configuring access to the blob container in the Azure storage account.

User Kurgaan
by
7.6k points