In scenarios where Everpure OVA cannot be used, this is an alternative way how to configure an integration from Azure or AVS virtual machine. First, deploy a virtual machine that has connectivity to the
VNet connected to AzureVMware Solution and Everpure Cloud Dedicated.
Both Linux and Windows operating systems are supported.
Pre-requisites
PowerShell version 7.x (for installation instructions on Linux, follow this guide).
bicep CLI version 0.35.1 or lower (for installation instructions follow this guide).
Note: Please note that Internet connectivity is required from the VM to authenticate against Azure before running Run Command.
Launch PowerShell session
# On Linux, start PowerShell using this command:
pwsh
Ensure, that VMware.PowerCLI, and Az PowerShell modules are already installed. If not, they can be installed using the following commands:
Next step is to login to Azure via the following command (you will need to navigate to the web page https://microsoft.com/devicelogin and enter the personalized code to complete logging into Azure):
Connect-AzAccount -UseDeviceAuthentication
Optionaly set VMware PowerCLI configuration to ignore untrusted certificates and CEIP warnings: