Installing Mobile Controller-v for Azure : Set the FQDN on the Mobile Controller-v appliance
  
Set the FQDN on the Mobile Controller-v appliance
It is necessary to set the FQDN on the Mobile Controller-v so that the client download packages can be properly downloaded. Setting the FQDN adjusts the links to the download packages so that the packages can be reached from outside Azure.
To set the FQDN on the Mobile Controller-v appliance
1. Log in to Azure.
2. Navigate to the Mobile Controller-v virtual machine and select it.
3. In the Azure console for the virtual machine, choose Settings > Configuration.
The Configuration screen appears.
4. Find the DNS name label and make a note of it.
5. Open a command window and SSH to the Mobile Controller-v command line interface.
ssh admin@<DNS-name-label>.<azure-domain-label>
where <DNS-name-label> is the DNS name label you noted in Step 4 and <azure-domain-label> is the Azure domain label. Example:
ssh admin@xyz123123.westus.cloudapp.azure.com
6. Run the following commands:
Riverbed SteelCentral Controller for SteelHead Mobile
admin@ xyz123123.westus.cloudapp.azure.com’s password:
Last login: Wed Oct 18 04:49:48 2017 from 111.93.144.90
amnesiac > enable
amnesiac # configure terminal
amnesiac (config) # ip fqdn override xyz123123.westus.cloudapp.azure.com
amnesiac (config) # write memory
The Mobile Controller-v is ready for use and its status is changed to either Healthy or Healthy [Needs Attention].