Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powershell Azure VM计算机上SSL站点的多IP地址_Powershell_Azure_Iis_Ssl_Windows Server 2012 R2 - Fatal编程技术网

Powershell Azure VM计算机上SSL站点的多IP地址

Powershell Azure VM计算机上SSL站点的多IP地址,powershell,azure,iis,ssl,windows-server-2012-r2,Powershell,Azure,Iis,Ssl,Windows Server 2012 R2,我正在尝试将多个ssl站点添加到我的azure vm机器,但我缺少了一些东西。 我试过“添加AzureVirtualIP”、“新建AzureReservedIP”、“设置AzureReservedIPAssociation”、“设置AzurePublicIP” 我可以在powershell中看到新的ip,但当我在iis对话框中添加绑定时,它不起作用 在我自己的服务器上,我通常在网络ip4属性中添加isp提供的新IP,这非常简单,现在我没有内部IP,也没有外部端口 有什么想法吗

我正在尝试将多个ssl站点添加到我的azure vm机器,但我缺少了一些东西。 我试过“添加AzureVirtualIP”、“新建AzureReservedIP”、“设置AzureReservedIPAssociation”、“设置AzurePublicIP”

我可以在powershell中看到新的ip,但当我在iis对话框中添加绑定时,它不起作用 在我自己的服务器上,我通常在网络ip4属性中添加isp提供的新IP,这非常简单,现在我没有内部IP,也没有外部端口 有什么想法吗