我运行与其他扩展相同的代码片段:
az vm extension set \
--resource-group "azure-vm-arm-rg" \
--vm-name "azure-vm" \
--name "WindowsAgent.AzureSecurityCenter" \
--publisher "Qualys"..and我得到了:
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扩展吗?
发布于 2020-11-06 19:58:37
确保你没有配置做诸如require标签之类的事情的Azure策略,因为这可能会阻止扩展安装,并且只会给出错误消息The resource operation completed with terminal provisioning state 'Failed'.。
https://stackoverflow.com/questions/63033002
复制相似问题