[[["わかりやすい","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-26 UTC。"],[[["An `app.yaml` file is used to configure an App Engine app, including its runtime, handlers, scaling, and environment variables."],["For a basic Python 3 app in the standard environment, only the `runtime` element is required in the `app.yaml` file."],["App Engine provides default settings, such as the F1 instance class and automatic scaling, which can be overridden by specifying custom settings in `app.yaml`."],["While you can choose a unique name for your `app.yaml` files, doing so means that you will have to specify the file name with the deployment command, such as `gcloud app deploy service-name-app.yaml`."],["Before you can deploy other services, you must first create an `app.yaml` file for your app's `default` service."]]],[]]