【发布时间】:2018-02-09 16:10:38
【问题描述】:
我想在部署期间使用 VSTS 版本中的 PowerShell 脚本任务运行 PowerShell 脚本。我需要对 Azure Active Directory 进行一些操作,但现在我无法访问它,尽管在本地运行正常。
例如运行 Get-AzureRmADApplication 会给出“权限不足,无法完成操作”。
对此问题有什么解决方案或建议?
P。 S. 其实我是在使用 Azure PowerShell 任务。
【问题讨论】:
-
我提交反馈(在我的答案中更新)。
标签: powershell azure azure-pipelines-release-pipeline