File tree Expand file tree Collapse file tree
samples/manage/azure-arc-enabled-sql-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ services: Azure Arc enabled SQL Server
33platforms : Azure
44author : anosov1960
55ms.author : sashan
6- ms.reviewer : mikeray
76ms.date : 12/08/2020
87---
98
@@ -13,11 +12,16 @@ Use the following steps to migrate your existing SQL Server - Azure Arc resource
1312
14131 . Launch the [ Cloud Shell] ( https://shell.azure.com/ ) . For details, [ read more about PowerShell in Cloud Shell] ( https://aka.ms/pscloudshell/docs ) .
1514
16- 2 . Upload the script to the shell that calculates the current consumption of Azure Hybrid Benefit core licenses by using the following command:
15+ 2 . Upload the script to the shell using the following command:
1716
1817 ``` console
1918 curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/migrate-to-azure-arc-data.ps1 -o migrate-to-azure-arc-data.ps1
2019 ```
20+ 3. Run the script.
21+
22+ ```console
23+ ./migrate-to-azure-arc-data.ps1
24+ ```
2125
2226> [! NOTE]
2327> - To paste the commands into the shell, use ` Ctrl-Shift-V` on Windows or ` Cmd-v` on MacOS.
You can’t perform that action at this time.
0 commit comments