Skip to content

Commit d9be0d0

Browse files
committed
Update name: SQL Server enabled by Azure Arc
1 parent 1c7eb17 commit d9be0d0

File tree

109 files changed

+391
-393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+391
-393
lines changed

articles/azure-arc/data/about-arcdata-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ To access the latest reference documentation:
2929
- [`sql instance-failover-group-arc`](/cli/azure/sql/instance-failover-group-arc)
3030
- [`az postgres server-arc`](/cli/azure/postgres/server-arc)
3131

32-
## Next steps
32+
## Related content
3333

3434
[Plan an Azure Arc-enabled data services deployment](plan-azure-arc-data-services.md)

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

14-
# Azure Arc-enabled SQL Managed Instance with Active Directory authentication
14+
# SQL Managed Instance enabled by Azure Arc with Active Directory authentication
1515

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

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:
1919
- Customer-managed keytab (CMK)
2020
- Service-managed keytab (SMK)
2121

@@ -31,7 +31,7 @@ To enable Active Directory authentication for SQL Server on Linux and Linux cont
3131
- [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)
3232
- [Deploy SQL managed instances](deploy-active-directory-sql-managed-instance.md)
3333

34-
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:
3535

3636
![Actice Directory Deployment User journey](media/active-directory-deployment/active-directory-user-journey.png)
3737

@@ -40,13 +40,13 @@ The following diagram shows how to enable Active Directory authentication for Az
4040

4141
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.
4242

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

4545
## Compare AD integration modes
4646

4747
What is the difference between the two Active Directory integration modes?
4848

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

5151
- Customer-managed keytab
5252
- Service-managed keytab
@@ -64,13 +64,13 @@ The following section compares these modes.
6464

6565
For either mode, you need a specific Active Directory account, keytab, and Kubernetes secret for each SQL managed instance.
6666

67-
## Enable Active Directory authentication in Arc-enabled SQL Managed Instance
67+
## Enable Active Directory authentication
6868

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

71-
## Next steps
71+
## Related content
7272

7373
* [Deploy a customer-managed keytab Active Directory (AD) connector](deploy-customer-managed-keytab-active-directory-connector.md)
7474
* [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)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/11/2022
1111
ms.topic: how-to
1212
---
1313

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

@@ -137,9 +137,9 @@ Whether you have created a new account for the DSA or are using an existing Acti
137137

138138
- Select **OK** twice more to close open dialog boxes.
139139

140-
## Next steps
140+
## Related content
141141

142142
* [Deploy a customer-managed keytab Active Directory (AD) connector](deploy-customer-managed-keytab-active-directory-connector.md)
143143
* [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)

articles/azure-arc/data/automated-integration-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: template-tutorial
1515

1616
# Tutorial: Automated validation testing
1717

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

2020
- `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.
2121
- `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.
@@ -499,7 +499,7 @@ kubectl delete -k arc_data_services/test/launcher/overlays/aks
499499

500500
This cleans up the resource manifests deployed as part of the launcher.
501501

502-
## Next steps
502+
## Related content
503503

504504
> [!div class="nextstepaction"]
505505
> [Pre-release testing](preview-testing.md)

articles/azure-arc/data/azure-data-studio-dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ The **Diagnose and solve problems** tab on the left, launches the PostgreSQL tro
9191

9292
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.
9393

94-
## Next steps
94+
## Related content
9595

9696
- [View SQL Managed Instance in the Azure portal](view-arc-data-services-inventory-in-azure-portal.md)

articles/azure-arc/data/backup-controller-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.topic: how-to
1616
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:
1717

1818
- 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.
2020
- Capture the billing and usage information of each Arc SQL managed instance.
2121

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

254254
16. Scale the controller ReplicaSet back up to 1 replica using the `kubectl scale` command.
255255

256-
## Next steps
256+
## Related content
257257

258258
[Azure Data Studio dashboards](azure-data-studio-dashboards.md)

articles/azure-arc/data/backup-restore-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Update the backup retention period for an Azure Arc-enabled PostgreSQL server:
3535
az postgres server-arc update -n pg01 -k test --retention-days <number of days> --use-k8s
3636
```
3737

38-
## Next steps
38+
## Related content
3939

4040
- [Restore Azure Arc-enabled PostgreSQL servers](restore-postgresql.md)
4141
- [Scaling up or down (increasing/decreasing memory/vcores)](scale-up-down-postgresql-server-using-cli.md) your server.

articles/azure-arc/data/change-postgresql-port.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ In addition, note the value for `primaryEndpoint`.
6161
"primaryEndpoint": "12.345.67.890:866",
6262
```
6363

64-
## Next steps
64+
## Related content
6565
- Read about [how to connect to your server group](get-connection-endpoints-and-connection-strings-postgresql-server.md).
6666
- Read about how you can configure other aspects of your server group in the section How-to\Manage\Configure & scale section of the documentation.

articles/azure-arc/data/clean-up-past-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ kubectl delete apiservice v1.sql.arcdata.microsoft.com
8282
kubectl delete mutatingwebhookconfiguration arcdata.microsoft.com-webhook-{namespace}
8383
```
8484

85-
## Next steps
85+
## Related content
8686

8787
[Start by creating a Data Controller](create-data-controller-indirect-cli.md)
8888

89-
Already created a Data Controller? [Create an Azure Arc-enabled SQL Managed Instance](create-sql-managed-instance.md)
89+
Already created a Data Controller? [Create a SQL Managed Instance enabled by Azure Arc](create-sql-managed-instance.md)

articles/azure-arc/data/configure-managed-instance.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure Azure Arc-enabled SQL managed instance
3-
description: Configure Azure Arc-enabled SQL managed instance
2+
title: Configure SQL Managed Instance enabled by Azure Arc
3+
description: Configure SQL Managed Instance enabled by Azure Arc
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data-sqlmi
@@ -12,22 +12,22 @@ ms.date: 05/05/2023
1212
ms.topic: how-to
1313
---
1414

15-
# Configure Azure Arc-enabled SQL managed instance
15+
# Configure SQL Managed Instance enabled by Azure Arc
1616

17-
This article explains how to configure Azure Arc-enabled SQL managed instance.
17+
This article explains how to configure SQL Managed Instance enabled by Azure Arc.
1818

1919
## Configure resources such as cores, memory
2020

2121

2222
### Configure using CLI
2323

24-
You can update the configuration of Azure Arc-enabled SQL Managed Instances with the CLI. Run the following command to see configuration options.
24+
To update the configuration of an instance with the CLI. Run the following command to see configuration options.
2525

2626
```azurecli
2727
az sql mi-arc update --help
2828
```
2929

30-
You can update the available memory and cores for an Azure Arc-enabled SQL managed instance using the following command:
30+
To update the available memory and cores for an instance use:
3131

3232
```azurecli
3333
az sql mi-arc update --cores-limit 4 --cores-request 2 --memory-limit 4Gi --memory-request 2Gi -n <NAME_OF_SQL_MI> --k8s-namespace <namespace> --use-k8s
@@ -39,7 +39,7 @@ The following example sets the cpu core and memory requests and limits.
3939
az sql mi-arc update --cores-limit 4 --cores-request 2 --memory-limit 4Gi --memory-request 2Gi -n sqlinstance1 --k8s-namespace arc --use-k8s
4040
```
4141

42-
To view the changes made to the Azure Arc-enabled SQL managed instance, you can use the following commands to view the configuration yaml file:
42+
To view the changes made to the instance, you can use the following commands to view the configuration yaml file:
4343

4444
```azurecli
4545
az sql mi-arc show -n <NAME_OF_SQL_MI> --k8s-namespace <namespace> --use-k8s
@@ -80,7 +80,7 @@ az sql mi-arc update --name sqlmi1 --replicas 2 --k8s-namespace mynamespace --us
8080

8181
## Configure Server options
8282

83-
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.
8484

8585
Currently the following server options can be configured:
8686
- Ad Hoc Distributed Queries

0 commit comments

Comments
 (0)