Thanks for using the Q&A platform.
The Ping button in ACR sends a test POST request to the configured webhook endpoint, which mimics an event trigger but does not include an actual image push or delete payload. It’s mainly for connectivity and endpoint testing.
Kindly find official documentation: https://learn.microsoft.com/en-us/azure/container-registry/container-registry-webhook#test-webhook
However, even though ping is just a test POST, it can invoke deployment effects if the webhook target interprets it as such. A recent Stack Exchange post observed that calling the web‑hook (ping) from the linked Container Registry, evokes in the Webapp a restart, which pulls a new image. This confirms your current experience.
Kindly go through: https://webmasters.stackexchange.com/questions/147928/azure-webapp-continuous-deployment-setting
If the response was helpful, please feel free to mark it as “Accepted Answer” and consider giving it an upvote. This helps others in the community as well.
Regards,
Obinna.