A number of mandatory resources have to be checked and
configured prior to Everpure Cloud Dedicated deployment.
The repository contains templates for all these mandatory resources (prerequisites). For more details, see Everpure Cloud
Dedicated for Azure Deployment.
To deploy all prerequisites:
- Check Azure Regions Support to confirm if the selected region is supported by Everpure Cloud Dedicated.
- Have an Microsoft Entra ID Premium 2 license if you are deploying version 6.5.0 or below. See (Prerequisites) for more info.
- Rename the parameter file
01-prereq.bicepparam.example to 01-prereq.bicepparam
$ mv 01-prereq.bicepparam.example 01-prereq.bicepparam
- Replace the placeholders in the parameter file with actual values for the required minimum parameters. These parameters include location, subscription ID, and resource group name. The parameter file supports other optional parameters to customize deployment. For more information, refer to the
templates/prerequisites.bicep file or use Visual Studio Code with a Bicep extension, which provides IntelliSense code hinting.
- Execute the deployment script with the following command:
$ ./01-deploy-prerequisities.sh
- In the script output you can find parameters for deployed resources, including vNET name, User Managed Identity resource ID, and other needed parameters for Pure Storage Cloud Dedicated for Azure deployment.