SqlServerRegionDoesNotAllowProvisioning:无法创建 Azure Synapse Analytics 工作区

Posted

技术标签:

【中文标题】SqlServerRegionDoesNotAllowProvisioning:无法创建 Azure Synapse Analytics 工作区【英文标题】:SqlServerRegionDoesNotAllowProvisioning: Unable to create Azure Synapse Analytics workspace 【发布时间】: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 尝试在其他位置/区域创建工作区。西欧为我工作。这对我们来说不是一个长期的解决方案,但它确实奏效了。 【参考方案1】:

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

【讨论】:

你是说地区?

以上是关于SqlServerRegionDoesNotAllowProvisioning:无法创建 Azure Synapse Analytics 工作区的主要内容,如果未能解决你的问题,请参考以下文章