-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure function created with always on = off #3037
Comments
Hi @ihorbond, thanks for filing an issue. Please elaborate as to what problem you're running into and provide steps to reproduce it. |
@wwlorey just added the steps. sorry was in a rush. maybe this bug is purely presentational but I noticed when you crate an Azure function via Azure Portal UI always on defaults to On vs function created via vscode ext it defaults to Off |
Thanks for providing these details @ihorbond. Transferring this to the Azure Functions Extension repo to better address the issue. |
More context on this:
|
Fyi @wwlorey I think this is only for app service plans (not consumption or premium) https://docs.microsoft.com/en-us/azure/azure-functions/dedicated-plan#always-on @ihorbond can you confirm you chose a dedicated app service plan? |
Yes, I did have an app service selected and it is HTTP triggered. so that means it should be off by default then and will wake on HTTP request and will take a some time to warm up correct ? |
Steps to Reproduce:
Result: Always on = off
The text was updated successfully, but these errors were encountered: