How to deploy linked ARM templates from private Azure DevOps repositories
You probably already know that Azure Resource Manager should be able to access linked ARM templates via provided URI during the deployment of the master template. You cannot use local files. So, how to deploy linked ARM templates from a private repo?