Microsoft Azure support
We can deploy ISAM to Microsoft Azure environments.
Deploying Security Verify Access to Microsoft Azure involves the following processes:
- Create an Azure-ready VHD or obtaining the Azure-ready VHD.
- Uploading an Azure-ready VHD to Microsoft Azure.
- Create an image from the uploaded VHD.
- Deploy the image as a new virtual machine using Azure Portal or the command line.
Complete these processes either manually or with an automated script. Obtain the deploy_isva_to_azure.py script from the File Downloads page in the common > samples > deploy directory on a running appliance. To see script help, run the following command:
python deploy_isva_to_azure.py --helpThe following restrictions apply to the deploy_isam_to_azure.py script:
- Supported Python versions are 2.79 and 3.4.3.
- This script has a dependency on the requests module.
- This script has a dependency on Microsoft Azure SDK for Python.
- Create a custom size Azure compliant Virtual Hard Disk (VHD) file
- Uploading an Azure-compliant VHD to Azure and creating an Azure Image
- Create an ISAM virtual machine from an image in Azure
- Unsupported functionality for ISAM in Microsoft Azure
- Running Security Verify Access in Microsoft Azure
Parent topic: Virtual appliance tasks