Deploying Everpure Cloud Dedicated via Azure CLI

Everpure Cloud Dedicated for Azure

Audience
Public
Source Type
Documentation

  1. Log onto your Azure portal and open up a Cloud Shell.

  2. Use the command below to set your desired subscription:

    az account set --subscription <subscription ID>

  3. Accept Terms and Conditions for the Everpure Cloud Dedicated managed application deployment.

az vm image terms accept --plan cbs_azure_6_6_x --offer "pure_storage_cloud_dedicated_product_deployment" --publisher "purestoragemarketplaceadmin"

Note: The parameter --plan cbs_azure_6_6_x will accept the latest Everpure Cloud Dedicated version from 6.6.x branch. If you would like to accept for example version 6.8.x, please change the parameter to --plan cbs_azure_6_8_x and update the Template file also.

Note:

Example in Azure CLI:

Run the command below to deploy the Pure Storage Cloud Dedicated managed application into your desired resource group.

az deployment group create --resource-group <Resource Group> --template-file <Everpure Cloud Dedicated template file> --parameters <Everpure Cloud Dedicated parameter file>

where

<Resource Group> is the desired resource group where the Everpure Cloud Dedicated managed application will reside.

<Everpure Cloud Dedicated template file> is the Everpure Cloud Dedicated template file. Template file is available in Appendix A.

<Everpure Cloud Dedicated parameter file> is the Everpure Cloud Dedicated parameter file with your desired parameters. Example of parameter file can be found in Appendix A as well.

Note:

Example in Azure CLI:

It will take about 15-20 minutes to complete the deployment. When complete, the Everpure Cloud Dedicated managed application will appear in your selected resource group.

To access, view, and manage your Everpure Cloud Dedicated instance, go to the Everpure Cloud Dedicated for Azure Management section.