Skip to main content

November 19, 2024

Prepare an INI File

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=UAGInternetSGOptional Azure network security group name for the eth0 NIC.
networkSecurityGroupName1networkSecurityGroupName1=UAGManagementSGOptional Azure network security group name for the eth1 NIC.
networkSecurityGroupName2networkSecurityGroupName2=UAGBackendSGOptional Azure network security group name for the eth2 NIC.
publicIPAddressName0publicIPAddressName0=UAG1PublicIP0Optional Azure public IP address object name for eth0 NIC.
publicIPAddressName1publicIPAddressName1=UAG1PublicIP1Optional Azure public IP address object name for eth1 NIC.
publicIPAddressName2publicIPAddressName2=UAG1PublicIP2Optional Azure public IP address object name for eth2 NIC.
resourceGroupNameresourceGroupName=uagrgName of the resource group for the Unified Access Gateway deployment.
subnetName0subnetName0=subnetaOptional 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=subnetbOptional 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=subnetcOptional 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.

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…