Merge pull request #28 from shhsu/master

Switch repo now that the new links exists
This commit is contained in:
Sajay Antony 2017-02-16 10:41:09 -08:00 коммит произвёл GitHub
Родитель a04c408ede b2117d003e
Коммит 676f0c463a
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -28,10 +28,10 @@ Under [custom-domain/key-vault-setup/](custom-domain/key-vault-setup/), run the
Deploy via Azure Portal
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fshhsu%2Facr%2Fmaster%2Fdocs%2Fcustom-domain%2Fdocker-vm-deploy%2Fazuredeploy.json" target="_blank">
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Facr%2Fmaster%2Fdocs%2Fcustom-domain%2Fdocker-vm-deploy%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2Fshhsu%2Facr%2Fmaster%2Fdocs%2Fcustom-domain%2Fdocker-vm-deploy%2Fazuredeploy.json" target="_blank">
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Facr%2Fmaster%2Fdocs%2Fcustom-domain%2Fdocker-vm-deploy%2Fazuredeploy.json" target="_blank">
<img src="http://armviz.io/visualizebutton.png"/>
</a>

Просмотреть файл

@ -259,7 +259,7 @@
"typeHandlerVersion": "2.0",
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": ["https://raw.githubusercontent.com/shhsu/acr/master/docs/custom-domain/docker-vm-deploy/deploy-nginx-docker.sh"]
"fileUris": ["https://raw.githubusercontent.com/Azure/acr/master/docs/custom-domain/docker-vm-deploy/deploy-nginx-docker.sh"]
},
"protectedSettings": {
"commandToExecute": "[concat('./deploy-nginx-docker.sh ', parameters('certThumbPrint'), ' ', parameters('backendRegistry'), ' ', parameters('dnsFrontEnd'), ' \"', parameters('caCertUrl'), '\"')]"

Просмотреть файл

@ -6,7 +6,7 @@ export BACKEND_HOST=$2
export FRONTEND_HOST=$3
CA_CERT_URL=$4
SOURCE_ROOT="https://raw.githubusercontent.com/shhsu/acr/master"
SOURCE_ROOT="https://raw.githubusercontent.com/Azure/acr/master"
curl "$SOURCE_ROOT/docs/custom-domain/docker-vm-deploy/setup-certs.sh" -o setup-certs.sh
chmod +x ./setup-certs.sh