Merge pull request #28 from shhsu/master
Switch repo now that the new links exists
This commit is contained in:
Коммит
676f0c463a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче