Visual Studio 2019 Functions Premium App Create sets AlwaysOn to true when it should be false.
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
**Symptoms**
Deploying a new Functions Premium Function app from Visual Studio 2019 results in AlwaysOn set to True which is not needed in the Premium plan.
**Version Information**
Visual Studio Enterprise 2019 version 16.3.10
Azure Functions and Web Jobs Tools 16.3.286.43615
**Steps to Repro**
1. Create a new Function App in Visual Studio 2019
2. Publish this to a Premium Function app.
3. On the "Pick a Publish Target" screen select Azure Functions Premium Plan.
4. Create the RG, Storage account, Plan and Application Inisghts if needed.
5. Publish the App.
6. Open the Application in the Portal.
7. Go to Platform Features
8. Open Resource Explorer.
9. Look at the Configuration. AlwaysOn will be true.
**Expected Result**
That AlwaysOn be false for the Premium Plan.
**Is there a workaround?**
You can reset this back to false using Resource Explorer Read\Write mode.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.