According to the documentation the allows periods and the process doesn't error when they are present, however when the container image is built it substitutes (Normalizes) the periods for dashes. In the container image name I would like to prefix with our Azure container registry.
Would this be possible to do? I can work around by creating another build step to tag after build, but hoping to not have to.
Thanks.