앱 서비스의 복잡성에 따라 해당 app.yaml 파일에 몇 가지 요소만 정의해야 할 수 있습니다. 다음 예에서는 가변형 환경에서 PHP 앱이 얼마나 간단한지 확인할 수 있습니다.
app.yaml 파일에 고유한 이름을 지정할 수 있습니다. 하지만 이렇게 하면 배포 명령어에도 파일 이름을 지정해야 합니다. 예를 들어 app.yaml 파일의 이름을 service-name-app.yaml이나 app.flexible.yaml로 지정한 후 다음 중 하나를 사용하여 앱을 배포해야 합니다.
[[["이해하기 쉬움","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-04-03(UTC)"],[[["An `app.yaml` file is essential for configuring an App Engine app, specifying details like CPU, memory, network, disk resources, scaling, and environment variables."],["The `app.yaml` file serves as a deployment descriptor for a specific service version of your PHP application, and it must be created for the `default` service before others."],["To use a specific supported version of PHP, you must update the `app.yaml` file accordingly; the latest version of PHP is used if not otherwise specified."],["You can name `app.yaml` files uniquely, but using a custom name necessitates specifying that file name during the deployment command, such as `gcloud app deploy service-name-app.yaml`."],["Some PHP runtimes have reached their end of support and you are recommended to upgrade your app to the latest version of PHP."]]],[]]