Deploying website from private Github repository using ARM Templates
问题 I am trying to create a website through Azure Resource Manager and then deploy from a private Github repository. I have an ARM Template that works for a public repository. if I then make the repository private, connect to it through the Portal it all works fine. If I redeploy the ARM Template it will fail with the message "Cannot find SourceControlToken with name GitHub." It seems that when the portal connects to a private repo it will create an ssh key that is used to authenticate. The ssh