Skip to content
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 Maven Plugin for Web Apps Does NOT Allow the Use of Existing App Service Plans #62

Closed
selvasingh opened this issue Nov 9, 2017 · 1 comment

Comments

@selvasingh
Copy link
Member

Plugin name and version

Azure Maven Plugin for Web Apps 0.1.5

Plugin configuration in your pom.xml

Any configuration

Expected behavior

Should allow the use of existing app service plans

Actual behavior

Does not allow the use of existing app service plans. It creates an app service plan for every deploy. This limits the use of the Maven plugin because there are subscription limits - https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#app-service-limits. There are known issues to cleanup app service plans which further aggravates developers. We have run into these limits several times now and then had to open support tickets to clean up app service plans. This creates FRICTION for developers.

The Azure Management Libraries for Java make it simple to use existing App Service Plans.

Steps to reproduce the problem

Just keep running one of the sample deployments to Azure Web Apps

@selvasingh selvasingh assigned jdneo and unassigned xscript Mar 9, 2018
@selvasingh
Copy link
Member Author

@jdneo - please take a look at this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants