Skip to content

Commit 328f836

Browse files
Merge pull request #211914 from MikeRayMSFT/20220920-refresh-indirectly-connected-qs
Quickstart linter pilot - Arc-enabled data services
2 parents 8f51765 + 4123b42 commit 328f836

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

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

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
---
2-
title: Quickstart - Deploy Azure Arc-enabled data services - indirectly connected mode - Azure CLI
3-
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.
2+
title: Quickstart - Deploy Azure Arc-enabled data services
3+
description: Quickstart - deploy Azure Arc-enabled data services in indirectly connected mode. Includes a Kubernetes cluster. Uses Azure CLI.
44
author: MikeRayMSFT
55
ms.author: mikeray
66
services: azure-arc
77
ms.service: azure-arc
8-
ms.subservice: azure-arc-data-sqlmi
8+
ms.subservice: azure-arc-data
99
ms.topic: quickstart
10-
ms.date: 12/09/2021
10+
ms.date: 09/20/2022
1111
ms.custom: template-quickstart , devx-track-azurecli
1212
---
1313

1414
# Quickstart: Deploy Azure Arc-enabled data services - indirectly connected mode - Azure CLI
1515

16-
This article demonstrates how to deploy Azure Arc-enabled data services in indirectly connected mode from with the Azure CLI.
17-
18-
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).
16+
In this quickstart, you will deploy Azure Arc-enabled data services in indirectly connected mode from with the Azure CLI.
1917

2018
When you complete the steps in this article, you will have:
2119

@@ -28,9 +26,12 @@ Use these objects to experience Azure Arc-enabled data services.
2826

2927
Azure Arc allows you to run Azure data services on-premises, at the edge, and in public clouds via Kubernetes. Deploy SQL Managed Instance and PostgreSQL server data services (preview) with Azure Arc. The benefits of using Azure Arc include staying current with constant service patches, elastic scale, self-service provisioning, unified management, and support for disconnected mode.
3028

31-
## Install client tools
29+
## Prerequisites
30+
31+
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
32+
33+
To complete the task in this article, install the required [client tools](install-client-tools.md). Specifically, you will use the following tools:
3234

33-
First, install the [client tools](install-client-tools.md) needed on your machine. To complete the steps in this article, you will use the following tools:
3435
* Azure Data Studio
3536
* The Azure Arc extension for Azure Data Studio
3637
* Kubernetes CLI
@@ -49,7 +50,7 @@ The environment variables include passwords for log and metric services. The pas
4950

5051
Run the following command to set the credential.
5152

52-
#### [Linux](#tab/linux)
53+
### [Linux](#tab/linux)
5354

5455
```console
5556
export AZDATA_LOGSUI_USERNAME=<username for logs>
@@ -58,7 +59,7 @@ export AZDATA_METRICSUI_USERNAME=<username for metrics>
5859
export AZDATA_METRICSUI_PASSWORD=<password for metrics>
5960
```
6061

61-
#### [Windows / PowerShell](#tab/powershell)
62+
### [Windows / PowerShell](#tab/powershell)
6263

6364
```powershell
6465
$ENV:AZDATA_LOGSUI_USERNAME="<username for logs>"
@@ -182,11 +183,21 @@ NAME STATE
182183
<namespace> Ready
183184
```
184185

185-
186186
## Connect to managed instance on Azure Data Studio
187187

188188
To connect with Azure Data Studio, see [Connect to Azure Arc-enabled SQL Managed Instance](connect-managed-instance.md).
189189

190+
## Upload usage and metrics to Azure portal
191+
192+
If you wish, you can [Upload usage data, metrics, and logs to Azure](upload-metrics-and-logs-to-azure-monitor.md).
193+
194+
## Clean up resources
195+
196+
After you are done with the resources you created in this article.
197+
198+
Follow the steps in [Delete data controller in indirectly connected mode](uninstall-azure-arc-data-controller.md#delete-data-controller-in-indirectly-connected-mode).
199+
190200
## Next steps
191201

192-
[Upload usage data, metrics, and logs to Azure](upload-metrics-and-logs-to-azure-monitor.md).
202+
> [!div class="nextstepaction"]
203+
> [Quickstart: Deploy Azure Arc-enabled data services - directly connected mode - Azure portal](create-complete-managed-instance-directly-connected.md).

0 commit comments

Comments
 (0)