This document describes how to deploy the Vulcan Gateway Virtual Machine on Microsoft Azure. The gateway installation is crucial when accessing internal networks that are not exposed to the public. Our preferred format is the OVA file, which is widely compatible across various services.
1. Contact your CSM in Vulcan to retrieve the download link. Download the gateway-1.0.9.vhd
file suitable for Azure deployment.
2. Upload the file using Azure Storage Browser.
Make sure that when uploading - use a Page blob
with a block size of 4Mib.
note: upload to azure is best being done through AZ cli if you get an error indicating that the VHD is not supported:
az storage blob upload --account-name <account_name> -f gateway_1.0.9.vhd -c gateway -n gateway_1.0.9.vhd
3. After the file has been downloaded, use the following link to create an image: https://portal.azure.com/#create/Microsoft.Image-ARM
Make sure to select Linux
in the OS type, as well as Gen 1
, and for the Storage blob - select your uploaded file.
4. Once the image was created, create a new Virtual machine from it:
IMPORTANT NOTE:
The VM uses a default SSH Password. Please make sure that it is not accessible from internet, and lock it down to only specific IP addresses.