Skip to main content

July 1, 2026

Prepare an INI file for Microsoft Azure deployment

Most sections of the INI file are identical to the standard INI settings for Unified Access Gateway as supported for vSphere, Hyper-V, and Azure deployments.

For Microsoft Azure deployments, the following settings in the General section are not used.

  • diskMode
  • ds
  • folder
  • netInternet
  • netManagementNetwork
  • netmask0
  • netmask1
  • netmask2
  • netBackendNetwork
  • source
  • target
  • All the IPv4 settings
  • All the IPv6 settings

For Microsoft Azure, there is a new group called Azure that contains all the settings specific to Microsoft Azure deployments.

Settings Specific to Azure Deployments

Group NameValueExampleDescription
AzurediskStorageContainerdiskStorageContainer=uagdisksBlob container name for the storage of the Unified Access Gateway disk image. If this container does not exist, it is created automatically.
imageURIimageURI=https://.blob.core.windows.net/vhds/euc-unified-access-gateway-3.4.0.0-11037344_OVF10.vhdURI of the Unified Access Gateway .vhd image file to deploy.
locationlocation=uksouthAzure location for the Unified Access Gateway deployment.
networkSecurityGroupName0networkSecurityGroupName0=UAGInternetSG(Optional) Azure network security group name for the eth0 NIC.
networkSecurityGroupName1networkSecurityGroupName1=UAGManagementSG(Optional) Azure network security group name for the eth1 NIC.
networkSecurityGroupName2networkSecurityGroupName2=UAGBackendSG(Optional) Azure network security group name for the eth2 NIC.
publicIPAddressName0publicIPAddressName0=UAG1PublicIP0(Optional) Azure public IP address object name for eth0 NIC.
publicIPAddressName1publicIPAddressName1=UAG1PublicIP1(Optional) Azure public IP address object name for eth1 NIC.
publicIPAddressName2publicIPAddressName2=UAG1PublicIP2(Optional) Azure public IP address object name for eth2 NIC.
resourceGroupNameresourceGroupName=uagrgName of the resource group for the Unified Access Gateway deployment.
subnetName0subnetName0=subneta(Optional) Subnet name for eth0 NIC subnet within the specified virtual network. If it is not set, it uses the default subnet for the virtual network.
subnetName1subnetName1=subnetb(Optional) Subnet name for eth1 NIC subnet within the specified virtual network. If it is not set, it uses the default subnet for the virtual network.
subnetName2subnetName2=subnetc(Optional) Subnet name for eth2 NIC subnet within the specified virtual network. If it is not set, it uses the default subnet for the virtual network.
storageAccountNamestorageAccountName=uagstoreAzure storage account name for location of the vhds container and for the disk images.
subscriptionIDsubscriptionID=12345678-1234-1234-1234-123456788901Azure account subscription ID.
virtualNetworkNamevirtualNetworkName=VirtualNetworkAzure Virtual Network name.
vmSizevmSize=Standard_A2_v2Azure VM image size.
zonezone=2(Applicable for Azure Zone deployments) Azure availability zone number.
managedImageNamemanagedImageName=zonesupportimage(Applicable for Azure Zone deployments) Azure managed image name.
vNetResourceGroupNamevNetResourceGroupName=resourceGroupName (Optional) Network resource group name. If key is not provided, the resourceGroupName is considered.
nsgResourceGroupNamensgResourceGroupName=resourceGroupName (Optional) Resource group of network security group. If key is not provided, the resourceGroupName is considered.
publicIpAddrResourceGroupNamepublicIpAddrResourceGroupName=UAG1PublicIP11 (Optional) Azure network security group name for the resource group. If key is not provided, the resourceGroupName is considered.

Example of an INI File

[General]
#name indicates the name of the Azure virtual machine
name=UAG11

#uagName indicates the UAG OS hostname and must be the same as the Azure virtual machine name
uagName=UAG11

deploymentOption=twonic

[Azure]
subscriptionID=12345678-1234-1234-1234-123456788901
resourceGroupName=uagrg
location=uk south
storageAccountName=uagstore
imageURI=https://<storage_account_name>.blob.core.windows.net/vhds/euc-unified-access-gateway-3.4.0.0-11037344_OVF10.vhd
diskStorageContainer=uagdisks
vmSize=Standard_A2_v2
virtualNetworkName=VirtualNetwork

# eth0 settings
subnetName0=subneta
publicIPAddressName0=UAGPublicIP0
networkSecurityGroupName0=UAGInternetSG

# eth1 settings
subnetName1=subnetb


Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…