You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/infrastructure-encryption-enable.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: storage
6
6
author: normesta
7
7
8
8
ms.service: azure-storage
9
-
ms.date: 11/06/2023
9
+
ms.date: 06/05/2024
10
10
ms.topic: conceptual
11
11
ms.author: normesta
12
12
ms.reviewer: ozgun
@@ -29,14 +29,14 @@ To doubly encrypt your data, you must first create a storage account or an encry
29
29
30
30
## Create an account with infrastructure encryption enabled
31
31
32
-
To enable infrastructure encryption for a storage account, you must configure a storage account to use infrastructure encryption at the time that you create the account. Infrastructure encryption cannot be enabled or disabled after the account has been created. The storage account must be of type general-purpose v2 or premium block blob.
32
+
To enable infrastructure encryption for a storage account, you must configure a storage account to use infrastructure encryption at the time that you create the account. Infrastructure encryption cannot be enabled or disabled after the account has been created. The storage account must be of type general-purpose v2, premium block blob, premium page blob, or premium file shares.
33
33
34
34
# [Azure portal](#tab/portal)
35
35
36
36
To use the Azure portal to create a storage account with infrastructure encryption enabled, follow these steps:
37
37
38
38
1. In the Azure portal, navigate to the **Storage accounts** page.
39
-
1. Choose the **Add** button to add a new general-purpose v2 or premium block blob storage account.
39
+
1. Choose the **Add** button to add a new general-purpose v2, premium block blob, premium page blob, or premium file share account.
40
40
1. On the **Encryption** tab, locate **Enable infrastructure encryption**, and select **Enabled**.
41
41
1. Select **Review + create** to finish creating the storage account.
42
42
@@ -53,7 +53,7 @@ To verify that infrastructure encryption is enabled for a storage account with t
53
53
54
54
To use PowerShell to create a storage account with infrastructure encryption enabled, make sure you have installed the [Az.Storage PowerShell module](https://www.powershellgallery.com/packages/Az.Storage), version 2.2.0 or later. For more information, see [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
55
55
56
-
Next, create a general-purpose v2 or premium block blob storage account by calling the [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) command. Include the `-RequireInfrastructureEncryption` option to enable infrastructure encryption.
56
+
Next, create a general-purpose v2, premium block blob, premium page blob, or premium file share storage account by calling the [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) command. Include the `-RequireInfrastructureEncryption` option to enable infrastructure encryption.
57
57
58
58
The following example shows how to create a general-purpose v2 storage account that is configured for read-access geo-redundant storage (RA-GRS) and has infrastructure encryption enabled for double encryption of data. Remember to replace the placeholder values in brackets with your own values:
To use Azure CLI to create a storage account that has infrastructure encryption enabled, make sure you have installed Azure CLI version 2.8.0 or later. For more information, see [Install the Azure CLI](/cli/azure/install-azure-cli).
83
83
84
-
Next, create a general-purpose v2 or premium block blob storage account by calling the [az storage account create](/cli/azure/storage/account#az-storage-account-create) command and include the `--require-infrastructure-encryption option` to enable infrastructure encryption.
84
+
Next, create a general-purpose v2, premium block blob, premium page blob, or premium file share account by calling the [az storage account create](/cli/azure/storage/account#az-storage-account-create) command and include the `--require-infrastructure-encryption option` to enable infrastructure encryption.
85
85
86
86
The following example shows how to create a general-purpose v2 storage account that is configured for read-access geo-redundant storage (RA-GRS) and has infrastructure encryption enabled for double encryption of data. Remember to replace the placeholder values in brackets with your own values:
0 commit comments