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

Does AzureContainerAppsRC task support sending Environment Variables along with build Image? #4

Closed ranjeetkpGit closed 1 year ago

ranjeetkpGit commented 1 year ago

Is it possible to send environment variables along with image (supported in 'az containerapp up' or 'az containerapp update' commands) using AzureContainerAppsRC task ?

I don't see environment variables in Arguments list provided here https://marketplace.visualstudio.com/items?itemName=microsoft-oryx.AzureContainerAppsRC

cormacpayne commented 1 year ago

@ranjeetkpGit Hey Ranjeet, apologies for the delayed response; @Basssiiie opened a PR in the azure-pipelines-tasks repository (for the stable AzureContainerApps task) that adds this functionality, and I'm looking to port this functionality over to this repository's AzureContainerAppsRC task in the near future along with some additional changes being made.

I'll keep this issue posted with updates as they are rolled out. Thanks!

cormacpayne commented 1 year ago

@ranjeetkpGit Hey Ranjeet, this issue is resolved in the latest release of the AzureContainerAppsRC task (0.1.8) -- please feel free to let us know if there's anything else we can help with!

Thanks again for the contribution @Basssiiie :shipit: