Skip to content

04 Create a container

Beaugrand, Kevin edited this page Nov 15, 2020 · 1 revision

Create a container

  1. Navigate to your new storage account in the Azure portal.
  2. In the left menu for the storage account, scroll to the Blob service section, then select Containers.
  3. Select the + Container button.
  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.
  5. Set the level of public access to the container. Blob (anonymous read access for blobs only)
  6. Select OK to create the container.

./src/.assets/create-container.png

Clone this wiki locally