Skip to content

Commit 91c2f1d

Browse files
Alexander NosovAlexander Nosov
authored andcommitted
Added readme file
1 parent d5b403a commit 91c2f1d

File tree

3 files changed

+25
-214
lines changed

3 files changed

+25
-214
lines changed

samples/databases/wide-world-importers/sample-scripts/polybase/DemonstratePolybase.sql

Lines changed: 0 additions & 139 deletions
This file was deleted.

samples/databases/wide-world-importers/sample-scripts/polybase/README.md

Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
services: Azure Arc enabled SQL Server
3+
platforms: Azure
4+
author: anosov1960
5+
ms.author: sashan
6+
ms.reviewer: mikeray
7+
ms.date: 12/08/2020
8+
---
9+
10+
# Running the script using Cloud Shell
11+
12+
Use the following steps to migrate your existing SQL Server - Azure Arc resources from Microsoft.AzureData namespace to Microsoft.AzureArcData namespace.
13+
14+
1. Launch the [Cloud Shell](https://shell.azure.com/). For details, [read more about PowerShell in Cloud Shell](https://aka.ms/pscloudshell/docs).
15+
16+
2. Upload the script to the shell that calculates the current consumption of Azure Hybrid Benefit core licenses by using the following command:
17+
18+
```console
19+
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+
```
21+
22+
> [!NOTE]
23+
> - To paste the commands into the shell, use `Ctrl-Shift-V` on Windows or `Cmd-v` on MacOS.
24+
> - The script will be uploaded directly to the home folder associated with your Cloud Shell session.
25+
> - The script will prompt for the resource group name and print a message when migration is completed.

0 commit comments

Comments
 (0)