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
> The first scan to generate the vulnerability assessment will happen within 24 hours after enabling advanced data security. After that, auto scans will be performed every week on Sunday.
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/connect.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,14 @@ You can connect your SQL Server instance on premises to Azure Arc by following t
16
16
## Prerequisites
17
17
18
18
* Your machine has at least one instance of SQL Server installed
19
-
* For Windows machines, you have installed Azure PowerShell. Follow the instructions to [install Azure PowerShell](/powershell/azure/install-az-ps).
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`
24
-
25
-
19
+
* The **Microsoft.AzureArcData** resource provider has been registered using one of the methods below:
20
+
* Using Azure portal:
21
+
- Select **Subscriptions**
22
+
- Choose your subscription
23
+
- Under **Settings**, select **Resource providers**
24
+
- Search for `Microsoft.AzureArcData` and select **Register**
25
+
* Using PowerShell, run `Register-AzResourceProvider -ProviderNamespace Microsoft.AzureArcData`
26
+
* Using CLI, run `az provider register --namespace 'Microsoft.AzureArcData`
26
27
27
28
## Generate a registration script for SQL Server
28
29
@@ -31,7 +32,7 @@ In this step you generate a script that discovers all SQL Server instances insta
31
32
1. Search for __SQL Server - Azure Arc__ resource type and add a new one through the creation blade.
2. Review the pre-requisites and go to the **Server details** tab.
36
37
37
38
3. Select the the subscription, resource group, Azure region and the host operating system. If required, also specify the proxy that your network uses to connect to Internet.
@@ -86,11 +87,11 @@ Go [Azure portal](https://ms.portal.azure.com/#home) and open the newly register
86
87
87
88

88
89
89
-
## Un-register the SQL Server - Azure Arc resources
90
+
## Disconnect your SQL Server instance
90
91
91
-
To remove an existing __SQL Server - Azure Arc__ resource, go to the resource group that contains it and remove it from the list of resources in the group.
92
+
To disconnect your SQL Server instance from Azure Arc, go to Azure portal, open the __SQL Server - Azure Arc__ resource for that instance, and click the **Unregister** button.
@@ -54,6 +55,10 @@ Before configuring your SQL server instances and machines with Azure Arc, review
54
55
55
56
Review [networking configuration, transport layer security and resource providers](/azure/azure-arc/servers/agent-overview#prerequisites) required for Connected machine agent.
56
57
58
+
The resource provider `Microsoft.AzureArcData` is required to connect the SQL Server instances to Azure Arc. See the resource provider registration instructions in the [Prerequisites](connect.md#prerequisites) section.
59
+
60
+
If you already have SQL Server instances connected to Azure Arc, follow these steps to migrate the existing **SQL Server - Azure Arc** resources to the new namespace.
61
+
57
62
### Supported Azure regions
58
63
59
64
The public preview is available in the following regions:
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/release-notes.md
+43-8Lines changed: 43 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Latest release notes
4
4
author: anosov1960
5
5
ms.author: sashan
6
6
ms.reviewer: mikeray
7
-
ms.date: 10/29/2020
7
+
ms.date: 12/08/2020
8
8
ms.topic: conceptual
9
9
ms.prod: sql
10
10
---
@@ -14,19 +14,40 @@ ms.prod: sql
14
14
> [!NOTE]
15
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
16
17
-
## September 2020
17
+
## December 2020
18
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.
19
+
### Breaking change
20
20
21
-
For details, see [Azure Arc enabled SQL Server Overview](overview.md)
21
+
This release introduces an updated [resource provider](/azure/azure-resource-manager/management/azure-services-resource-providers.md) called `Microsoft.AzureArcData`. Before you can continue using Azure Arc enabled SQL Server, you need to register this resource provider. See the resource provider registration instructions in the [Prerequisites](connect.md#prerequisites) section.
22
22
23
-
### Known issues
23
+
If you have existing existing SQL Server - Azure Arc resources, use these steps to migrate them to Microsoft.AzureArcData namespace.
24
24
25
-
The following issues apply to the September release:
25
+
1. Launch the [Cloud Shell](https://shell.azure.com/). For details, [read more about PowerShell in Cloud Shell](https://aka.ms/pscloudshell/docs).
26
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.
27
+
2. Upload the script to the shell using the following command:
28
28
29
-
* Connecting SQL Server instances to Azure Arc requires an account with a broad set of permissions. For details, see [Required permissions](overview.md#required-permissions).
> - To paste the commands into the shell, use `Ctrl-Shift-V` on Windows or `Cmd-v` on MacOS.
40
+
> - The script will be uploaded directly to the home folder associated with your Cloud Shell session.
41
+
> - The script will prompt for the resource group name and print a message when migration is completed.
42
+
43
+
### Other changes
44
+
45
+
* The *TCPPorts* property in the **SQL Server - Azure Arc** resource type has been renamed to *TCPStaticPorts*
46
+
* The permissions required aren’t as broad as they used to be. See the [Required permission](overview.md#required-permissions) section for details.
47
+
48
+
### Known issues
49
+
50
+
* The *CreateTime* property won’t be added to any newly created resources in the AzureArcData namespace, including the **SQL Server - Azure Arc** resources.
30
51
31
52
## October 2020
32
53
@@ -42,6 +63,20 @@ The following issues apply to the October release:
42
63
43
64
* Connecting SQL Server instances to Azure Arc requires an account with a broad set of permissions. For details, see [Required permissions](overview.md#required-permissions).
44
65
66
+
## September 2020
67
+
68
+
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.
69
+
70
+
For details, see [Azure Arc enabled SQL Server Overview](overview.md)
71
+
72
+
### Known issues
73
+
74
+
The following issues apply to the September release:
75
+
76
+
* 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.
77
+
78
+
* Connecting SQL Server instances to Azure Arc requires an account with a broad set of permissions. For details, see [Required permissions](overview.md#required-permissions).
79
+
45
80
## Next steps
46
81
47
82
**Just want to try things out?** Get started quickly with [Azure Arc enabled SQL Server Jumpstart](https://aka.ms/AzureArcSqlServerJumpstart).
0 commit comments