我遵循this article并运行Get-AzApplicationGatewayAvailableSslOption命令,但无论我做什么,我都会得到: az: 'Get-AzApplicationGatewayAvailableSslOption' is not in the 'az' command group.See 'az --help'.这是我的Azure CLI的版本: PS U
在我的Azure管道YAML文件中,我使用Bash任务运行一个Python,该脚本在Azure工件(通用包)上缓存CocoaPods库。我以为Azure DevOps虚拟机上的Azure命令行工具会安装最新的Azure扩展。我错了。我的Python脚本调用诸如az artifacts universal download和az artifacts universal publish之类的命令。这在我的Mac上很管用。: 'artifacts' is not in the '<
我已经在仿真程序中测试过它,现在我想将它部署到Azure中。我正试着遵循的指示。我已经完成了“使用现有资源组通过ARM模板部署”的步骤(我已经创建了一个资源组)。因此,我试图从命令行运行这个命令:
az deployment group create --resource-group "<name-of-resource-group>" --template-filedeployment: 'group' is not