Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
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-08-19 UTC."],[[["\u003cp\u003eGoogle Cloud Tools for Visual Studio automatically provides an \u003ccode\u003eapp.yaml\u003c/code\u003e file and a Dockerfile for .NET versions 3.1 and earlier when deploying to App Engine.\u003c/p\u003e\n"],["\u003cp\u003eYou can customize the Docker image to extend the .NET runtime with additional functionality.\u003c/p\u003e\n"],["\u003cp\u003eAll programs in the flexible environment receive health check requests by default, eliminating the need for extra code.\u003c/p\u003e\n"]]],[],null,["# Customizing the .NET Runtime\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nFor .NET version 3.1 and earlier, Google Cloud Tools for Visual Studio\nautomatically supplies an `app.yaml` file and a Dockerfile when you deploy to\nApp Engine. However, you can extend the .NET runtime to add additional\nfunctionality by customizing the Docker image. For more information, see\n[Custom Runtimes](/appengine/docs/flexible/custom-runtimes).\n\nHealth checking\n---------------\n\nBy default, all programs running in the flexible environment receive\n[health check requests](/appengine/docs/flexible/how-instances-are-managed#health_checking),\nand you don't need to write any additional code."]]