Windows Azure で自動化スクリプトを起動して実行しようとしています。Select-AzureSubscription を使用する必要があるというエラーが表示されました。これは次のエラーで失敗しています:
Error: Select-AzureSubscription : The subscription named 'xxx' cannot be found. Use Set-AzureSubscription to
initialize the subscription data.
Parameter name: name
At my-script:15 char:15
+
+ CategoryInfo : CloseError: (:) [Select-AzureSubscription], ArgumentException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Profile.SelectAzureSubscriptionCommand
そのため、Set-AzureSubscription を使用しましたが、これも失敗しています。サブスクリプション名とサブスクリプション ID を渡してみました。
誰かがこれを適切に構成できましたか?