You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,9 +65,9 @@ Files require blob storage so you need to create a blob container in which to st
65
65
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**.
66
66

67
67
68
-
## Grant your VM access to an Azure Storage container
68
+
## Grant access
69
69
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.
71
71
72
72
1. Navigate back to your newly created storage account.
73
73
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
## Get an access token and use it to call Azure Storage
82
+
## Get an access token
83
83
84
84
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.
0 commit comments