Can I use Azure devops pipelines to deploy to azure container app jobs

Jon Maessen 20 Reputation points
2023-11-07T11:09:23.4233333+00:00

Hi guys,

Specifically asking whether I can set an Azure pipeline that automatically deploys to my Azure container app job. I see documentation (https://learn.microsoft.com/en-us/azure/container-apps/azure-pipelines) that pipelines are available for Azure container apps, but not necessarily for jobs.

Can I set up a pipeline that deploys automatically to azure container app jobs? Or would setting the "latest" tag of the image to be used by the job also suffice, when making a pipeline that publishes only to my private ACR. (The worry here is that cached images might be used rather than actually pulling the latest image).

kind regards,

Jon

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
170 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anthony Chu - MSFT 771 Reputation points Microsoft Employee
    2023-11-07T19:11:10.86+00:00

    Jobs deployment isn't supported yet by the Container Apps Azure Pipelines task. However, you can run the az containerapp job create command with the Azure CLI task to deploy it.

    And yes, if you update an image associated with a tag, the next time your job starts an execution, it'll pull the updated image.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful