【发布时间】:2018-03-19 20:58:27
【问题描述】:
app.yaml 文件
runtime: aspnetcore
env: flex
# This sample incurs costs to run on the App Engine flexible environment.
# The settings below are to reduce costs during testing and are not
appropriate
# for production use. For more information, see:
# https://cloud.google.com/appengine/docs/flexible/python/configuring-your-
app-with-app-yaml
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10
我正在尝试通过 Visual Studios 2017(在 Windows 7 上)将我的 .NET MVC5 应用部署到谷歌云平台,但由于某些原因,App Engine Flex 被禁用。
谢谢。
【问题讨论】:
-
您能出示您的
app.yaml文件吗?另请查看本指南(如果您还没有):cloud.google.com/appengine/docs/flexible/dotnet/quickstart -
我已按照指南手动创建了一个 app.yaml 文件,但它仍然无法正常工作,我不知道为什么。检查 app.yaml 文件的帖子。谢谢。
标签: visual-studio google-app-engine asp.net-mvc-5 google-cloud-platform