在 Microsoft Azure 上设置 Bing API 时出错
Error while setting up Bing API on Microsoft Azure
我正在尝试在我的 Microsoft Azure 帐户上设置 Bing 拼写检查 API。但是,部署失败并显示以下错误消息:
OPERATION ID 492286237BA7FFEB
TRACKING ID 779d79cf-4b12-487f-ba97-c896bbdccb87
STATUS Conflict
PROVISIONING STATE Failed
TIMESTAMP 24/2/2017 09.55.58
DURATION 1 minute 22 seconds
TYPE Microsoft.CognitiveServices/accounts
RESOURCE ID /subscriptions/c68eec07-13e6-4f40-831c-c42f996fca89/resourceGroups/webis2/providers/Microsoft.CognitiveServices/accounts/webis
STATUSMESSAGE {
"error": {
"code": "RequestConflict",
"message": "Cannot replace resource with id 'webis'
because the resource entity tag has changed
while processing this request.
Please retry the request with the updated
resource."
}
}
RESOURCE webis
STATUSMESSAGE 建议简单地重试请求,但这也失败了,并显示相同的错误消息。
否则,我不确定如何解决这个问题,因为我显然无法访问 Bing 拼写检查 API.
的配置过程
如有任何帮助,我们将不胜感激。
我们正在对此进行调查。现在,您应该能够通过部署到现有资源组而不是在 API 帐户创建期间创建新资源组来解决该问题。
更新:此问题已解决,新 API 帐户创建应该可以正常进行。
我正在尝试在我的 Microsoft Azure 帐户上设置 Bing 拼写检查 API。但是,部署失败并显示以下错误消息:
OPERATION ID 492286237BA7FFEB
TRACKING ID 779d79cf-4b12-487f-ba97-c896bbdccb87
STATUS Conflict
PROVISIONING STATE Failed
TIMESTAMP 24/2/2017 09.55.58
DURATION 1 minute 22 seconds
TYPE Microsoft.CognitiveServices/accounts
RESOURCE ID /subscriptions/c68eec07-13e6-4f40-831c-c42f996fca89/resourceGroups/webis2/providers/Microsoft.CognitiveServices/accounts/webis
STATUSMESSAGE {
"error": {
"code": "RequestConflict",
"message": "Cannot replace resource with id 'webis'
because the resource entity tag has changed
while processing this request.
Please retry the request with the updated
resource."
}
}
RESOURCE webis
STATUSMESSAGE 建议简单地重试请求,但这也失败了,并显示相同的错误消息。
否则,我不确定如何解决这个问题,因为我显然无法访问 Bing 拼写检查 API.
的配置过程如有任何帮助,我们将不胜感激。
我们正在对此进行调查。现在,您应该能够通过部署到现有资源组而不是在 API 帐户创建期间创建新资源组来解决该问题。
更新:此问题已解决,新 API 帐户创建应该可以正常进行。