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: articles/azure-arc/data/active-directory-introduction.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ ms.date: 10/11/2022
11
11
ms.topic: how-to
12
12
---
13
13
14
-
# Azure Arc-enabled SQL Managed Instance with Active Directory authentication
14
+
# SQL Managed Instance enabled by Azure Arc with Active Directory authentication
15
15
16
-
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.
16
+
Azure Arc-enabled data services support Active Directory (AD) for Identity and Access Management (IAM). SQL Managed Instance enabled by Azure Arc uses an existing on-premises Active Directory (AD) domain for authentication.
17
17
18
-
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:
18
+
This article describes how to enable SQL Managed Instance enabled by Azure Arc with Active Directory (AD) Authentication. The article demonstrates two possible AD integration modes:
19
19
- Customer-managed keytab (CMK)
20
20
- Service-managed keytab (SMK)
21
21
@@ -31,7 +31,7 @@ To enable Active Directory authentication for SQL Server on Linux and Linux cont
31
31
-[Deploy a customer-managed keytab AD connector](deploy-customer-managed-keytab-active-directory-connector.md) or [Deploy a service-managed keytab AD connector](deploy-system-managed-keytab-active-directory-connector.md)
The following diagram shows how to enable Active Directory authentication for Azure Arc-enabled SQL Managed Instance:
34
+
The following diagram shows how to enable Active Directory authentication for SQL Managed Instance enabled by Azure Arc:
35
35
36
36

37
37
@@ -40,13 +40,13 @@ The following diagram shows how to enable Active Directory authentication for Az
40
40
41
41
In order to enable Active Directory authentication for SQL Managed Instance, the instance must be deployed in an environment that allows it to communicate with the Active Directory domain.
42
42
43
-
To facilitate this, Azure Arc-enabled data services introduces a new Kubernetes-native [Custom Resource Definition (CRD)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) called `Active Directory Connector`. It provides Azure Arc-enabled SQL managed instances running on the same data controller the ability to perform Active Directory authentication.
43
+
To facilitate this, Azure Arc-enabled data services introduces a new Kubernetes-native [Custom Resource Definition (CRD)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) called `Active Directory Connector`. It provides instances running on the same data controller the ability to perform Active Directory authentication.
44
44
45
45
## Compare AD integration modes
46
46
47
47
What is the difference between the two Active Directory integration modes?
48
48
49
-
To enable Active Directory authentication for Arc-enabled SQL Managed Instance, you need an Active Directory connector where you specify the Active Directory integration deployment mode. The two Active Directory integration modes are:
49
+
To enable Active Directory authentication for SQL Managed Instance enabled by Azure Arc, you need an Active Directory connector where you specify the Active Directory integration deployment mode. The two Active Directory integration modes are:
50
50
51
51
- Customer-managed keytab
52
52
- Service-managed keytab
@@ -64,13 +64,13 @@ The following section compares these modes.
64
64
65
65
For either mode, you need a specific Active Directory account, keytab, and Kubernetes secret for each SQL managed instance.
66
66
67
-
## Enable Active Directory authentication in Arc-enabled SQL Managed Instance
67
+
## Enable Active Directory authentication
68
68
69
-
When you deploy SQL Managed Instance with the intention to enable Active Directory authentication, the deployment needs to reference an Active Directory connector instance to use. Referencing the Active Directory connector in managed instance specification automatically sets up the needed environment in the SQL Managed Instance container for the managed instance to authenticate with Active Directory.
69
+
When you deploy an instance with the intention to enable Active Directory authentication, the deployment needs to reference an Active Directory connector instance to use. Referencing the Active Directory connector in managed instance specification automatically sets up the needed environment in instance container to authenticate with Active Directory.
70
70
71
-
## Next steps
71
+
## Related content
72
72
73
73
*[Deploy a customer-managed keytab Active Directory (AD) connector](deploy-customer-managed-keytab-active-directory-connector.md)
74
74
*[Deploy a system-managed keytab Active Directory (AD) connector](deploy-system-managed-keytab-active-directory-connector.md)
75
-
*[Deploy an Azure Arc-enabled SQL Managed Instance in Active Directory (AD)](deploy-active-directory-sql-managed-instance.md)
76
-
*[Connect to Azure Arc-enabled SQL Managed Instance using Active Directory authentication](connect-active-directory-sql-managed-instance.md)
75
+
*[Deploy SQL Managed Instance enabled by Azure Arc in Active Directory (AD)](deploy-active-directory-sql-managed-instance.md)
76
+
*[Connect to SQL Managed Instance enabled by Azure Arc using Active Directory authentication](connect-active-directory-sql-managed-instance.md)
Copy file name to clipboardExpand all lines: articles/azure-arc/data/active-directory-prerequisites.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 10/11/2022
11
11
ms.topic: how-to
12
12
---
13
13
14
-
# Azure Arc-enabled SQL Managed Instance in Active Directory authentication with system-managed keytab - prerequisites
14
+
# SQL Server enabled by Azure Arc in Active Directory authentication with system-managed keytab - prerequisites
15
15
16
16
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.
17
17
@@ -137,9 +137,9 @@ Whether you have created a new account for the DSA or are using an existing Acti
137
137
138
138
- Select **OK** twice more to close open dialog boxes.
139
139
140
-
## Next steps
140
+
## Related content
141
141
142
142
*[Deploy a customer-managed keytab Active Directory (AD) connector](deploy-customer-managed-keytab-active-directory-connector.md)
143
143
*[Deploy a system-managed keytab Active Directory (AD) connector](deploy-system-managed-keytab-active-directory-connector.md)
144
-
*[Deploy an Azure Arc-enabled SQL Managed Instance in Active Directory (AD)](deploy-active-directory-sql-managed-instance.md)
145
-
*[Connect to Azure Arc-enabled SQL Managed Instance using Active Directory authentication](connect-active-directory-sql-managed-instance.md)
144
+
*[Deploy a SQL Managed Instance enabled by Azure Arc in Active Directory (AD)](deploy-active-directory-sql-managed-instance.md)
145
+
*[Connect to SQL Managed Instance enabled by Azure Arc using Active Directory authentication](connect-active-directory-sql-managed-instance.md)
Copy file name to clipboardExpand all lines: articles/azure-arc/data/automated-integration-testing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.custom: template-tutorial
15
15
16
16
# Tutorial: Automated validation testing
17
17
18
-
As part of each commit that builds up Arc-enabled data services, Microsoft runs automated CI/CD pipelines that perform end-to-end tests. These tests are orchestrated via two containers that are maintained alongside the core-product (Data Controller, Azure Arc-enabled SQL Managed Instance & PostgreSQL server). These containers are:
18
+
As part of each commit that builds up Arc-enabled data services, Microsoft runs automated CI/CD pipelines that perform end-to-end tests. These tests are orchestrated via two containers that are maintained alongside the core-product (Data Controller, SQL Managed Instance enabled by Azure Arc & PostgreSQL server). These containers are:
19
19
20
20
-`arc-ci-launcher`: Containing deployment dependencies (for example, CLI extensions), as well product deployment code (using Azure CLI) for both Direct and Indirect connectivity modes. Once Kubernetes is onboarded with the Data Controller, the container leverages [Sonobuoy](https://sonobuoy.io/) to trigger parallel integration tests.
21
21
-`arc-sb-plugin`: A [Sonobuoy plugin](https://sonobuoy.io/plugins/) containing [Pytest](https://docs.pytest.org/en/7.1.x/)-based end-to-end integration tests, ranging from simple smoke-tests (deployments, deletes), to complex high-availability scenarios, chaos-tests (resource deletions) etc.
Copy file name to clipboardExpand all lines: articles/azure-arc/data/azure-data-studio-dashboards.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,6 @@ The **Diagnose and solve problems** tab on the left, launches the PostgreSQL tro
91
91
92
92
For Azure support, select the **New support request** tab. This launches the Azure portal in context to the server group. Create an Azure support request from there.
93
93
94
-
## Next steps
94
+
## Related content
95
95
96
96
-[View SQL Managed Instance in the Azure portal](view-arc-data-services-inventory-in-azure-portal.md)
Copy file name to clipboardExpand all lines: articles/azure-arc/data/backup-controller-database.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.topic: how-to
16
16
When you deploy Azure Arc data services, the Azure Arc Data Controller is one of the most critical components that is deployed. The functions of the data controller include:
17
17
18
18
- Provision, de-provision and update resources
19
-
- Orchestrate most of the activities for Azure Arc-enabled SQL Managed Instance such as upgrades, scale out etc.
19
+
- Orchestrate most of the activities for SQL Managed Instance enabled by Azure Arc such as upgrades, scale out etc.
20
20
- Capture the billing and usage information of each Arc SQL managed instance.
21
21
22
22
In order to perform above functions, the Data controller needs to store an inventory of all the current Arc SQL managed instances, billing, usage and the current state of all these SQL managed instances. All this data is stored in a database called `controller` within the SQL Server instance that is deployed into the `controldb-0` pod.
@@ -253,6 +253,6 @@ Follow these steps to restore the controller database from a backup with new sto
253
253
254
254
16. Scale the controller ReplicaSet back up to 1 replica using the `kubectl scale` command.
255
255
256
-
## Next steps
256
+
## Related content
257
257
258
258
[Azure Data Studio dashboards](azure-data-studio-dashboards.md)
You can configure certain server configuration settings for Azure Arc-enabled SQL managed instance either during or after creation time. This article describes how to configure settings like enabling "Ad Hoc Distributed Queries" or "backup compression default" etc.
83
+
You can configure certain server configuration settings for SQL Managed Instance enabled by Azure Arc either during or after creation time. This article describes how to configure settings like enabling "Ad Hoc Distributed Queries" or "backup compression default" etc.
84
84
85
85
Currently the following server options can be configured:
0 commit comments