From 048bd28b1f1bcfde75d6f892dd5591c6a1e434db Mon Sep 17 00:00:00 2001 From: kaibocai <89094811+kaibocai@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:57:18 -0600 Subject: [PATCH] Updated Customize JRE used by Azure Functions (markdown) --- Customize-JRE-used-by-Azure-Functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Customize-JRE-used-by-Azure-Functions.md b/Customize-JRE-used-by-Azure-Functions.md index 52def02..244d991 100644 --- a/Customize-JRE-used-by-Azure-Functions.md +++ b/Customize-JRE-used-by-Azure-Functions.md @@ -1,6 +1,6 @@ For Mitigation for the TLS issue, please visit [here](https://github.com/Azure/azure-functions-java-worker/wiki/Mitigation-for-the-Disabled-TLS-1.0-1.1-issue) -For Windows plan: +**For Windows plan:** - Open Kudu: https://docs.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings#kudu - You can use one of the Azure JREs or you can bring you own JRE * Use one of the Azure JREs @@ -13,7 +13,7 @@ For Windows plan: - If your app is using consumption plan, you also need add following appsetting. Note: This will increase cold starts for java functions - App setting key WEBSITE_USE_PLACEHOLDER with value set to 0 -For Linux plan: +**For Linux plan:** - You can build your own image or you can use previous azure function image * Build your own image * Build your own image with the specific jdk version you want to use. Please reference to this link on build your own images: https://github.com/Azure/azure-functions-docker/tree/dev/host/3.0/buster/amd64/java