Skip to content

Commit 6f09991

Browse files
Merge pull request #231368 from MicrosoftDocs/diberry-patch-3
Azure Storage Blob - root container
2 parents aadc92d + c859650 commit 6f09991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-container-create-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function createContainer(blobServiceClient, containerName){
6666

6767
A root container, with the specific name `$root`, enables you to reference a blob at the top level of the storage account hierarchy. For example, you can reference a blob _without using a container name in the URI_:
6868

69-
`https://myaccount.blob.core.windowsJavaScript/default.html`
69+
`https://myaccount.blob.core.windows.net/default.html`
7070

7171
The root container must be explicitly created or deleted. It isn't created by default as part of service creation. The same code displayed in the previous section can create the root. The container name is `$root`.
7272

0 commit comments

Comments
 (0)