Azure VM: More than one Public IP

后端 未结 7 1067
予麋鹿
予麋鹿 2021-01-01 05:51

Can anyone confirm if Azure VM allows more than one Public IP? We want to host multiple website on single VM and hence want to have different IP for each website. I know we

7条回答
  •  长发绾君心
    2021-01-01 06:42

    You can only have one public IP address per deployment. So if you had 3 VMs in a single deployment, they'd share IP address. You can then choose to load-balance traffic across the instances or direct traffic to a particular VM (or role in cloud services) for a specific port number.

    You can use host headers and support multiple websites in a single VM.

提交回复
热议问题