Skip to content

Common Configuration

yucwan edited this page Nov 26, 2019 · 17 revisions

The three Maven Plugins for Azure Web App/Functions/Spring Cloud support below configuration properties.

Property Required Description
<authentication> false Specifies which authentication method to use with Azure.
There are three supported methods, Values:[].
<subscriptionId> false Specifies the target subscription.
Use this setting when you have multiple subscriptions in your authentication file.
<failsOnError> false Specifies whether to throw an exception when there are fatal errors during execution; the default value is true.
This setting helps prevent deployment failures from failing your entire Maven build.
<allowTelemetry> false Specifies whether to allow this plugin to send telemetry data; default value is true.
<skip> false Specifies whether to skip execution. Default value is false.
Clone this wiki locally