IT:AD:Azure:IaaS:Public Ips
Summary
Notes
Maybe you created IT:AD:Azure:IaaS:Virtual Machine by IT:AD:Powershell with only a single internal IP.
To expose the VM on the net, add a Public IP.
Once created, use a Security Groups to control access to the Public IPs of IT:AD:Azure:IaaS:Virtual Machine
Process
- On the IT:AD:Azure:Portal
- Action Browse
- Action Resource Groups
- Action your Resource Group
- Action your VM
- Note: the Connect button is disabled because the VM has no public IP address.
- Action Network Interfaces
- Action the NIC
- Action the IP Addresses
- Action Enabled:true
- Action Configure Required Settings
- Action Create New
- Name: (eg: SQLIP)
- Action OK
- Close up
- Back in Browser
- Action Public IP Addresses
- Action the Public IP (eg: SQLIP)
- Action Settings Blade
- Action Configuration
- Specify a unique DNS name prefix (eg: SQLVM1) which implies a full DNS (eg: SQLvm1.westus.cloudapp.azure.com)
- Action Save
- Now you can VPN to the remote machine using the above full DNS name (SQLvm1.westus.cloudapp.azure.com).