Skip to content

Commit c057cda

Browse files
authored
Merge pull request #42431 from MicrosoftDocs/tamram-patch-3
Update storage-auth-aad.md
2 parents a63a11f + 8679d2b commit c057cda

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/storage/common/storage-auth-aad.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ Keep in mind the following points about the preview:
2929
- Azure Storage supports both built-in and custom RBAC roles. You can assign roles scoped to the subscription, the resource group, the storage account, or an individual container or queue.
3030
- The Azure Storage client libraries that currently support Azure AD integration include:
3131
- [.NET](https://www.nuget.org/packages/WindowsAzure.Storage/9.2.0-Preview)
32-
- [Java](http://mvnrepository.com/artifact/com.microsoft.azure/azure-storage)(use 7.1.0-Preview)
32+
- [Java](http://mvnrepository.com/artifact/com.microsoft.azure/azure-storage) (use 7.1.0-Preview)
3333
- Python
3434
- [Blob](https://github.com/Azure/azure-storage-python/releases/tag/v1.2.0rc1-blob)
3535
- [Queue](https://github.com/Azure/azure-storage-python/releases/tag/v1.2.0rc1-queue)
3636

3737
> [!IMPORTANT]
38-
> This preview is intended for non-production use only. Production service-level agreements (SLAs) will not be available until Azure AD integration for Azure Storage is declared generally available. If Azure AD integration is not yet supported for your scenario, continue to use Shared Key authorization or SAS tokens in your applications. For additional information about the preview, see [Authenticate access to Azure Storage using Azure Active Directory (Preview)](storage-auth-aad.md).
38+
> This preview is intended for non-production use only. Production service-level agreements (SLAs) will not be available until Azure AD integration for Azure Storage is declared generally available. If Azure AD integration is not yet supported for your scenario, continue to use Shared Key authorization or SAS tokens in your applications.
3939
>
4040
> During the preview, RBAC role assignments may take up to five minutes to propagate.
4141
>
4242
> Azure AD integration with Azure Storage requires that you use HTTPS for Azure Storage operations.
4343
44+
## Get started with Azure AD for Storage
4445

45-
For additional information about Azure AD integration for Azure Blobs and Queues, see the Azure Storage team blog post, [Announcing the Preview of Azure AD Authentication for Azure Storage](https://azure.microsoft.com/blog/announcing-the-preview-of-aad-authentication-for-storage/).
46+
The first step in using Azure AD integration with Azure Storage is to assign RBAC roles for storage data to your service principal (a user, group, or application service principal) or Managed Service Identity (MSI). RBAC roles encompass common sets of permissions for containers and queues. To learn more about RBAC roles for Azure Storage, see [Manage access rights to storage data with RBAC (Preview)](storage-auth-aad-rbac.md).
4647

47-
## Next Steps
48+
To use Azure AD to authorize access to storage resources in your applications, you need to request an OAuth 2.0 access token from your code. To learn how to request an access token and use it to authorize requests to Azure Storage, see [Authenticate with Azure AD from an Azure Storage application (Preview)](storage-auth-aad-app.md). If you are using an Azure Managed Service Identity (MSI), see [Authenticate with Azure AD from an Azure VM Managed Service Identity (Preview)](storage-auth-aad-msi.md).
4849

49-
- To learn more about RBAC roles for Azure Storage, see [Manage access rights to storage data with RBAC (Preview)](storage-auth-aad-rbac.md).
50-
- To learn how to authenticate with Azure AD from your Azure Storage applications, see [Authenticate with Azure AD from an Azure Storage application (Preview)](storage-auth-aad-app.md)
51-
- To learn how to authenticate with Azure AD from an Azure VM Managed Service Identity (MSI), see [Authenticate with Azure AD from an Azure VM Managed Service Identity (Preview)](storage-auth-aad-msi.md).
52-
- To learn how to log into Azure CLI and PowerShell with an Azure AD identity, see [Use an Azure AD identity to access Azure Storage with CLI or PowerShell (Preview)](storage-auth-aad-script.md).
50+
Azure CLI and PowerShell now support logging in with an Azure AD identity. After you log in with an Azure AD identity, your session runs under that identity. To learn more, see [Use an Azure AD identity to access Azure Storage with CLI or PowerShell (Preview)](storage-auth-aad-script.md).
5351

52+
## Next steps
5453

54+
For additional information about Azure AD integration for Azure Blobs and Queues, see the Azure Storage team blog post, [Announcing the Preview of Azure AD Authentication for Azure Storage](https://azure.microsoft.com/blog/announcing-the-preview-of-aad-authentication-for-storage/).

0 commit comments

Comments
 (0)