[[["わかりやすい","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-07 UTC。"],[[["The `app.yaml` file configures an App Engine app, defining resources like CPU, memory, network, disk, scaling, environment variables, and general settings."],["It serves as a deployment descriptor, defining runtime configurations, versions, and URLs for a specific service version within your app."],["The `app.yaml` file for the `default` service must be created first before other `app.yaml` files for additional services."],["You can use a unique name for `app.yaml` files, but you must specify this file name in the deployment command, such as `gcloud app deploy service-name-app.yaml`."],["The flexible environment allows for custom runtime configuration in the `app.yaml` file, and its complexity determines how many elements you need to specify."]]],[]]