【问题标题】:SqlServerRegionDoesNotAllowProvisioning: Unable to create Azure Synapse Analytics workspaceSqlServerRegionDoesNotAllowProvisioning:无法创建 Azure Synapse Analytics 工作区
【发布时间】:2021-08-15 16:49:29
【问题描述】:

我正在尝试创建 Synapse 工作区,但部署失败并出现以下错误:

{
  "code": "DeploymentFailed",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
  "details": [
    {
      "code": "SqlServerRegionDoesNotAllowProvisioning",
      "message": "Location 'northeurope' is not accepting creation of new Windows Azure SQL Database servers for the subscription 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' at this time."
    }
  ]
}

我发现了一篇关于此问题的博客文章https://microsoft-bitools.blogspot.com/2020/10/synapse-snack-no-new-azure-sql-database.html,但Microsoft.SynapseMicrosoft.Sql 都注册为订阅的资源提供者。注销和注册它们没有帮助。

有人有什么想法吗?

【问题讨论】:

  • 我也有同样的问题。我正在澳大利亚东南部地区订阅免费试用版。资源提供者已注册。
  • @user1048175 尝试在其他位置/区域创建工作区。西欧为我工作。这对我们来说不是一个长期的解决方案,但它确实奏效了。

标签: azure azure-resource-manager azure-synapse


【解决方案1】:

正如 cmets 中的 Martin H 所建议的那样,我必须在另一个区域提供它。

【讨论】:

  • 你是说地区?
猜你喜欢
  • 2021-03-01
  • 2020-07-29
  • 1970-01-01
  • 2021-01-18
  • 1970-01-01
  • 2022-01-07
  • 2021-02-17
  • 2021-12-22
  • 2021-09-27
相关资源
最近更新 更多