An Azure service that provides a general-purpose, serverless container platform.
Hello Komal Pramod Date,
Issue: Client version 1.24 is too old. Minimum supported API version is 1.44.
Most common causes
In most situations, this occurs because:
- A self-hosted build agent is running an older Docker version, or
The pipeline’s container image includes an outdated Docker CLI.
Resolution:
Update the Docker version in the environment where the deployment runs, not just on your local machine.
Depending on your setup:
Hosted pipeline agents → switch to a newer image like ubuntu-latest.
Self-hosted agents → upgrade Docker on the agent machine and restart the agent service.
Container jobs → use a newer base image that includes a modern Docker client.
Once the Docker client API version is 1.44 or higher, the deployment should succeed.
Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.