When I build a docker image I use the buildID as tag for the image. I then deploy the docker image in a Azue WebApp for Docker via a ARM template. I use VSTS build to build and push the image and I use a VSTS release to deploy the Azure WebApp for containers.
I don't want to put the buildID hardcoded in the ARM template, but I am looking for a way to somehow refer to the buildID variable in the ARM template.
Anyone any ideas?