47.3k views
1 vote
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?

Select only one answer.

Azure AD only

Storage key or shared access signature only

Azure AD, shared access signature or certificate only

Azure AD, storage key or shared access signature only

Azure AD, storage key, shared access signature or certificate

User Wowzaaa
by
8.3k points

2 Answers

7 votes

Final answer:

Authorization to an Azure blob container can be managed using Azure Active Directory, a storage key, or a shared access signature. These methods offer different levels of control and access flexibility for resources within an Azure storage account.

Step-by-step explanation:

To configure access to a blob container named container1 in an Azure storage account, several authorization types can be used. These include:

  • Azure Active Directory (Azure AD): Provides role-based access control and allows for fine-grained permissions.
  • Storage key: The account key provides full access to all storage account services based on the permissions specified for the storage account.
  • Shared Access Signature (SAS): Grants limited access to resources in your storage account. It can be designated for a specific time period and with specific permissions.

Therefore, the correct authorization types you can use for accessing container1 in an Azure storage account are Azure AD, storage key, or shared access signature only.

User Richardolsson
by
8.3k points
3 votes

Final answer:

In Azure Blob Storage, the container named container1 can be accessed using authorization methods such as Azure Active Directory, storage key, or shared access signature.

Step-by-step explanation:

When configuring access to a blob container in an Azure storage account, there are several authorization methods you can use. The options for authorization include Azure Active Directory (Azure AD), storage key, and shared access signature (SAS). Certificates are not used for authorization in Azure Blob Storage access. Thus, the correct authorization types that can be used for accessing container1 are Azure AD, storage key, or shared access signature only.

User Denikov
by
8.8k points