Brief Summary
My Functions App are not updating when I re-deploy the code via docker image on Azure Container Registry.
Details
I have a docker image repository on Azure Container Registry.
I have a Functions App on which I have several Azure functions deployed. My Functions App has the Continuous Deployment enabled.
I created a webhook on which I selected the scope xxxxxxxxazurefunctions:* in order to update the Functions App every time a new image is uploaded to the repository. On the webhook I put the URI of my Functions App.

When I push a new image to the repository the webhook is triggered (see Figure 2). However, my Function App is not uploaded (see Figure 3).


Workaround:
I can manually change the image of my Azure Functions. However, I would like this to be done automatically. Is there some that I´m missing?
When I change the tag of my image on Azure Functions (manually via Azure Portal), a new webhook is created associated to the selected tag (see Figure 4). In this case, my Functions App is properly updated with the new image. Maybe have something to do with the webhook's scope?
