Skip to content

Commit b0e3581

Browse files
authored
Merge pull request #100745 from MarkusVi/arturo20203
arturo20203
2 parents b27685f + e273daa commit b0e3581

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/managed-identities-azure-resources/tutorial-vm-windows-access-storage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: tutorial
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
16-
ms.date: 04/12/2018
16+
ms.date: 01/10/2020
1717
ms.author: markvi
1818
ms.collection: M365-identity-device-management
1919
---
@@ -36,7 +36,7 @@ This tutorial shows you how to use a system-assigned managed identity for a Wind
3636

3737
[!INCLUDE [msi-tut-prereqs](../../../includes/active-directory-msi-tut-prereqs.md)]
3838

39-
## Create a storage account
39+
## Create account
4040

4141
In this section, you create a storage account.
4242

@@ -65,9 +65,9 @@ Files require blob storage so you need to create a blob container in which to st
6565
7. In the **Upload blob** pane, under **Files**, click the folder icon and browse to the file **hello_world.txt** on your local machine, select the file, then click **Upload**.
6666
![Upload text file](./media/msi-tutorial-linux-vm-access-storage/upload-text-file.png)
6767

68-
## Grant your VM access to an Azure Storage container
68+
## Grant access
6969

70-
You can use the VM's system-assigned managed identity to retrieve the data in the Azure storage blob.
70+
This section shows how to grant your VM access to an Azure Storage container. You can use the VM's system-assigned managed identity to retrieve the data in the Azure storage blob.
7171

7272
1. Navigate back to your newly created storage account.
7373
2. Click the **Access control (IAM)** link in the left panel.
@@ -79,7 +79,7 @@ You can use the VM's system-assigned managed identity to retrieve the data in th
7979

8080
![Assign permissions](./media/tutorial-linux-vm-access-storage/access-storage-perms.png)
8181

82-
## Get an access token and use it to call Azure Storage 
82+
## Get an access token 
8383

8484
Azure Storage natively supports Azure AD authentication, so it can directly accept access tokens obtained using a managed identity. This is part of Azure Storage's integration with Azure AD, and is different from supplying credentials on the connection string.
8585

0 commit comments

Comments
 (0)