Untuk .NET versi 3.1 dan yang lebih lama, Google Cloud Tools for Visual Studio
akan otomatis menyediakan file app.yaml dan Dockerfile saat Anda melakukan deployment ke
App Engine. Namun, Anda dapat memperpanjang runtime .NET untuk menambahkan fungsi lain dengan menyesuaikan image Docker. Untuk informasi selengkapnya, lihat
Runtime Kustom.
Health check
Secara default, semua program yang berjalan di lingkungan fleksibel menerima permintaan health check, dan Anda tidak perlu menulis kode tambahan.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-07 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."]]],[]]