Skip to content

Commit c0fb9da

Browse files
Merge pull request #103846 from dylan-apera/patch-3
Subscription ID looks to be real subscription
2 parents 7ce57f4 + 23d0a7c commit c0fb9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/integrate-databricks-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ az storage account create --name contosoblobstorage5 --resource-group contosoRes
3939
Before you can create a container to upload the blob to, you'll need to assign the [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) role to yourself. For this example, the role will be assigned to the storage account you've made earlier.
4040

4141
```azurecli
42-
az role assignment create --role "Storage Blob Data Contributor" --assignee [email protected] --scope "/subscriptions/885e24c8-7a36-4217-b8c9-eed31e110504/resourceGroups/contosoResourceGroup5/providers/Microsoft.Storage/storageAccounts/contosoblobstorage5
42+
az role assignment create --role "Storage Blob Data Contributor" --assignee [email protected] --scope "/subscriptions/aaaaaaaa-bbbb-bbbb-cccc-dddddddddddd/resourceGroups/contosoResourceGroup5/providers/Microsoft.Storage/storageAccounts/contosoblobstorage5
4343
```
4444

4545
Now that you've assign the role to storage account, you can create a container for your blob.

0 commit comments

Comments
 (0)