Skip to content

Commit e44f884

Browse files
committed
fixing snippet id
1 parent 779e191 commit e44f884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-get-url-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The [sample code snippets](https://github.com/Azure-Samples/AzureStorageSnippets
3131

3232
The following example gets a container URL and a blob URL by accessing the client's **url** property:
3333

34-
:::code language="javascript" source="~/azure_storage-snippets/blobs/howto/JavaScript/NodeJS-v12/dev-guide/get-url.js" id="Storage-GetUrl":::
34+
:::code language="javascript" source="~/azure_storage-snippets/blobs/howto/JavaScript/NodeJS-v12/dev-guide/get-url.js" id="Snippet_GetUrl":::
3535

3636
> [!TIP]
3737
> For loops, you must use the object's `name` property to create a client then get the URL with the client. Iterators don't return client objects, they return item objects.

0 commit comments

Comments
 (0)