Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit ab74fe2

Browse files
committed
Merge branch 'arc-enabled-sql-server' of https://github.com/anosov1960/sql-docs-pr into arc-enabled-sql-server
2 parents b992e52 + 06fd0f5 commit ab74fe2

5 files changed

Lines changed: 66 additions & 3 deletions

File tree

docs/sql-server/azure-arc/assess.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,23 @@ SQL Assessment provides a mechanism to evaluate your configuration of SQL Server
3131
> [!div class="mx-imgBorder"]
3232
> [ ![Screenshot showing the Environment Health screen of a SQL Server - Azure Arc resource.](media/assess/sql-assessment-heading-sql-server-arc.png) ](media/assess/sql-assessment-heading-sql-server-arc.png#lightbox)
3333
34-
1. Specify a working directory on the data collection machine. By default, `C:\sql_assessment\work_dir` is used. During collection and analysis, data is temporarily stored in that folder. If the folder doesn't exist, it's created automatically.
34+
> [!IMPORTANT]
35+
> If MMA extension is not installed, you will not be able to initiate the on-demand SQL Assessment.
3536
36-
1. Select **Download configuration script**. Copy the downloaded script to the target machine.
37+
2. Select the account type. If you have a Managed service account, it will allow you to initiate SQL Assessment directly from the Portal. Specify the account name.
3738

38-
1. Open an admin instance of **powershell.exe** and execute one of the following code blocks:
39+
> [!NOTE]
40+
> Specifying a *Managed service account* will activate the **Configure SQL Assessment** button so you could initiate the assessment from the Portal by deploying a *CustomScriptExtension*. Because only one *CustomScriptExtension* can be deployed at a time, the script extension for SQL Assessment
41+
will be automatically removed after execution. If you already have another *CustomScriptExtension* deployed to the hosting machine, the **Configure SQL Assessment** button will not be activated.
42+
43+
3. Specify a working directory on the data collection machine if you want to change the default. By default, `C:\sql_assessment\work_dir` is used. During collection and analysis, data is temporarily stored in that folder. If the folder doesn't exist, it's created automatically.
44+
45+
4. If you want initiate SQL Assessment from the Portal by clicking **Configure SQL Assessment**, a standard deployment bubble will show up.
46+
47+
> [!div class="mx-imgBorder"]
48+
> [ ![Screenshot showing deploymentof the CustomScriptExtension.](media/assess/sql-assessment-custom-script-deployment.png) ](media/assess/sql-assessment-custom-script-deployment.png#lightbox)
49+
50+
5. If you prefer initiating SQL Assessment from the target machine, click **Download configuration script**, copy the downloaded script to the target machine and and execute one of the following code blocks in a admin instance of **powershell.exe**:
3951

4052
* _Domain account_: You'll be prompted for the user account and password.
4153

docs/sql-server/azure-arc/connect.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ You can connect your SQL Server instance on premises to Azure Arc by following t
1818
* Your machine has at least one instance of SQL Server installed
1919
* For Windows machines, you have installed Azure PowerShell. Follow the instructions to [install Azure PowerShell](/powershell/azure/install-az-ps).
2020
* For Linux machines, you have downloaded Azure CLI and connected your Azure account. Follow the instructions to [install Azure CLI](/cli/azure/install-azure-cli-apt).
21+
* The **Microsoft.AzureData** resource provider has been registered. For more information on resource providers, see Azure resource providers and types.
22+
* On Powershell, run `Register-AzResourceProvider -ProviderNamespace Microsoft.AzureData`
23+
* On Linux, run `az provider register --namespace 'Microsoft.AzureData`
24+
2125

2226

2327
## Generate a registration script for SQL Server
111 KB
Loading
-16.9 KB
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Azure Arc enabled SQL Server - Release notes
3+
description: Latest release notes
4+
author: anosov1960
5+
ms.author: sashan
6+
ms.reviewer: mikeray
7+
ms.date: 10/29/2020
8+
ms.topic: conceptual
9+
ms.prod: sql
10+
---
11+
12+
# Release notes - Azure Arc enabled SQL Server (Preview)
13+
14+
> [!NOTE]
15+
> As a preview feature, the technology presented in this article is subject to [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
16+
17+
## September, 2020
18+
19+
Azure Arc enabled SQL Server is released for public preview. Azure Arc enabled SQL Server extends Azure services to SQL Server instances hosted outside of Azure in the customer’s datacenter, on the edge or in a multi-cloud environment.
20+
21+
For details see [Azure Arc enabled SQL Server Overview](overview.md)
22+
23+
### Known issues
24+
25+
The following issues apply to this release:
26+
27+
* The **Register Azure Arc enabled SQL Server** blade does not support configuring custom tags. To add custom tags, open the **SQL Server - Azure Arc** resource after registration and change Tags in the **Overview** page.
28+
29+
* Connecting SQL Server instances to Azure Arc requires a account with a broad set of permissions. For details, see [Required permissions](overview.md#required-permissions).
30+
31+
## October, 2020
32+
33+
The October update includes the following improvements:
34+
35+
1. The register Azure Arc enabled SQL Server blade now includes the **Tags** tab. The tags are included in the registration script and are reflected in the **SQL Server - Azure Arc** resource(s). For details, see [Connect your SQL Server to Azure Arc](connect.md).
36+
37+
2. The **Environment Health** entry now supports activation of **SQL Assessment** from the Portal by deploying a *CustomScriptExtension*. For details, see [Configure SQL Assessment](assess.md#run-on-demand-sql-assessment).
38+
39+
### Known issues
40+
41+
The following issues apply to this release:
42+
43+
* Connecting SQL Server instances to Azure Arc requires a account with a broad set of permissions. For details, see [Required permissions](overview.md#required-permissions).
44+
45+
## Next steps
46+
47+
**Just want to try things out?** Get started quickly with [Azure Arc enabled SQL Server Jumpstart](https://aka.ms/AzureArcSqlServerJumpstart).

0 commit comments

Comments
 (0)