Forum Discussion
Tien Ngo Thanh
May 03, 2019Iron Contributor
how to public web in azure for security ?
Hello current i created one vnet with these subnet with below - Database Subnet : contain VM database server - Web Subnet : contain VM IIS web - 1 NSG for level subnet assi...
Tien Ngo Thanh
May 05, 2019Iron Contributor
Hannes_LG : i just updated my question detail .thanks
Hannes_LG
May 06, 2019Brass Contributor
Your welcome, I guess I can help you, but I want to understand your situation in detail.
- Tien Ngo ThanhMay 06, 2019Iron Contributor
My situation only want out site can access url as http://testweb.com .
- May 09, 2019
Quick question. Why are you not using app services and Azure SQL for your site? Why are you using VM's?
If you need to use VM's then your web server will need to have a public IP address. you would then configure your NSG to allow port 443 (secure web) to the web server. As you only have one web server you will not need a load balancer etc.
- Tien Ngo ThanhMay 09, 2019Iron Contributor
Richard_Hooper : i want migrate to vm after that then move later . I will try configure , thanks