Updated Customize JRE used by Azure Functions (markdown)

kaibocai 2022-12-05 16:57:18 -06:00
Родитель 77e0a556f4
Коммит 048bd28b1f
1 изменённых файлов: 2 добавлений и 2 удалений

@ -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