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

Commit e2b056b

Browse files
authored
Merge pull request #18056 from anosov1960/arc-enabled-sql-server
Added December release notes and made associated changes in the docs
2 parents 0ebc32d + e2b2fe1 commit e2b056b

8 files changed

Lines changed: 67 additions & 26 deletions

File tree

docs/sql-server/azure-arc/configure-advanced-data-security.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ The next step is needed only if you have not yet configured the MMA agent on the
4444

4545
1. For more details, see [Extension management with Azure Arc](/azure/azure-arc/servers/manage-vm-extensions)
4646

47-
## Enable advanced data security
47+
## Enable Azure Defender
4848

49-
Next, you need to enable advanced data security for SQL Server instance.
49+
Next, you need to enable Azure Defender for SQL Server instance.
5050

5151
1. Go to Security Center and open the **Pricing & settings** page from the sidebar.
5252

5353
1. Select the workspace that you have configured for the MMA extension in the previous step
5454

55-
1. Select **Standard**. Make sure the option for **SQL servers on Machine (Preview)** is enabled.
55+
1. Select **Azure Defender On**. Make sure the option for **SQL servers on machines** is turned on.
5656

57-
![Upgrade workspace](media/configure-advanced-data-security/upgrade-log-analytics-workspace.png)
57+
![Upgrade workspace](media/configure-advanced-data-security/enable-azure-defender.png)
5858

5959
> [!NOTE]
6060
> 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.

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ You can connect your SQL Server instance on premises to Azure Arc by following t
1616
## Prerequisites
1717

1818
* 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`
2627

2728
## Generate a registration script for SQL Server
2829

@@ -31,7 +32,7 @@ In this step you generate a script that discovers all SQL Server instances insta
3132
1. Search for __SQL Server - Azure Arc__ resource type and add a new one through the creation blade.
3233

3334
![Start creation](media/join/start-creation-of-sql-server-azure-arc-resource.png)
34-
35+
3536
2. Review the pre-requisites and go to the **Server details** tab.
3637

3738
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
8687

8788
![Validate connected SQL server ](media/join/validate-sql-server-azure-arc.png)
8889

89-
## Un-register the SQL Server - Azure Arc resources
90+
## Disconnect your SQL Server instance
9091

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.
9293

93-
![Unregister SQL Server](media/join/delete-sql-server-azure-arc.png)
94+
![Unregister SQL Server](media/join/unregister-sql-server-azure-arc.png)
9495

9596
## Next steps
9697

178 KB
Loading
Binary file not shown.
120 KB
Loading

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Manage instances of SQL Server with Azure Arc enabled SQL Server
55
author: anosov1960
66
ms.author: sashan
77
ms.reviewer: mikeray
8-
ms.date: 10/07/2020
8+
ms.date: 12/08/2020
99
ms.topic: conceptual
1010
ms.prod: sql
1111
ms.custom: references_regions
@@ -38,8 +38,9 @@ Azure Arc enabled SQL Server supports SQL Server 2012 or higher running on one o
3838

3939
### Required permissions
4040

41-
To connect the SQL Server instances and the hosting to Azure Arc, you must have an account with privileges to perform the following actions:
42-
* Microsoft.AzureData/*
41+
To connect the SQL Server instances and the hosting machine to Azure Arc, you must have an account with privileges to perform the following actions:
42+
* Microsoft.AzureArcData/sqlServerInstances/read
43+
* Microsoft.AzureArcData/sqlServerInstances/write
4344
* Microsoft.HybridCompute/machines/read
4445
* Microsoft.HybridCompute/machines/write
4546
* Microsoft.GuestConfiguration/guestConfigurationAssignments/read
@@ -54,6 +55,10 @@ Before configuring your SQL server instances and machines with Azure Arc, review
5455

5556
Review [networking configuration, transport layer security and resource providers](/azure/azure-arc/servers/agent-overview#prerequisites) required for Connected machine agent.
5657

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+
5762
### Supported Azure regions
5863

5964
The public preview is available in the following regions:

docs/sql-server/azure-arc/release-notes.md

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Latest release notes
44
author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray
7-
ms.date: 10/29/2020
7+
ms.date: 12/08/2020
88
ms.topic: conceptual
99
ms.prod: sql
1010
---
@@ -14,19 +14,40 @@ ms.prod: sql
1414
> [!NOTE]
1515
> 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/).
1616
17-
## September 2020
17+
## December 2020
1818

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
2020

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.
2222

23-
### Known issues
23+
If you have existing existing SQL Server - Azure Arc resources, use these steps to migrate them to Microsoft.AzureArcData namespace.
2424

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).
2626

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:
2828

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).
29+
```console
30+
curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/migrate-to-azure-arc-data.ps1 -o migrate-to-azure-arc-data.ps1
31+
```
32+
3. Run the script.
33+
34+
```console
35+
./migrate-to-azure-arc-data.ps1
36+
```
37+
38+
> [!NOTE]
39+
> - 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.
3051

3152
## October 2020
3253

@@ -42,6 +63,20 @@ The following issues apply to the October release:
4263

4364
* 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).
4465

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+
4580
## Next steps
4681

4782
**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)