Updating instruction to point to ms master.

This commit is contained in:
Anton Antonov (TONY)
2019-12-05 17:34:11 -08:00
parent ff80680646
commit 2852fd9f14
@@ -25,7 +25,7 @@ sudo systemctl reboot
1. Download the script on the VM you are planning to use for the deployment
``` bash
curl --output setup-controller.sh https://raw.githubusercontent.com/ananto-msft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh
curl --output setup-controller.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh
```
2. Make the script executable
@@ -48,7 +48,7 @@ In case the setup-controller.sh fails and does not complete successfully, you sh
1. The [cleanup-controller.sh](cleanup-controller.sh/) script is provided as convenience to reset the environment in case of errors. However, we recommend that you use a virtual machine for testing purposes and use the snapshot capability in your hyper-visor to rollback the virtual machine to a clean state.
``` bash
curl --output cleanup-controller.sh https://raw.githubusercontent.com/ananto-msft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/cleanup-controller.sh
curl --output cleanup-controller.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/cleanup-controller.sh
```
2. Make the script executable