Create an ISAM virtual machine from an image in Azure
An image artifact in Azure can be used to create a new virtual machine in Azure. The same image can be deployed multiple times to create multiple Security Verify Access virtual machines.
These instructions demonstrate how to perform the steps using the Azure Portal (portal.azure.com). But we can also use the Azure CLI tools or any other Azure capable API to complete these steps.
Steps
- In the Azure Portal, select Images.
- Select the previously created Security Verify Access image.
- On the Overview panel, click Create VM.
- On the Basics page:
- Enter a name for the new virtual machine.
- Enter a user name, select the Password Authentication type and provide a password. We must provide a user name and password for accessing the management console. When running on Microsoft Azure, the default admin account is not created.
- Complete the form and click OK.
- On the Choose a size page:
- Select an appropriate size for the new virtual machine, keeping in mind the recommended minimums are 4 GB of memory and 4 CPU cores.
- Click Select to continue.
- On the Settings page:
- Configure the network settings. It is not possible to configure more than one network interface from the Azure Portal. Additional interfaces can be added using the Azure CLI 2.0 or equivalent.
- Click OK to continue
- On the Summary page, revise the configuration and click OK to create the ISAM virtual machine.
Parent topic: Microsoft Azure support