Azure Container Apps: Config - microsoft/azure-maven-plugins GitHub Wiki
azure-container-apps:config
-
This goal will set up the plugin configuration used in
azure-container-apps:deploy
through a step by step wizard. You will proceed with the following steps, after you have finished these steps, the configuration for azure-container-apps-maven-plugin will be filled with values you selected during the wizard, then you can executeazure-container-apps:deploy
. -
You will be promoted with the following steps:
- select or confirm default subscription: subscriptionId (if there is only one subscription available in your account, the subscriptionId will be set automatically)
- select or provide Azure Container Apps Environment
- select or provide Azure Container App (default as artifactId)
- select or provide Azure Container Registry (will create one for you if leave it as blank).
- select User Assigned Identity to pull image from Azure Container Registry (optional)
- select deployment type for apps (default as code)
- input deployment directory or image
- configure ingress
- configure scale