Cloud Functions v2 API で作成された関数をデプロイまたは更新する場合は、Cloud Run のすべての構成機能にアクセスできます。このページでは、Cloud Run で使用できる構成オプションの一部、関数の動作の制御方法、各構成タイプのベスト プラクティスについて説明します。構成オプションの一覧については、Cloud Run のドキュメントをご覧ください。
[[["わかりやすい","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。"],[[["Cloud Run provides extensive configuration options for functions created with the Cloud Functions v2 API, allowing control over various behaviors and settings."],["You can manage the number of instances your function creates to handle requests, helping control costs and prevent issues related to high request volumes."],["Setting a minimum number of instances can help avoid cold starts and reduce latency, although it will incur ongoing costs."],["Cloud Run functions can leverage Secret Manager for securely storing sensitive information like API keys and passwords."],["Functions can be fine-tuned by adjusting the amount of memory, CPU, maximum concurrency, and request timeout allowed."]]],[]]