Skip to content

Commit 30808df

Browse files
committed
clean up terminology
1 parent 4a69c10 commit 30808df

15 files changed

+32
-33
lines changed

articles/azure-arc/data/connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Some Azure-attached services are only available when they can be directly reache
5050
|**Automatic upgrades and patching**|Supported<br/>The data controller must either have direct access to the Microsoft Container Registry (MCR) or the container images need to be pulled from MCR and pushed to a local, private container registry that the data controller has access to.|Supported|
5151
|**Automatic backup and restore**|Supported<br/>Automatic local backup and restore.|Supported<br/>In addition to automated local backup and restore, you can _optionally_ send backups to Azure blob storage for long-term, off-site retention.|
5252
|**Monitoring**|Supported<br/>Local monitoring using Grafana and Kibana dashboards.|Supported<br/>In addition to local monitoring dashboards, you can _optionally_ send monitoring data and logs to Azure Monitor for at-scale monitoring of multiple sites in one place. |
53-
|**Authentication**|Use local username/password for data controller and dashboard authentication. Use SQL and Postgres logins or Active Directory (AD is not currently supported) for connectivity to database instances. Use K8s authentication providers for authentication to the Kubernetes API.|In addition to or instead of the authentication methods for the indirectly connected mode, you can _optionally_ use Azure Active Directory.|
53+
|**Authentication**|Use local username/password for data controller and dashboard authentication. Use SQL and Postgres logins or Active Directory (AD is not currently supported) for connectivity to database instances. Use Kubernetes authentication providers for authentication to the Kubernetes API.|In addition to or instead of the authentication methods for the indirectly connected mode, you can _optionally_ use Azure Active Directory.|
5454
|**Role-based access control (RBAC)**|Use Kubernetes RBAC on Kubernetes API. Use SQL and Postgres RBAC for database instances.|You can use Azure Active Directory and Azure RBAC. **Pending availability in directly connected mode**|
5555

5656
## Connectivity requirements

articles/azure-arc/data/create-complete-managed-instance-directly-connected.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Deploy Azure Arc-enable data services - directly connected mode - Azure portal
2+
title: Quickstart - Deploy Azure Arc-enabled data services - directly connected mode - Azure portal
33
description: Demonstrates how to deploy Azure Arc-enabled data services from beginning, including a Kubernetes cluster. Finishes with an instance of Azure SQL Managed Instance.
44
author: MikeRayMSFT
55
ms.author: mikeray
@@ -10,11 +10,11 @@ ms.date: 12/09/2021
1010
ms.custom: template-quickstart
1111
---
1212

13-
# Quickstart: Deploy Azure Arc-enable data services - directly connected mode - Azure portal
13+
# Quickstart: Deploy Azure Arc-enabled data services - directly connected mode - Azure portal
1414

1515
This article demonstrates how to deploy Azure Arc-enabled data services in directly connected mode from the Azure portal.
1616

17-
To deploy in indirectly connected mode, see [Quickstart: Deploy Azure Arc-enable data services - indirectly connected mode - Azure CLI](create-complete-managed-instance-indirectly-connected.md).
17+
To deploy in indirectly connected mode, see [Quickstart: Deploy Azure Arc-enabled data services - indirectly connected mode - Azure CLI](create-complete-managed-instance-indirectly-connected.md).
1818

1919
When you complete the steps in this article, you will have:
2020

articles/azure-arc/data/create-complete-managed-instance-indirectly-connected.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Deploy Azure Arc-enable data services - indirectly connected mode - Azure CLI
2+
title: Quickstart - Deploy Azure Arc-enabled data services - indirectly connected mode - Azure CLI
33
description: Demonstrates how to deploy Azure Arc-enabled data services in indirectly connected mode from beginning, including a Kubernetes cluster. Uses Azure CLI. Finishes with an instance of Azure SQL Managed Instance.
44
author: MikeRayMSFT
55
ms.author: mikeray
@@ -10,11 +10,11 @@ ms.date: 12/09/2021
1010
ms.custom: template-quickstart , devx-track-azurecli
1111
---
1212

13-
# Quickstart: Deploy Azure Arc-enable data services - indirectly connected mode - Azure CLI
13+
# Quickstart: Deploy Azure Arc-enabled data services - indirectly connected mode - Azure CLI
1414

1515
This article demonstrates how to deploy Azure Arc-enabled data services in indirectly connected mode from with the Azure CLI.
1616

17-
To deploy in directly connected mode, see [Quickstart: Deploy Azure Arc-enable data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md).
17+
To deploy in directly connected mode, see [Quickstart: Deploy Azure Arc-enabled data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md).
1818

1919
When you complete the steps in this article, you will have:
2020

articles/azure-arc/data/create-data-controller-direct-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ You can verify the status of the deployment of Azure Arc-enabled data services e
122122
#### Check status from Azure portal
123123

124124
1. Log in to the Azure portal and browse to the resource group where the Kubernetes connected cluster resource is located.
125-
1. Select the Azure Arc-enabled kubernetes cluster (Type = "Kubernetes - Azure Arc") where the extension was deployed.
125+
1. Select the Azure Arc-enabled Kubernetes cluster (Type = "Kubernetes - Azure Arc") where the extension was deployed.
126126
1. In the navigation on the left side, under **Settings**, select **Extensions**.
127127
1. The portal shows the extension that was created earlier in an installed state.
128128

articles/azure-arc/data/create-data-controller-direct-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ At a high level, the prerequisites for creating Azure Arc data controller in **d
2020
1. Have access to your Kubernetes cluster. If you do not have a Kubernetes cluster, you can create a test/demonstration cluster on Azure Kubernetes Service (AKS).
2121
1. Connect Kubernetes cluster to Azure using Azure Arc-enabled Kubernetes.
2222

23-
Follow the instructions at [Quickstart: Deploy Azure Arc-enable data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md)
23+
Follow the instructions at [Quickstart: Deploy Azure Arc-enabled data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md)
2424

2525
## Connect Kubernetes cluster to Azure using Azure Arc-enabled Kubernetes
2626

articles/azure-arc/data/create-data-controller-indirect-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following sections provide instructions for specific types of Kubernetes pla
8080
- [Google Cloud Kubernetes Engine Service (GKE)](#create-on-google-cloud-kubernetes-engine-service-gke)
8181

8282
> [!TIP]
83-
> If you have no Kubernetes cluster, you can create one on Azure. Follow the instructions at [Quickstart: Deploy Azure Arc-enable data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md) to walk through the entire process.
83+
> If you have no Kubernetes cluster, you can create one on Azure. Follow the instructions at [Quickstart: Deploy Azure Arc-enabled data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md) to walk through the entire process.
8484
>
8585
> Then follow the instructions under [Create on Azure Kubernetes Service (AKS)](#create-on-azure-kubernetes-service-aks).
8686

articles/azure-arc/data/create-sql-managed-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To create a SQL Managed Instance, use `az sql mi-arc create`. See the following
2727

2828
> [!NOTE]
2929
> Starting with the February release, a ReadWriteMany (RWX) capable storage class needs to be specified for backups. Learn more about [access modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes)
30-
If no storage class is specified for backups, the default storage class in kubernetes is used and if this is not RWX capable, the Arc SQL Managed Instance installation may not succeed.
30+
If no storage class is specified for backups, the default storage class in Kubernetes is used and if this is not RWX capable, the Arc SQL Managed Instance installation may not succeed.
3131

3232

3333

articles/azure-arc/data/plan-azure-arc-data-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In order to experience Azure Arc-enabled data services, you will need to complet
2727
1. [Install client tools](install-client-tools.md).
2828
1. Access a Kubernetes cluster.
2929

30-
For demonstration, testing, and validation purposes, you can use an Azure Kubernetes Service cluster. To create a cluster, follow the instructions at [Quickstart: Deploy Azure Arc-enable data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md) to walk through the entire process.
30+
For demonstration, testing, and validation purposes, you can use an Azure Kubernetes Service cluster. To create a cluster, follow the instructions at [Quickstart: Deploy Azure Arc-enabled data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md) to walk through the entire process.
3131

3232
1. [Create Azure Arc data controller in direct connectivity mode (prerequisites)](create-data-controller-direct-prerequisites.md).
3333

articles/azure-arc/data/point-in-time-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can also restore a database to a point in time from Azure Data Studio as fol
9191

9292
### Monitor progress
9393

94-
When a restore is initiated, a task is created in the kubernetes cluster that executes the actual restore operations of full, differential, and log backups. The progress of this activity can be monitored from your kubernetes cluster as follows:
94+
When a restore is initiated, a task is created in the Kubernetes cluster that executes the actual restore operations of full, differential, and log backups. The progress of this activity can be monitored from your Kubernetes cluster as follows:
9595

9696
```console
9797
kubectl get sqlmirestoretask -n <namespace>

articles/azure-arc/data/view-data-controller-in-azure-portal.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,20 @@ ms.date: 11/03/2021
1111
ms.topic: how-to
1212
---
1313

14-
# View Azure Arc data controller resource in Azure portal
14+
# View Azure Arc data controller resource in the Azure portal
1515

16-
To view the Azure Arc data controller in your Azure portal, one of usage/metrics/logs data from your kubernetes cluster must be exported and uploaded to Azure.
16+
To view the Azure Arc data controller in the Azure portal, you must export at least one type of data (usage data, metrics, or logs) from your Kubernetes cluster and upload it to Azure.
1717

1818
## Direct connected mode
19-
If the Azure Arc data controller is deployed in **direct** connected mode, usage data is automatically uploaded to Azure, and the kubernetes resources are projected into Azure.
2019

21-
## Indirect connected mode
22-
In the **indirect** connected mode, you must export and upload at least one of usage data, metrics, or logs to Azure as described in [Upload usage data, metrics, and logs to Azure](upload-metrics-and-logs-to-azure-monitor.md). This action creates the appropriate resources in Azure.
20+
If the Azure Arc data controller is deployed in **direct** connected mode, usage data is automatically uploaded to Azure, and the Kubernetes resources are projected into Azure.
2321

24-
## Azure Portal
22+
## Indirect connected mode
2523

26-
After you complete your first [metrics or logs upload to Azure](upload-metrics-and-logs-to-azure-monitor.md) or [uploaded usage](view-billing-data-in-azure.md), you can see the Azure Arc data controller and any Azure Arc-enabled SQL managed instances or Azure Arc-enabled Postgres Hyperscale server resources in the Azure portal.
24+
In the **indirect** connected mode, you must export and upload at least one type of data (usage data, metrics, or logs) to Azure. For more information on this process, see [Upload usage data, metrics, and logs to Azure](upload-metrics-and-logs-to-azure-monitor.md). This action creates the appropriate resources in Azure.
2725

28-
Open the Azure portal using the URL: [https://portal.azure.com](https://portal.azure.com).
26+
## Azure portal
2927

30-
Search for your data controller by name in the search bar and click on it.
28+
After you complete your first [metrics or logs upload to Azure](upload-metrics-and-logs-to-azure-monitor.md) or [usage data upload](view-billing-data-in-azure.md), you can see the Azure Arc data controller and any Azure Arc-enabled SQL managed instances or Azure Arc-enabled Postgres Hyperscale server resources in the [Azure portal](https://portal.azure.com).
3129

30+
To find your data controller, search for it by name in the search bar and then select it.

0 commit comments

Comments
 (0)