Skip to content

Commit 771e0dc

Browse files
authored
1 parent 9ce13b9 commit 771e0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-upload-process-images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ az group create --name myResourceGroup --location westcentralus
5656
The sample uploads images to a blob container in an Azure Storage account. A storage account provides a unique namespace to store and access your Azure storage data objects. Create a storage account in the resource group you created by using the [az storage account create](/cli/azure/storage/account#az_storage_account_create) command.
5757

5858
> [!IMPORTANT]
59-
> In part 2 of the tutorial you use Event subscriptions for blob storage. Event subscriptions are currently only supported for Blob storage accounts in the West Central US and West US 2. Because of this restriction, you must create a Blob storage account that is used by the sample app to store images and thumbnails.
59+
> In part 2 of the tutorial you use Event subscriptions for blob storage. Event subscriptions are currently only supported for Blob storage accounts in the following locations: Asia Southeast, Asia East, Australia East, Australia Southeast, Central US, East US, East US 2, Europe West, Europe North, Japan East, Japan West, West Central US, West US and West US 2. Because of this restriction, you must create a Blob storage account that is used by the sample app to store images and thumbnails.
6060
6161
In the following command, substitute your own globally unique name for the Blob storage account where you see the `<blob_storage_account>` placeholder.
6262

0 commit comments

Comments
 (0)