File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
samples/manage/azure-arc-enabled-sql-server Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ services: Azure Arc enabled SQL Server
3
3
platforms : Azure
4
4
author : anosov1960
5
5
ms.author : sashan
6
- ms.reviewer : mikeray
7
6
ms.date : 12/08/2020
8
7
---
9
8
@@ -13,11 +12,16 @@ Use the following steps to migrate your existing SQL Server - Azure Arc resource
13
12
14
13
1 . Launch the [ Cloud Shell] ( https://shell.azure.com/ ) . For details, [ read more about PowerShell in Cloud Shell] ( https://aka.ms/pscloudshell/docs ) .
15
14
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:
17
16
18
17
``` console
19
18
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
20
19
```
20
+ 3. Run the script.
21
+
22
+ ```console
23
+ ./migrate-to-azure-arc-data.ps1
24
+ ```
21
25
22
26
> [! NOTE]
23
27
> - 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