Skip to content

Commit 3d3968a

Browse files
committed
Updated README
1 parent b1f6ce2 commit 3d3968a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/kubeadm

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ sudo systemctl reboot
2525
1. Download the script on the VM you are planning to use for the deployment
2626

2727
``` bash
28-
curl --output setup-bdc.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/setup-bdc.sh
28+
curl --output setup-bdc-ad.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/setup-bdc-ad.sh
2929
curl --output endpoint-patch.json https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/endpoint-patch.json
3030
curl --output security-patch.json https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/security-patch.json
3131
```
3232

33-
1. Edit and modify the endpoint-patch.json & security-patch.json files to supply the values specific to your Active Directory environment
33+
1. Modify the endpoint-patch.json & security-patch.json files to supply the values specific to your Active Directory environment
3434

3535
1. Make the script executable
3636

@@ -54,4 +54,4 @@ When prompted, provide your input for the password that will be used for all ext
5454

5555
## Cleanup
5656

57-
1. The [cleanup-bdc.sh](cleanup-bdc.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 capabiility in your hyper-visor to rollback the virtual machine to a clean state.
57+
1. The [cleanup-bdc.sh](cleanup-bdc.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.

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ When prompted, provide your input for the password that will be used for all ext
5050

5151
## Cleanup
5252

53-
1. The [cleanup-bdc.sh](cleanup-bdc.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 capabiility in your hyper-visor to rollback the virtual machine to a clean state.
53+
1. The [cleanup-bdc.sh](cleanup-bdc.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.

0 commit comments

Comments
 (0)