You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/assess.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,23 @@ SQL Assessment provides a mechanism to evaluate your configuration of SQL Server
31
31
> [!div class="mx-imgBorder"]
32
32
> [](media/assess/sql-assessment-heading-sql-server-arc.png#lightbox)
33
33
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.
35
36
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.
37
38
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
+
> [](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**:
39
51
40
52
*_Domain account_: You'll be prompted for the user account and password.
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/connect.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ You can connect your SQL Server instance on premises to Azure Arc by following t
18
18
* Your machine has at least one instance of SQL Server installed
19
19
* For Windows machines, you have installed Azure PowerShell. Follow the instructions to [install Azure PowerShell](/powershell/azure/install-az-ps).
20
20
* 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`
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