首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Azure VM:无法安装Qualys扩展

Azure VM:无法安装Qualys扩展
EN

Stack Overflow用户
提问于 2020-07-22 19:19:09
回答 1查看 826关注 0票数 1

我运行与其他扩展相同的代码片段:

代码语言:javascript
复制
az vm extension set \
  --resource-group "azure-vm-arm-rg" \
  --vm-name "azure-vm" \
  --name "WindowsAgent.AzureSecurityCenter" \
  --publisher "Qualys"

..and我得到了:

代码语言:javascript
复制
The handler for VM extension type 'Qualys.WindowsAgent.AzureSecurityCenter' 
has reported terminal failure for VM extension 'WindowsAgent.AzureSecurityCenter' 
with error message: 'Enable failed for plugin (name: Qualys.WindowsAgent.AzureSecurityCenter,
 version 1.0.0.10) with exception Command 
C:\Packages\Plugins\Qualys.WindowsAgent.AzureSecurityCenter\1.0.0.10\enableCommandHndlr.cmd 
of Qualys.WindowsAgent.AzureSecurityCenter has exited with Exit code: 4306'. 

我在安全中心通过Azure UI安装此扩展没有任何问题

我怀疑许可证是根本原因,但我没有任何专用许可证,我相信安全中心会自动管理它们

你知道如何自动安装Qualys扩展吗?

EN

回答 1

Stack Overflow用户

发布于 2020-11-06 19:58:37

确保你没有配置做诸如require标签之类的事情的Azure策略,因为这可能会阻止扩展安装,并且只会给出错误消息The resource operation completed with terminal provisioning state 'Failed'.

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/63033002

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档