How to spin the Azure Function in Premium Plan rather than Consumption Plan #489
Answered
by
shibayan
voyager163
asked this question in
Q&A
-
Hi @shibayan, Can you advised me how to spin the Azure Function in premium plan rather than consumption plan? The reason is that i wish to limit the access for the SSL keyvault to only the Azure Function but in consumption plan, there is a limitation. |
Beta Was this translation helpful? Give feedback.
Answered by
shibayan
Jun 19, 2022
Replies: 1 comment
-
For cost optimization, only the Consumption Plan template is provided, but it should be available by setting the settings starting with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shibayan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For cost optimization, only the Consumption Plan template is provided, but it should be available by setting the settings starting with
WEBSITE_RUN_FROM_PACKAGE
andAcmebot
in App Settings to the Azure Functions created as Premium Plan.