【Azure】Unable to acquire token for tenant ‘xxxx-xxxx-xxxx’

スポンサーリンク

“Get-AzSubscription” コマンドを実行すると、以下のようなエラーが発生しました。
調査したところ、どうやら、古いクレデンシャル情報がキャッシュされていることが原因のようです。

警告: Unable to acquire token for tenant 'xxxx-xxxx-xxxx

ということで、Powershell上で以下のコマンドを実行し、キャッシュをクリアすれば解決します。

Clear-AzContext

<参考>
Microsoft Azure: Get-AzSubscription Returns Token Error

コメント