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"]],["最終更新日 2025-03-06 UTC。"],[[["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."]]],[]]