An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Hi,
I don’t see a public Microsoft statement saying this image is officially deprecated. Microsoft’s current PostgreSQL connection-pooling guidance still mentions a PgBouncer sidecar proxy image published in Microsoft Container Registry, so it is still referenced in Microsoft documentation. https://dotnet.territoriali.olinfo.it/en-us/azure/postgresql/connectivity/concepts-connection-pooling-best-practices
That said, I also don’t see any public support-lifecycle or servicing commitment for this specific image, and the Docker Hub page shows it hasn’t been updated for a long time.
For production, Microsoft’s most current and actively documented recommendation is the built-in PgBouncer feature in Azure Database for PostgreSQL Flexible Server. https://dotnet.territoriali.olinfo.it/en-us/azure/postgresql/connectivity/concepts-pgbouncer
So my practical reading is: the image is still documented, but I would not assume an active patching commitment unless Microsoft confirms it directly. If you need a definitive yes/no on deprecation or future updates, the safest route is to open a Microsoft support case.
Hope this helps