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
@@ -49,7 +60,7 @@ In this section, you create a storage account.
49
60
50
61

51
62
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
53
64
54
65
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.
55
66
@@ -65,7 +76,7 @@ Files require blob storage so you need to create a blob container in which to st
65
76
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
77

67
78
68
-
## Grant access
79
+
###Grant access
69
80
70
81
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
82
@@ -79,7 +90,7 @@ This section shows how to grant your VM access to an Azure Storage container. Yo
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.
85
96
@@ -157,6 +168,13 @@ The response contains the contents of the file:
0 commit comments