Azure / container-apps-deploy-pipelines-task

Azure Pipelines Task (Release Candidate) for building and deploying Azure Container Apps
MIT License
6 stars 10 forks source link

[enhancement] Ability to Specify AZ containerapp Command in AzureContainerApps@1 Task #37

Open phcbarros opened 11 months ago

phcbarros commented 11 months ago

I am creating a pipeline and using this task to create/update my containers. However, due to a bug in the az containerapp up command of AZ CLI, I am unable to use only one Azure Container Registry (ACR), for example, if I have 2 subscription I need to have 2 ACRs. Would it be possible to add support for allowing me to specify which az containerapp command I want to use?