Skip to content

Commit 7a148b4

Browse files
authored
Merge pull request #101145 from MarkusVi/arturo113
arturo113
2 parents 2b70503 + d648202 commit 7a148b4

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
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/09/2018
16+
ms.date: 01/14/2020
1717
ms.author: markvi
1818

1919
ms.collection: M365-identity-device-management

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

Lines changed: 23 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: 01/10/2020
16+
ms.date: 01/14/2020
1717
ms.author: markvi
1818
ms.collection: M365-identity-device-management
1919
---
@@ -36,7 +36,18 @@ 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 account
39+
40+
41+
## Enable
42+
43+
[!INCLUDE [msi-tut-enable](../../../includes/active-directory-msi-tut-enable.md)]
44+
45+
46+
47+
## Grant access
48+
49+
50+
### Create storage account
4051

4152
In this section, you create a storage account.
4253

@@ -49,7 +60,7 @@ In this section, you create a storage account.
4960

5061
![Create new storage account](./media/msi-tutorial-linux-vm-access-storage/msi-storage-create.png)
5162

52-
## Create a blob container and upload a file to the storage account
63+
### Create a blob container and upload a file to the storage account
5364

5465
Files require blob storage so you need to create a blob container in which to store the file. You then upload a file to the blob container in the new storage account.
5566

@@ -65,7 +76,7 @@ Files require blob storage so you need to create a blob container in which to st
6576
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**.
6677
![Upload text file](./media/msi-tutorial-linux-vm-access-storage/upload-text-file.png)
6778

68-
## Grant access
79+
### Grant access
6980

7081
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.
7182

@@ -79,7 +90,7 @@ This section shows how to grant your VM access to an Azure Storage container. Yo
7990

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

82-
## Get an access token 
93+
## Access data 
8394

8495
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.
8596

@@ -157,6 +168,13 @@ The response contains the contents of the file:
157168

158169
`Hello world! :)`
159170

171+
172+
## Disable
173+
174+
[!INCLUDE [msi-tut-disable](../../../includes/active-directory-msi-tut-disable.md)]
175+
176+
177+
160178
## Next steps
161179

162180
In this tutorial, you learned how enable a Windows VM's system-assigned identity to access Azure Storage. To learn more about Azure Storage see:

0 commit comments

Comments
 (0)