Skip to content

Commit 779e191

Browse files
committed
edit
1 parent 816192e commit 779e191

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ 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" range="Storage-GetUrl":::
34+
:::code language="javascript" source="~/azure_storage-snippets/blobs/howto/JavaScript/NodeJS-v12/dev-guide/get-url.js" id="Storage-GetUrl":::
35+
36+
> [!TIP]
37+
> 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.
3538
3639
## See also
3740

0 commit comments

Comments
 (0)