【发布时间】:2021-05-15 19:00:30
【问题描述】:
我正在尝试通过 devops 管道运行 azureRM 脚本。
我已经尝试了所有可能的 powershell 任务,但是我总是遇到以下错误:
New-AzureRmResource : The term 'New-AzureRmResource' is not recognized as a name of a cmdlet, function, script file, or executable program.
该脚本旨在将 VNET 添加到应用服务。 我知道 AzureRM 已过时,但无法通过 Az 或 az cli 进行跨区域 VNet 集成。
如何通过 devops 管道运行 AzureRm 脚本?
【问题讨论】:
标签: azure azure-devops azure-pipelines azure-resource-manager