Skip to content

Commit

Permalink
bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed Jun 27, 2021
1 parent d92c2b9 commit d8678f4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ Setting up a AKS cluster and adding a Azure Arc Enabled Data Services Direct Dat
So I
- deployed the VM [deploy-vm.ps1](deploy-vm.ps1)
- set up the VM [set up vm.ps1](set-up-vm.ps1)

or I ran from my machine and
- Created AKS [create-aks.ps1](create-aks.ps1)
- Deployed the data controller from the portal
- Connected to the data controlled in ADS in the jump box successfully
- got the endpoints
[endpointswithjustdatacontroller.png](images/endpointswithjustdatacontroller.png)
- Connected to the data controlled in ADS in the jump box successfully
[connecteddc.png](images/connecteddc.png)
- Deployed a single node manged instance from the portal
- Deployed a 3 node replica managed instance from the portal
- Deployed a single node manged instance using bicep [deploy-mi.ps1](deploy-mi.ps1) from my own machine because easy with secrets
Expand Down Expand Up @@ -117,12 +123,13 @@ My machine
}
}

pwsh 7.1.3> azdata --version
20.3.4

Build (20210601.1)
pwsh 7.1.3> azdata --version
20.3.5

SQL Server 2019 (15.0.4123)
Build (20210609.2)

SQL Server 2019 (15.0.4138)

Legal docs and information: https://aka.ms/eula-azdata-en

Expand Down
Binary file added images/connecteddc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/endpointswithjustdatacontroller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion set-up-vm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ choco install git -y

$File = "$ENV:temp\azdata.msi"
Invoke-WebRequest -Uri https://aka.ms/azdata-msi -OutFile $file
msiexec /qn /i $file
msiexec /i $file

0 comments on commit d8678f4

Please sign in to comment.