【发布时间】:2014-12-31 15:46:07
【问题描述】:
我正在尝试将 Microsoft Antimalware 扩展安装到现有虚拟机。
重现问题的步骤:
使用 Visual Studio
1) 从 VS 连接到 Azure
2) 从虚拟机中选择服务器
3) 打开配置属性。
4) 从扩展中选择 Microsoft Antimalware 并单击添加。
5) 单击更新。输出...
正在更新虚拟机 myVM...
无法更新虚拟机。端点组 HTTP-80 的探测设置为空。外部端点 HTTP 无法指定探测设置。
使用 PowerShell
当按照这些MS instructions 使用 Powershell 安装反恶意软件时,我收到错误:
PS C:\> Update-AzureVM -Name $service -ServiceName $name -VM $vm.VM
Update-AzureVM : Could not find a deployment for 'myVM' in 'Production' slot.
At line:1 char:1
+ Update-AzureVM -Name $service -ServiceName $name -VM $vm.VM
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Update-AzureVM], ApplicationException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.UpdateAzureVMCommand
【问题讨论】:
标签: azure virtual-machine