-
Notifications
You must be signed in to change notification settings - Fork 153
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. |
- 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