Skip to content

Commit ee904a1

Browse files
authored
Merge pull request #92649 from twooley/patch-1
Change Blobs to Containers
2 parents 0637716 + 05acc31 commit ee904a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-quickstart-blobs-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this quickstart, you learn how to use the [Azure portal](https://portal.azure
2424
To create a container in the Azure portal, follow these steps:
2525

2626
1. Navigate to your new storage account in the Azure portal.
27-
2. In the left menu for the storage account, scroll to the **Blob service** section, then select **Blobs**.
27+
2. In the left menu for the storage account, scroll to the **Blob service** section, then select **Containers**.
2828
3. Select the **+ Container** button.
2929
4. Type a name for your new container. The container name must be lowercase, must start with a letter or number, and can include only letters, numbers, and the dash (-) character. For more information about container and blob names, see [Naming and referencing containers, blobs, and metadata](https://docs.microsoft.com/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata).
3030
5. Set the level of public access to the container. The default level is **Private (no anonymous access)**.

0 commit comments

Comments
 (0)