Added curl

This commit is contained in:
Alexander (Sasha) Nosov
2024-08-07 18:32:27 -07:00
committed by GitHub
parent f901d45077
commit 624e84a759
@@ -39,9 +39,17 @@ After running either of these command options, close and reopen PowerShell or re
```
The result should be `Tls, Tls11, Tls12, Tls13`
# Downloading the script
To download the script to your current folder run:
```console
curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/install-payg-sql-server/install-payg-sql-server.ps1 -o install-payg-sql-server.ps1
```
# Launching the script
The script must be launched from and elevated PowerShell prompt. It accepts the following command line parameters:
The script must be run in an elevated PowerShell session. It accepts the following command line parameters:
| **Parameter**                                         | **Value**                                                                       | **Description** |
|:--|:--|:--|