Section | Field | Description |
---|---|---|
Project details | Subscription | Select the subscription for the new storage account. |
Project details | Resource group | Create a new resource group for this storage account, or select an existing one. For more information, see Resource groups. |
Instance details | Storage account name | Choose a unique name for your storage account. |
Instance details | Region | Select the appropriate region for your storage account. For more information, see Regions and Availability Zones in Azure. |
Instance details | Performance | Select your desired level of performance, or choose the default option. |
Instance details | Redundancy | Select your desired redundancy configuration. |
image.png
)container_name/blob_path
. So if you uploaded image.png
within the sub-folder images
in your container image-container
, your path would be image-container/images/image.png
.items
path needs to be formatted as follows:
container-name
is inside the Storage Account.
Example access configuration
Permissions | Sample item |
---|---|
Connection string and Service level SAS: | “container/folder/item.jpg” |
Container level SAS: | “folder/item.jpg” |
Blob level SAS: (not recommended) | ”.” |