Skip to content

Commit 153b625

Browse files
authored
Merge pull request #100913 from cbrooksmsft/patch-12
Remove LRS constraint
2 parents bb03439 + 88d9870 commit 153b625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/account-encryption-key-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ az provider register --namespace 'Microsoft.Storage'
7171

7272
You must configure a new storage account to use the account encryption key for queues and tables at the time that you create the storage account. The scope of the encryption key cannot be changed after the account is created.
7373

74-
The storage account must be of type general-purpose v2 and must be configured for locally redundant storage (LRS). You can create the storage account and configure it to rely on the account encryption key by using either Azure CLI or an Azure Resource Manager template.
74+
The storage account must be of type general-purpose v2. You can create the storage account and configure it to rely on the account encryption key by using either Azure CLI or an Azure Resource Manager template.
7575

7676
> [!NOTE]
7777
> Only Queue and Table storage can be optionally configured to encrypt data with the account encryption key when the storage account is created. Blob storage and Azure Files always use the account encryption key to encrypt data.

0 commit comments

Comments
 (0)