You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
I am using SF to deploy function app and api management for my project. Both of them are running in consumption where there is no problem at all. I would like to use standard app service plan for the function app but it fails during the deployment.
I checked the code in lib/models/armTemplates.js but it seems it only support consumption/premium/ase.
Also in the lib/armTemplates/resources/appServicePlan.js, the default value for app service plan resources for premium is ElasticPremium (EP1). I would like to use S1 instead.
I am not good at js so could you please advise if there is a way to deploy the app with customise service plan?
Thanks.
Regards,
Harry
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am using SF to deploy function app and api management for my project. Both of them are running in consumption where there is no problem at all. I would like to use standard app service plan for the function app but it fails during the deployment.
I checked the code in lib/models/armTemplates.js but it seems it only support consumption/premium/ase.
Also in the lib/armTemplates/resources/appServicePlan.js, the default value for app service plan resources for premium is ElasticPremium (EP1). I would like to use S1 instead.
I am not good at js so could you please advise if there is a way to deploy the app with customise service plan?
Thanks.
Regards,
Harry
The text was updated successfully, but these errors were encountered: