.NET 버전 3.1 이하의 경우 Google Cloud Visual Studio용 Tools는 App Engine에 배포할 app.yaml 파일과 Dockerfile을 자동으로 제공합니다. 단, 개발자는 .NET 런타임을 확장하여 Docker 이미지를 맞춤설정하여 기능을 추가할 수 있습니다. 자세한 내용은 커스텀 런타임을 참조하세요.
상태 확인
가변형 환경에서 실행되는 모든 프로그램은 기본적으로 상태 확인 요청을 수신하므로 코드를 추가로 작성할 필요가 없습니다.
[[["이해하기 쉬움","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)"],[[["Google Cloud Tools for Visual Studio automatically provides an `app.yaml` file and a Dockerfile for .NET versions 3.1 and earlier when deploying to App Engine."],["You can customize the Docker image to extend the .NET runtime with additional functionality."],["All programs in the flexible environment receive health check requests by default, eliminating the need for extra code."]]],[]]