azure - 创建函数App时出现错误 "scale operation is not allowed for this subscription in this region"

标签 azure azure-devops azure-functions

我正在运行构建 serverless web app in Azure 中的各个步骤。并且在“创建函数应用”时收到“此订阅不允许进行缩放操作。请尝试选择不同的区域或缩放选项”错误。资源组(first-serverless-app)和存储帐户(meethagoelstorage)都已在“美国中西部”创建,我正在尝试使用

在“美国中西部”创建一个功能应用程序
az functionapp create -n meethagoelfunction2 -g first-serverless-app -s meethagoelstorage -c westcentralus

我正在使用免费的 1 年 Azure 订阅。我究竟做错了什么?

最佳答案

免费试用订阅不允许在美国中西部和巴西南部位置创建 Azure AppService 和 ServerLess。请尝试其他位置。

关于azure - 创建函数App时出现错误 "scale operation is not allowed for this subscription in this region",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53790218/

相关文章:

python - 如何使用 POST 请求中的参数触发 Azure 函数

azure - 组织函数应用程序从 azure devops 进行部署 - 管道 CI/CD

azure - Azure 上的 Akka 发现(使用 VM)

python - 如何在Azure机器学习设计器中设置Python模型的学习者类型?

azure - 在 Azure 中为静态网站创建 Web 服务器代理

azure-devops - VSTS 发布批准电子邮件

azure - Windows Azure 存储模拟器 - CORS 支持

python - 在 Azure DevOps 管道中找不到 Pytest

azure - 来自 SIG 的 Microsoft Azure 托管应用程序 ARM 模板

c# - 从 Azure 下载文件的 Web 服务会引发大文件异常