Skip to content

Commit 15adda6

Browse files
authored
Merge pull request #24576 from cbrooksmsft/master
Added West US 2
2 parents 9a8edfd + 20fc53e commit 15adda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-event-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Subscriptions are added to the Preview Program as capacity is available. Reques
3030
```azurecli-interactive
3131
az feature show --name storageEventSubscriptions --namespace Microsoft.EventGrid
3232
```
33-
Once your registration state changes to “Registered”, you have been admitted to the preview program and you can subscribe to Blob storage events for accounts in the *West Central US* location. Take a look at [Route Blob storage events to a custom web endpoint](storage-blob-event-quickstart.md) for a quick example.
33+
Once your registration state changes to “Registered”, you have been admitted to the preview program and you can subscribe to Blob storage events for accounts in the ***West Central US*** or ***West US 2*** locations. Take a look at [Route Blob storage events to a custom web endpoint](storage-blob-event-quickstart.md) for a quick example.
3434

3535
## Blob Storage accounts
3636
Blob storage events are available in [Blob storage accounts](../common/storage-create-storage-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json#blob-storage-accounts) (and not in General Purpose storage accounts). A Blob storage account is a specialized storage account for storing your unstructured data as blobs (objects) in Azure Storage. Blob storage accounts are like general-purpose storage accounts and share all the great durability, availability, scalability, and performance features that you use today including 100% API consistency for block blobs and append blobs. For applications requiring only block or append blob storage, we recommend using Blob storage accounts.

0 commit comments

Comments
 (0)