不再能够从 GitHub 部署 VirtoCommerce
No Longer Able to Deploy VirtoCommerce from GitHub
过去,我使用 "Deploy to Azure" 按钮从 GitHub 成功地将 VirtoCommerce 部署到 Azure。但是今天,在使用我的 Azure 免费试用订阅时,我收到一条错误消息。
使用 "Free" SKU,当我尝试部署时,它进入 "Configuring SQL Server Firewall Rules" 步骤,然后因部署错误而失败,"The operation is not supported for your subscription offer type"。
这是否不再适用于免费试用帐户?正如我所说,它以前有效,所以一定是有什么改变了。
这是因为 Azure SQL 数据库的网络版现已停用。
我已经在 azuredeploy.json 中将数据库版本更改为 Basic(新的最小版本),所以现在一切都应该可以恢复了。
过去,我使用 "Deploy to Azure" 按钮从 GitHub 成功地将 VirtoCommerce 部署到 Azure。但是今天,在使用我的 Azure 免费试用订阅时,我收到一条错误消息。
使用 "Free" SKU,当我尝试部署时,它进入 "Configuring SQL Server Firewall Rules" 步骤,然后因部署错误而失败,"The operation is not supported for your subscription offer type"。
这是否不再适用于免费试用帐户?正如我所说,它以前有效,所以一定是有什么改变了。
这是因为 Azure SQL 数据库的网络版现已停用。
我已经在 azuredeploy.json 中将数据库版本更改为 Basic(新的最小版本),所以现在一切都应该可以恢复了。