【发布时间】:2016-05-07 15:32:18
【问题描述】:
当我从 azure powershell 命令提示符运行命令以手动选择订阅时。我没有收到任何错误,但是当我从 teamcity 自动化 powershell 脚本时,它显示“未找到订阅名称 Test”
这些是命令:
Set-AzureSubscription -SubscriptionName "subscriptionName" -CurrentStorageAccount "storageAccount"
选择-AzureSubscription $subscriptionName
关于我为什么会收到此错误的任何想法?
【问题讨论】:
标签: powershell azure deployment teamcity