Skip to content

Commit 26e013b

Browse files
authored
Merge pull request #213799 from mikhailalmeida/release-arc-data
Active Directory Connector GA & Upgrade Process Merging to release branch for product release. Not tied to Ignite.
2 parents 5f6a4ab + e487e01 commit 26e013b

15 files changed

+141
-48
lines changed

articles/azure-arc/data/active-directory-introduction.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ ms.subservice: azure-arc-data-sqlmi
77
author: mikhailalmeida
88
ms.author: mialmei
99
ms.reviewer: mikeray
10-
ms.date: 04/15/2022
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

1414
# Azure Arc-enabled SQL Managed Instance with Active Directory authentication
1515

1616
Azure Arc-enabled data services support Active Directory (AD) for Identity and Access Management (IAM). The Arc-enabled SQL Managed Instance uses an existing on-premises Active Directory (AD) domain for authentication.
1717

18-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
19-
2018
This article describes how to enable Azure Arc-enabled SQL Managed Instance with Active Directory (AD) Authentication. The article demonstrates two possible AD integration modes:
2119
- Customer-managed keytab (CMK)
2220
- System-managed keytab (SMK)
@@ -55,7 +53,7 @@ To enable Active Directory authentication for Arc-enabled SQL Managed Instance,
5553

5654
The following section compares these modes.
5755

58-
| |Customer-managed keytab​|System-managed keytab - Preview​|
56+
| |Customer-managed keytab​|System-managed keytab|
5957
|------------------|---------|--------|
6058
|**Use cases**|Small and medium size businesses who are familiar with managing Active Directory objects and want flexibility in their automation process |All sizes of businesses - seeking to highly automated Active Directory management experience|
6159
|**User provides**|An Active Directory account and SPNs under that account, and a [keytab file](/sql/linux/sql-server-linux-ad-auth-understanding#what-is-a-keytab-file) for Active Directory authentication |An [Organizational Unit (OU)](../../active-directory-domain-services/create-ou.md) and a domain service account has [sufficient permissions](deploy-system-managed-keytab-active-directory-connector.md?#prerequisites) on that OU in Active Directory.|

articles/azure-arc/data/active-directory-prerequisites.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ ms.subservice: azure-arc-data-sqlmi
77
author: mikhailalmeida
88
ms.author: mialmei
99
ms.reviewer: mikeray
10-
ms.date: 04/21/2022
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

1414
# Azure Arc-enabled SQL Managed Instance in Active Directory authentication with system-managed keytab - prerequisites
1515

1616
This document explains how to prepare to deploy Azure Arc-enabled data services with Active Directory (AD) authentication. Specifically the article describes Active Directory objects you need to configure before the deployment of Kubernetes resources.
1717

18-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
19-
2018
[The introduction](active-directory-introduction.md#compare-ad-integration-modes) describes two different integration modes:
2119
- *System-managed keytab* mode allows the system to create and manage the AD accounts for each SQL Managed Instance.
2220
- *Customer-managed keytab* mode allows you to create and manage the AD accounts for each SQL Managed Instance.

articles/azure-arc/data/connect-active-directory-sql-managed-instance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ ms.subservice: azure-arc-data-sqlmi
77
author: mikhailalmeida
88
ms.author: mialmei
99
ms.reviewer: mikeray
10-
ms.date: 12/15/2021
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

1414
# Connect to AD-integrated Azure Arc-enabled SQL Managed Instance
1515

1616
This article describes how to connect to SQL Managed Instance endpoint using Active Directory (AD) authentication. Before you proceed, make sure you have an AD-integrated Azure Arc-enabled SQL Managed Instance deployed already.
1717

18-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
19-
2018
See [Tutorial – Deploy AD-integrated SQL Managed Instance](deploy-active-directory-sql-managed-instance.md) to deploy Azure Arc-enabled SQL Managed Instance with Active Directory authentication enabled.
2119

2220
> [!NOTE]

articles/azure-arc/data/deploy-active-directory-connector-cli.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-data-sqlmi
77
author: mikhailalmeida
88
ms.author: mialmei
99
ms.reviewer: mikeray
10-
ms.date: 08/16/2022
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

@@ -16,8 +16,6 @@ ms.topic: how-to
1616

1717
This article explains how to deploy an Active Directory (AD) connector using Azure CLI. The AD connector is a key component to enable Active Directory authentication on Azure Arc-enabled SQL Managed Instance.
1818

19-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
20-
2119
## Prerequisites
2220

2321
### Install tools

articles/azure-arc/data/deploy-active-directory-connector-portal.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ ms.subservice: azure-arc-data-sqlmi
77
author: MikeRayMSFT
88
ms.author: mikeray
99
ms.reviewer: dinethi
10-
ms.date: 05/24/2022
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

1414
# Tutorial – Deploy Active Directory connector using Azure portal
1515

1616
Active Directory (AD) connector is a key component to enable Active Directory authentication on Azure Arc-enabled SQL Managed Instances.
1717

18-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
19-
2018
This article explains how to deploy, manage, and delete an Active Directory (AD) connector in directly connected mode from the Azure portal.
2119

2220
## Prerequisites

articles/azure-arc/data/deploy-active-directory-sql-managed-instance-cli.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ ms.subservice: azure-arc-data-sqlmi
77
author: mikhailalmeida
88
ms.author: mialmei
99
ms.reviewer: mikeray
10-
ms.date: 04/28/2022
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

1414
# Deploy Active Directory integrated Azure Arc-enabled SQL Managed Instance using Azure CLI
1515

1616
This article explains how to deploy Azure Arc-enabled SQL Managed Instance with Active Directory (AD) authentication using Azure CLI.
1717

18-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
19-
2018
See these articles for specific instructions:
2119

2220
- [Tutorial – Deploy AD connector in customer-managed keytab mode](deploy-customer-managed-keytab-active-directory-connector.md)

articles/azure-arc/data/deploy-active-directory-sql-managed-instance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ ms.subservice: azure-arc-data-sqlmi
77
author: mikhailalmeida
88
ms.author: mialmei
99
ms.reviewer: mikeray
10-
ms.date: 04/05/2022
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

1414
# Deploy Active Directory integrated Azure Arc-enabled SQL Managed Instance
1515

1616
This article explains how to deploy Azure Arc-enabled SQL Managed Instance with Active Directory (AD) authentication.
1717

18-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
19-
2018
Before you proceed, complete the steps explained in [Customer-managed keytab Active Directory (AD) connector](deploy-customer-managed-keytab-active-directory-connector.md) or [Deploy a system-managed keytab AD connector](deploy-system-managed-keytab-active-directory-connector.md)
2119

2220
## Prerequisites

articles/azure-arc/data/deploy-customer-managed-keytab-active-directory-connector.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ ms.subservice: azure-arc-data-sqlmi
77
author: mikhailalmeida
88
ms.author: mialmei
99
ms.reviewer: mikeray
10-
ms.date: 04/05/2022
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

1414
# Tutorial – Deploy Active Directory (AD) connector in customer-managed keytab mode
1515

1616
This article explains how to deploy Active Directory (AD) connector in customer-managed keytab mode. The connector is a key component to enable Active Directory authentication on Azure Arc-enabled SQL Managed Instance.
1717

18-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
19-
2018
## Active Directory connector in customer-managed keytab mode
2119

2220
In customer-managed keytab mode, an Active Directory connector deploys a DNS proxy service that proxies the DNS requests coming from the managed instance to either of the two upstream DNS services:

articles/azure-arc/data/deploy-system-managed-keytab-active-directory-connector.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-data-sqlmi
77
author: mikhailalmeida
88
ms.author: mialmei
99
ms.reviewer: mikeray
10-
ms.date: 04/05/2022
10+
ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

@@ -16,8 +16,6 @@ ms.topic: how-to
1616

1717
This article explains how to deploy Active Directory connector in system-managed keytab mode. It is a key component to enable Active Directory authentication on Azure Arc-enabled SQL Managed Instance.
1818

19-
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
20-
2119
## Active Directory connector in system-managed keytab mode
2220

2321
In System-Managed Keytab mode, an Active Directory connector deploys a DNS proxy service that proxies the DNS requests coming from the managed instance to either of the two upstream DNS services:

articles/azure-arc/data/toc.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ items:
8282
items:
8383
- name: Upload usage data
8484
href: upload-usage-data.md
85-
- name: Monitor with Grafana & Kibana
85+
- name: Monitor with Grafana and Kibana
8686
href: monitor-grafana-kibana.md
8787
- name: Deploy telemetry router
8888
href: deploy-telemetry-router.md
@@ -134,7 +134,7 @@ items:
134134
href: service-tiers.md
135135
- name: How-to
136136
items:
137-
- name: Create & connect
137+
- name: Create and connect
138138
items:
139139
- name: Create with CLI
140140
href: create-sql-managed-instance.md
@@ -148,7 +148,7 @@ items:
148148
items:
149149
- name: Configure
150150
href: configure-managed-instance.md
151-
- name: Monitor, log analytics, & billing information - portal
151+
- name: Monitor, log analytics, and billing information - portal
152152
href: monitoring-log-analytics-azure-portal-managed-instance.md
153153
- name: Reserved capacity
154154
href: reserved-capacity-overview.md
@@ -196,12 +196,16 @@ items:
196196
href: deploy-active-directory-connector-cli.md
197197
- name: Deploy AD connector - portal
198198
href: deploy-active-directory-connector-portal.md
199-
- name: Deploy SQL Managed Instance
200-
href: deploy-active-directory-sql-managed-instance.md
201-
- name: Deploy SQL Managed Instance - CLI
202-
href: deploy-active-directory-sql-managed-instance-cli.md
203-
- name: Connect SQL Managed Instance
204-
href: connect-active-directory-sql-managed-instance.md
199+
- name: Deploy and connect SQL managed instance
200+
items:
201+
- name: Deploy SQL Managed Instance
202+
href: deploy-active-directory-sql-managed-instance.md
203+
- name: Deploy SQL Managed Instance - CLI
204+
href: deploy-active-directory-sql-managed-instance-cli.md
205+
- name: Connect SQL Managed Instance
206+
href: connect-active-directory-sql-managed-instance.md
207+
- name: Upgrade connector
208+
href: upgrade-active-directory-connector.md
205209
- name: Transparent data encryption
206210
items:
207211
- name: Turn on transparent data encryption manually
@@ -242,15 +246,15 @@ items:
242246
items:
243247
- name: Manage
244248
items:
245-
- name: Back up & restore
249+
- name: Back up and restore
246250
href: backup-restore-postgresql.md
247251
- name: Change PostgreSQL port
248252
href: change-postgresql-port.md
249-
- name: Configure & scale
253+
- name: Configure and scale
250254
items:
251255
- name: Show configuration
252256
href: show-configuration-postgresql-server.md
253-
- name: Scale up|down memory & vCores
257+
- name: Scale up|down memory and vCores
254258
href: scale-up-down-postgresql-server-using-cli.md
255259
- name: Delete
256260
href: delete-postgresql-server.md

0 commit comments

Comments
 (0)