Forum Discussion
How to assign an existing public IP (e.g. mydomain.org) to Azure VM (IIS on WinServ2019DC)
thx Pawel.
I added mydomain.de with related public IP to Microsoft DNS Server via Office 365 Setup Utility so this domain and this public IP is assigned to Microsoft DNS but probably I should do some additional configuration in Azure (DNS service ?!…).
Regards,
Wilhelm
wimeister so you added your domain to office 365. If you wanna to access the VM (IIS service?) threw web, then you need to add an cname in the DNS Service to point "your.domain" to the static IP of the Azure VM. you also have to create access rules in the Network security Group, which allows traffic from everywhere to your VM on your designated Port (http/80 or https/443 or any other).
Is this more something you like to know ?
- wimeisterAug 02, 2019Copper Contributor
thx once again.
ISS on VM is already running and the homepage with Azure “default” domain name is reachable via internet. So, no worries here but I struggle to assign the mydomain.de/public IP to this VM (ISS).
I created CNAMES in Office365 DNS but I am not sure whether and how I have to configure DNS in Azure.