Skip to content

Common Configuration

Andy Xu(devdiv) edited this page Sep 28, 2020 · 17 revisions

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

Property Required Description Version
<subscriptionId> false Specifies the target subscription.
Use this setting when you have multiple subscriptions in your authentication file.
WebApp:0.1.0
Function:0.1.0
Spring:1.0.0
<allowTelemetry> false Specifies whether to allow this plugin to send telemetry data; default value is true. WebApp:0.1.0
Function:0.1.0
Spring:1.0.0
<auth> false Specifies auth configuration. For more infos, please refer here WebApp:0.1.0
Function:0.1.0
<authType> false Specifies which authentication method to use, default value is auto. For more infos, please refer here WebApp:1.9.0
<skip> false Specifies whether to skip execution. Default value is false. WebApp:0.1.4
Function:0.1.0
Clone this wiki locally