Skip to content

Commit 7efe1b5

Browse files
committed
resolve conflict
2 parents 3f9f97d + 4e51448 commit 7efe1b5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,25 @@ Creating a capacity pool enables you to create volumes within it.
7070
7171
* **Encryption type** <a name="encryption_type"></a>
7272
Specify whether you want the volumes in this capacity pool to use **single** or **double** encryption. See [Azure NetApp Files double encryption at rest](double-encryption-at-rest.md) for details.
73-
73+
7474
> [!IMPORTANT]
7575
> Azure NetApp Files double encryption at rest supports [Standard network features](azure-netapp-files-network-topologies.md#configurable-network-features), but not Basic network features. See [considerations](double-encryption-at-rest.md#considerations) for using Azure NetApp Files double encryption at rest.
7676
>
7777
> After the capacity pool is created, you can’t modify the setting (switching between `single` or `double`) for the encryption type.
7878
79-
Azure NetApp Files double encryption at rest is currently in preview. If using this feature for the first time, you need to register the feature first.
79+
:::image type="content" source="./media/shared/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
8080
81-
1. Register the feature:
82-
```azurepowershell-interactive
83-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
84-
```
85-
2. Check the status of the feature registration. `RegistrationState` may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is `Registered` before continuing.
86-
```azurepowershell-interactive
87-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
88-
```
89-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
81+
Azure NetApp Files double encryption at rest is currently in preview. If using this feature for the first time, you need to register the feature first.
9082
91-
:::image type="content" source="./media/shared/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
83+
1. Register the feature:
84+
```azurepowershell-interactive
85+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
86+
```
87+
2. Check the status of the feature registration. `RegistrationState` may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is `Registered` before continuing.
88+
```azurepowershell-interactive
89+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
90+
```
91+
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
9292
9393
4. Select **Create**.
9494

0 commit comments

Comments
 (0)