azure-maven-plugins
azure-maven-plugins copied to clipboard
Deployment failures with Isolated App Services
Plugin name and version
zure-webapp-maven-plugin:1.8.0:deploy
Plugin configuration in your pom.xml
<pricingTier>I1</pricingTier>
Expected behavior
Deployment succeeds
Actual behavior
Caused by: org.apache.maven.plugin.MojoExecutionException: Unknown value of the pricingTier.
Steps to reproduce the problem
Changing pricing tier to an Isolated App Service Pricing tier will cause deployment failures because Isolated App Services seem to be not supported.
@Zangriev Thanks for your report and sorry for the late reply, will looking into this issue sson.
Maven plugin uses azure mgmt sdk for resource management, and Pricing in azure sdk didn't support Isolated , will update here once there are updates
For supporting of the isolated SKU (I1 I2 I3), it need to have a App Service Environment. Current app service plan had yet to support for App Service Environment.
And I guess in maven toolkit some configuration is also needed to let user provide this ASE.
Any new on this issue? This maven plugin should support App Service Environment (v3) with App Service Plans (I1V2, I2V2, I3V2).
@haraldatbmw Sorry to tell you that: currently , ASE is not supported by maven tooling.