From f901d45077b57239b0861c0f3c517ae2e60e8b78 Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Wed, 7 Aug 2024 18:21:18 -0700 Subject: [PATCH] Minor edits --- .../install-payg-sql-server/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/samples/manage/azure-arc-enabled-sql-server/install-payg-sql-server/README.md b/samples/manage/azure-arc-enabled-sql-server/install-payg-sql-server/README.md index e474aa4e..d7a48266 100644 --- a/samples/manage/azure-arc-enabled-sql-server/install-payg-sql-server/README.md +++ b/samples/manage/azure-arc-enabled-sql-server/install-payg-sql-server/README.md @@ -1,14 +1,13 @@ # Overview -This script installs a pay-as-you-go SQL Server instance on your machine and automatically connext it to Azure Arc using a downloaded SQL Server media. +This script installs a pay-as-you-go SQL Server instance on your machine and automatically connects it to Azure using a downloaded SQL Server media. # Prerequisites - You have met the [onboarding prerequisites](https://learn.microsoft.com/sql/sql-server/azure-arc/prerequisites). -- You have downloded a SQL Server image file from the workspace provided by Microsoft technical support. Tpo obtain it, open a support request using "Get SQL Installation Media" subcategory and soecify the desired version and edition. +- You have downloded a SQL Server image file from the workspace provided by Microsoft technical support. To obtain it, open a support request using "Get SQL Installation Media" subcategory and specify the desired version and edition. - You are a local admin on the machine where you run the script. -- Your n -- If you are using a machine running Windows Server 2016, you have completed the mitigation steps as described below. +- If you are installing SQL Server on Windows Server 2016, you have a secure TLS configuration as described below. # Mitigating the TLS version issue on Windows Server 2016