Enabling host encryption

Virtual Storage Platform One SDS Cloud for Microsoft Azure Setup and Configuration

Version
1.18.x
Audience
anonymous
Part Number
MK-24VSP1SDS010-02

To enable the host encryption (Encryption at host) function, perform the following procedures only once for a subscription with which you set up VSP One SDS Block.

  1. Log in to the Azure portal.
  2. Connect to Cloud Shell.
  3. Run the following command to set contexts in a current subscription.
    az account set --subscription "<Subscription ID>"
  4. Run the following command to register functions to a subscription.
    az feature register --name EncryptionAtHost  --namespace Microsoft.Compute
  5. Run the following command to verify the registration status.
    az feature show --name EncryptionAtHost --namespace Microsoft.Compute

    Verify that the registration status is Registered. Registration process might take a few minutes.