Skip to content

Azure Container Apps: Config

Ruoyu Wang edited this page Jan 2, 2025 · 1 revision

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 execute azure-container-apps:deploy.

  • You will be promoted with the following steps:

    1. select or confirm default subscription: subscriptionId (if there is only one subscription available in your account, the subscriptionId will be set automatically)
    2. select or provide Azure Container Apps Environment
    3. select or provide Azure Container App (default as artifactId)
    4. select or provide Azure Container Registry (will create one for you if leave it as blank).
    5. select User Assigned Identity to pull image from Azure Container Registry (optional)
    6. select deployment type for apps (default as code)
    7. input deployment directory or image
    8. configure ingress
    9. configure scale
Clone this wiki locally