Skip to content

Commit 25ad7bc

Browse files
authored
Merge pull request #190211 from JnHs/jh-arc-term0322
clean up terminology
2 parents 27cdce6 + f390f71 commit 25ad7bc

16 files changed

+37
-35
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-arc-data-services-inventory-in-azure-portal.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,30 @@ ms.topic: how-to
1313

1414
# Inventory of Arc enabled data services
1515

16+
You can view your Azure Arc-enabled data services in the Azure portal or in your Kubernetes cluster.
1617

1718
## View resources in Azure portal
1819

19-
After you upload your [metrics, logs](upload-metrics-and-logs-to-azure-monitor.md), or [usage](view-billing-data-in-azure.md), you can view your Azure Arc-enabled SQL managed instances or Azure Arc-enabled Postgres Hyperscale server groups in Azure portal. To view your resource in the [portal](https://portal.azure.com) follow these steps:
20+
After you upload your [metrics, logs](upload-metrics-and-logs-to-azure-monitor.md), or [usage](view-billing-data-in-azure.md), you can view your Azure Arc-enabled SQL managed instances or Azure Arc-enabled Postgres Hyperscale server groups in the Azure portal. To view your resource in the [Azure portal](https://portal.azure.com), follow these steps:
2021

2122
1. Go to **All services**.
2223
1. Search for your database instance type.
2324
1. Add the type to your favorites.
2425
1. In the left menu, select the instance type.
2526
1. View your instances in the same view as your other Azure SQL or Azure PostgreSQL Hyperscale resources (use filters for a granular view).
2627

27-
## View resources in your kubernetes cluster
28+
## View resources in your Kubernetes cluster
2829

2930
If the Azure Arc data controller is deployed in **indirect** connectivity mode, you can run the below command to get a list of all the Azure Arc SQL managed instances:
31+
3032
```
3133
az sql mi-arc list --k8s-namespace <namespace> --use-k8s
3234
#Example
3335
az sql mi-arc list --k8s-namespace arc --use-k8s
3436
```
3537

3638
If the Azure Arc data controller is deployed in **direct** connectivity mode, you can run the below command to get a list of all the Azure Arc SQL managed instances:
39+
3740
```
3841
az sql mi-arc list --resource-group <resourcegroup>
3942
#Example

0 commit comments

Comments
 (0)