【发布时间】:2019-06-13 04:46:01
【问题描述】:
我有一个 Terraform 脚本,以前可以在 Azure 中创建存储帐户 ok,但今天开始返回错误消息:
azurerm_storage_account.testsa: 1 error(s) occurred:
* azurerm_storage_account.testsa: Error waiting for Azure Storage Account "terraformtesthubb" to be created: Future#WaitForCompletion: the number of retries has been exceeded: StatusCode=400 -- Original Error: Code="AadClientCredentialsGrantFailure" Message="Failure in AAD Client Credentials Grant Flow."
跟踪日志没有显示任何有用的信息,并且术语 AadClientCredentialsGrantFailure 在 Google 中实际上没有返回任何内容。是什么原因?
【问题讨论】: