Skip to content

Commit d1a8778

Browse files
committed
Make example direct link easier to read
1 parent 42cb84a commit d1a8778

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/storage/common/storage-explorer-direct-link.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ A Storage Explorer direct link always starts with protocol `storageexplorer://`.
3333
| `resourcetype` | Optional. Only used when the linked resource is a blob container, a file share, a queue, or a table. Must be either one of `Azure.BlobContainer`, `Azure.FileShare`, `Azure.Queue`, or `Azure.Table`.
3434
| `resourcename` | Optional. Only used when the linked resource is a blob container, a file share, a queue, or a table. The name of the linked resource.
3535

36-
Here's an example direct link to a blob container.
37-
`storageexplorer://v=1&accountid=/subscriptions/the_subscription_id/resourceGroups/the_resource_group_name/providers/Microsoft.Storage/storageAccounts/the_storage_account_name&subscriptionid=the_subscription_id&resourcetype=Azure.BlobContainer&resourcename=the_blob_container_name`
36+
Here's an example direct link to a blob container:
37+
38+
```
39+
storageexplorer://v=1
40+
&accountid=/subscriptions/the_subscription_id/resourceGroups/the_resource_group_name/providers/Microsoft.Storage/storageAccounts/the_storage_account_name
41+
&subscriptionid=the_subscription_id
42+
&resourcetype=Azure.BlobContainer
43+
&resourcename=the_blob_container_name
44+
```
3845

3946
## Get a direct link from Storage Explorer
4047

0 commit comments

Comments
 (0)