我正在尝试使用这里描述的az安全评估,Azure安全模块
当我尝试使用它时,我看到:
~$ az security assessment
az security: 'assessment' is not in the 'az security' command group. See 'az security --help'. If the command is from an extension, please make sure the corresponding extension is installed. To learn more about extensions, please visit https://docs.micro
soft.com/en-us/cli/azure/azure-cli-extensions-overview我看过这个页面,虽然它告诉我如何一般地安装扩展,但是我无法找到如何安装评估模块可能包含的任何扩展。
有没有人用过这个,可以指出正确的方向来安装它吗?我看过清单了,没有什么比安全评估更突出的了。
发布于 2020-12-09 14:20:35
我能够运行az security assessment list命令并得到如下结果:


我安装了以下软件:
正如上面提到的Ian,您也可以尝试安装Az.Security。
https://stackoverflow.com/questions/65217402
复制相似问题