We have a requirement, where we publish a docker image, and a client through an automation workflow tool such as Logic App pull down a docker image and upload it to an Azure App Service instance. Is #2, #3 achievable via some from of RESTFul API?
We publish an image into docker hub
Client runs a process to pull this image down via HTTP request
And upload it to an instance of an Azure app service via HTTP Request
I found this : https://docs.docker.com/registry/spec/api/#pulling-an-image just unsure if this is useful in the sense where we need to deploy this image to an Azure App Service instance and let it run the image?