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.
Refer to https://communities.vmware.com/docs/DOC-30835. 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.
Group Name | Value | Example | Description |
---|---|---|---|
Azure | diskStorageContainer |
diskStorageContainer=uagdisks |
Blob container name for the storage of the Unified Access Gateway disk image. If this container does not exist, it is created automatically. |
imageURI |
imageURI=https://<storage_account_name>.blob.core.windows.net/vhds/euc-unified-access-gateway-3.4.0.0-11037344_OVF10.vhd |
URI of the Unified Access Gateway .vhd image file to deploy. | |
location |
location=uksouth |
Azure location for the Unified Access Gateway deployment. | |
networkSecurityGroupName0 |
networkSecurityGroupName0=UAGInternetSG |
Optional Azure network security group name for the eth0 NIC. |
|
networkSecurityGroupName1 |
networkSecurityGroupName1=UAGManagementSG |
Optional Azure network security group name for the eth1 NIC. |
|
networkSecurityGroupName2 |
networkSecurityGroupName2=UAGBackendSG |
Optional Azure network security group name for the eth2 NIC. |
|
publicIPAddressName0 |
publicIPAddressName0=UAG1PublicIP0 |
Optional Azure public IP address object name for eth0 NIC. |
|
publicIPAddressName1 |
publicIPAddressName1=UAG1PublicIP1 |
Optional Azure public IP address object name for eth1 NIC. |
|
publicIPAddressName2 |
publicIPAddressName2=UAG1PublicIP2 |
Optional Azure public IP address object name for eth2 NIC. |
|
resourceGroupName |
resourceGroupName=uagrg |
Name of the resource group for the Unified Access Gateway deployment. | |
subnetName0 |
subnetName0=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. |
|
subnetName1 |
subnetName1=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. |
|
subnetName2 |
subnetName2=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. |
|
storageAccountName |
storageAccountName=uagstore |
Azure storage account name for location of the vhds container and for the disk images. | |
subscriptionID |
subscriptionID=12345678-1234-1234-1234-123456788901 |
Azure account subscription ID. | |
virtualNetworkName |
virtualNetworkName=VirtualNetwork |
Azure Virtual Network name. | |
vmSize |
vmSize=Standard_A2_v2 |
Azure VM image size. | |
zone |
zone=2 |
(Applicable for Azure Zone deployments) Azure availability zone number. | |
managedImageName |
managedImageName=zonesupportimage |
(Applicable for Azure Zone deployments) Azure managed image name. |
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