Skip to content

Commit 9035c7e

Browse files
Alexander NosovAlexander Nosov
authored andcommitted
added the run command
1 parent 91c2f1d commit 9035c7e

File tree

1 file changed

+6
-2
lines changed
  • samples/manage/azure-arc-enabled-sql-server

1 file changed

+6
-2
lines changed

samples/manage/azure-arc-enabled-sql-server/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ services: Azure Arc enabled SQL Server
33
platforms: Azure
44
author: anosov1960
55
ms.author: sashan
6-
ms.reviewer: mikeray
76
ms.date: 12/08/2020
87
---
98

@@ -13,11 +12,16 @@ Use the following steps to migrate your existing SQL Server - Azure Arc resource
1312

1413
1. 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.

0 commit comments

Comments
 (0)