gpt4 book ai didi

c# - 我无法使用 Visual Studio 2019 中的 Google Cloud Platform 工具将 App Engine 应用程序发布到 GCloud

转载 作者:行者123 更新时间:2023-12-05 02:08:24 24 4
gpt4 key购买 nike

我刚刚移动我的应用程序以在 .Net Core 3.1 上使用 ASP.Net。我以前使用的是 NodeJS 和 Express。我为 Visual Studio 安装了 Google Cloud Platform 工具,在我的项目上使用右键单击菜单生成了 app.yaml 和 Dockerfile,将 app.yaml 修改为我认为是有效的配置,并尝试发布它。我选择了 App Engine Flex,选择了我的项目,然后我收到一条消息“所选的 GCP 项目需要在部署之前启用服务。启用服务”消息。单击启用服务(看起来像一个链接)不会执行任何操作。这会阻止 be 发布我的应用程序,这有点烦人。

任何帮助将不胜感激:)

应用.yaml

service: api
runtime: custom
env: flex
env_variables:
ASPNETCORE_ENVIROMENT: "production"
instance_class: F2
automatic_scaling:
min_idle_instances: 0
max_idle_instances: 2
min_pending_latency: 15ms
max_pending_latency: 100ms

码头文件

FROM gcr.io/google-appengine/aspnetcore:3.1
COPY . /app
WORKDIR /app
ENTRYPOINT ["dotnet", "Project Phoenix Game Services.dll"]

最佳答案

启用 App Engine 管理 API。

关于c# - 我无法使用 Visual Studio 2019 中的 Google Cloud Platform 工具将 App Engine 应用程序发布到 GCloud,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60961461/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com