runtime:aspnetcoreenv:flexruntime_config:operating_system:ubuntu22# 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/dotnet/configuring-your-app-with-app-yamlmanual_scaling:instances:1resources:cpu:1memory_gb:0.5disk_size_gb:10env_variables:# The __ in My__Greeting will be translated to a : by ASP.NET.My__Greeting:Hello AppEngine!
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["App Engine apps use an `app.yaml` file to configure resources, scaling, and environment settings like variables."],["The `app.yaml` file defines the runtime configuration, including the .NET version, and it acts as a deployment descriptor for a specific service version."],["The `app.yaml` for the default service must be created before creating `app.yaml` files for additional services."],["You can name your `app.yaml` files uniquely, but you must then specify the filename when using the deployment command."],["Some .NET runtimes have reached end of support, and it's advised to upgrade to the latest .NET version by updating the `app.yaml` file."]]],[]]