-
Notifications
You must be signed in to change notification settings - Fork 153
Common Configuration
Hanxiao Liu edited this page Jan 6, 2020
·
17 revisions
The three Maven Plugins for Azure Web App/Functions/Spring Cloud support below configuration properties.
Property | Required | Description |
---|---|---|
<subscriptionId> |
false | Specifies the target subscription. Use this setting when you have multiple subscriptions in your authentication file. |
<allowTelemetry> |
false | Specifies whether to allow this plugin to send telemetry data; default value is true. |
<authentication> |
false | Specifies auth configuration. For more infos, please refer here |
<authType> |
false | Specifies which authentication method to use, default value is auto. For more infos, please refer here |
<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. |
<skip> |
false | Specifies whether to skip execution. Default value is false. |
- Home
- Authentication
- Proxy
- Common Configurations
-
Maven Plugin for Azure Web Apps
- Quickstarts
- Goals
- Configuration Details
- Samples
-
Maven Plugin for Azure Functions
- Quickstarts
- Archetype
- Goals
- Configuration Details
-
Maven Plugin for Azure Spring Apps
- Quickstarts
- Goals
- Configuration Details
- Maven Plugin for Azure Container Apps
- Using in CI/CD