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/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,26 @@ description: Learn how to creat an arc-enabled AKS cluster in an Extended Zone.
4
4
author: svaldes
5
5
ms.author: svaldes
6
6
ms.service: azure-extended-zones
7
-
ms.topic: arc-enabled AKS in Extended Zones
7
+
ms.topic: how-to
8
8
ms.date: 05/02/2025
9
-
ms.custom: arc-enabled-aks, extended-zones
10
9
11
10
# Customer intent: As a cloud administrator and Azure Extended Zones user, I want a quick method to deploy PaaS services via Arc in an Azure Extended Zone.
12
11
---
13
12
14
13
# Create an Arc-enabled AKS cluster in an Extended Zone
15
14
16
-
In this article, you will learn how to create an Arc-enabled AKS cluster in an Extended Zone. This will help you deploy PaaS services through Arc. Current supported PaaS workloads are ContainerApps, ManagedSQL and PostgreSQL.
15
+
In this article, you'll learn how to create an Arc-enabled AKS cluster in an Extended Zone, which helps you deploy PaaS services through Arc. Refer to [What is Azure Extended Zones? | Services](/azure/extended-zones/overview#services) for currently supported PaaS workloads.
17
16
18
17
## Prerequisites
19
18
20
19
-[An Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) with an active subscription.
21
20
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
22
21
- Azure Cloud Shell or Azure CLI. Install the [Azure CLI](/cli/azure/install-azure-cli).
23
22
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
24
-
- Review the [requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
25
23
26
24
## Getting Started
27
-
If you are already familiar with the topics below, you may skip this paragraph. There are important topics you may want read before you proceed with creation:
25
+
If you're already familiar with the subject, you may skip this paragraph. Here are important topics you may want read before you proceed with creation:
26
+
• [Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
28
27
• [Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
29
28
• [Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
30
29
• [Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
@@ -48,10 +47,10 @@ az provider register --namespace Microsoft.OperationalInsights --wait
48
47
49
48
### Create an Arc-enabled AKS cluster in Extended Zones
50
49
51
-
Before proceeding to deploy PaaS workloads in Extended Zones, an Arc-enabled AKS cluster has to be created in the target Extended Zone. The following script will help do that and ease the deployment of supported PaaS services (see related content at the end of this article to learn more about them).
50
+
Before proceeding to deploy PaaS workloads in Extended Zones, an Arc-enabled AKS cluster has to be created in the target Extended Zone. The following script helps do that and ease the deployment of supported PaaS services (see related content at the end of this article to learn more about them).
52
51
53
52
> [!NOTE]
54
-
> Please make sure to keep parameters consistent and transfer them correctly from this script to any following ones.
53
+
> Make sure to keep parameters consistent and transfer them correctly from this script to any following ones.
55
54
56
55
```powershell
57
56
# Create an ARC-enabled AKS cluster on an edge zone
@@ -120,8 +119,8 @@ az group delete --name my-aks-cluster
120
119
## Related content
121
120
122
121
-[Deploy arc-enabled workloads in an Extended Zone: ContainerApps](/azure/extended-zones/arc-enabled-workloads-container-apps)
123
-
-[Deploy arc-enabled workloads in an Extended Zone: PostgreSQL](/azure/extended-zones/arc-enabled-workloads-postgresql)
124
-
-[Deploy arc-enabled workloads in an Extended Zone: ManagedSQL](/azure/extended-zones/arc-enabled-workloads-managedsql)
122
+
-[Deploy arc-enabled workloads in an Extended Zone: PostgreSQL](/azure/extended-zones/arc-enabled-workloads-postgre-sql)
123
+
-[Deploy arc-enabled workloads in an Extended Zone: ManagedSQL](/azure/extended-zones/arc-enabled-workloads-managed-sql)
125
124
-[Deploy an AKS cluster in an Extended Zone](deploy-aks-cluster.md)
126
125
-[Deploy a storage account in an Extended Zone](create-storage-account.md)
Copy file name to clipboardExpand all lines: articles/extended-zones/arc-enabled-workloads-container-apps.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,15 @@ description: Learn how to deploy arc-enabled ContainerApps in an Extended Zone.
4
4
author: svaldes
5
5
ms.author: svaldes
6
6
ms.service: azure-extended-zones
7
-
ms.topic: arc-enabled AKS in Extended Zones
7
+
ms.topic: how-to
8
8
ms.date: 05/02/2025
9
-
ms.custom: arc-enabled-aks, extended-zones
10
9
11
10
# Customer intent: As a cloud administrator and Azure Extended Zones user, I want a quick method to deploy PaaS services via Arc in an Azure Extended Zone.
12
11
---
13
12
14
13
# Deploy arc-enabled workloads in an Extended Zone: ContainerApps
15
14
16
-
In this article, you will learn how to deploy arc-enabled workloads in an Extended Zone. The current supported workloads are ContainerApps, ManagedSQL and PostgreSQL.
15
+
In this article, you'll learn how to deploy an arc-enabled ContainerApp in an Extended Zone. Refer to [What is Azure Extended Zones? | Services](/azure/extended-zones/overview#services) for currently supported PaaS workloads.
17
16
Feel free to explore [Container Apps on Azure Arc Overview | Microsoft Learn](/azure/container-apps/azure-arc-overview) to become more familiar with Container Apps on Azure Arc.
18
17
19
18
## Prerequisites
@@ -22,24 +21,24 @@ Feel free to explore [Container Apps on Azure Arc Overview | Microsoft Learn](/a
22
21
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
23
22
- Azure Cloud Shell or Azure CLI. Install the [Azure CLI](/cli/azure/install-azure-cli).
24
23
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
25
-
- Review the [requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
26
-
- Before you proceed to create container apps clusters, you first need to set up an [Azure Arc-enabled Kubernetes cluster in Extended Zones](/azure/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster). You will need to follow the steps in *Setup*, *Create a Connected Cluster*, and (optionally) *Create a Log Analytics Workspace* before addressing the following steps in this article.
24
+
-[An Azure Arc-enabled Kubernetes cluster set up in Extended Zones](/azure/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster).
27
25
> [!NOTE]
28
26
> Use the intended Extended Location as your location variable.
29
27
30
28
## Getting Started
31
-
If you are already familiar with the topics below, you may skip this paragraph. There are important topics you may want read before you proceed with creation:
29
+
If you're already familiar with the subject, you may skip this paragraph. Here are important topics you may want read before you proceed with creation:
30
+
• [Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
32
31
• [Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
33
32
• [Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
34
33
• [Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
### Create Container Apps on Arc-enabled AKS in Extended Zones
38
37
39
-
Now that the Arc-enabled AKS cluster has been created, we can proceed to using the following PowerShell script to create our Container App on an AKS cluster in an Extended Zone and connect it to the Azure Arc-enabled Kubernetes.
38
+
Now that the Arc-enabled AKS cluster is created, we can proceed to using the following PowerShell script to create our Container App on an AKS cluster in an Extended Zone and connect it to the Azure Arc-enabled Kubernetes.
40
39
41
40
> [!NOTE]
42
-
> Please make sure to transfer the parameters from the Arc-enabled AKS steps correctly into the script.
41
+
> Make sure to transfer the parameters from the Arc-enabled AKS steps correctly into the script.
43
42
44
43
```powershell
45
44
# . "./CreateArcEnabledAksOnEZ.ps1"
@@ -220,8 +219,8 @@ az group delete --name my-aks-cluster-group
220
219
## Related content
221
220
222
221
-[Create an Arc-enabled AKS cluster in an Extended Zone](/azure/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster)
223
-
-[Deploy arc-enabled workloads in an Extended Zone: PostgreSQL](/azure/extended-zones/arc-enabled-workloads-postgresql)
224
-
-[Deploy arc-enabled workloads in an Extended Zone: ManagedSQL](/azure/extended-zones/arc-enabled-workloads-managedsql)
222
+
-[Deploy arc-enabled workloads in an Extended Zone: PostgreSQL](/azure/extended-zones/arc-enabled-workloads-postgre-sql)
223
+
-[Deploy arc-enabled workloads in an Extended Zone: ManagedSQL](/azure/extended-zones/arc-enabled-workloads-managed-sql)
225
224
-[Deploy an AKS cluster in an Extended Zone](deploy-aks-cluster.md)
226
225
-[Deploy a storage account in an Extended Zone](create-storage-account.md)
Copy file name to clipboardExpand all lines: articles/extended-zones/arc-enabled-workloads-managed-sql.md
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,48 +4,46 @@ description: Learn how to deploy arc-enabled Managed SQL Instance in an Extended
4
4
author: svaldes
5
5
ms.author: svaldes
6
6
ms.service: azure-extended-zones
7
-
ms.topic: arc-enabled AKS in Extended Zones
7
+
ms.topic: how-to
8
8
ms.date: 05/02/2025
9
-
ms.custom: arc-enabled-aks, extended-zones
10
9
11
10
# Customer intent: As a cloud administrator and Azure Extended Zones user, I want a quick method to deploy PaaS services via Arc in an Azure Extended Zone.
12
11
---
13
12
14
13
# Deploy arc-enabled workloads in an Extended Zone: Managed SQL Instance
15
14
16
-
In this article, you will learn how to deploy arc-enabled workloads in an Extended Zone. The current supported workloads are ContainerApps, ManagedSQL and PostgreSQL.
15
+
In this article, you'll learn how to deploy an arc-enabled Managed SQL Instance in an Extended Zone. Refer to [What is Azure Extended Zones? | Services](/azure/extended-zones/overview#services) for currently supported PaaS workloads.
17
16
18
17
## Prerequisites
19
18
20
19
-[An Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) with an active subscription.
21
20
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
22
21
- Azure Cloud Shell or Azure CLI. Install the [Azure CLI](/cli/azure/install-azure-cli).
23
22
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
24
-
- Review the [requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
25
23
- Azure Data Studio
26
24
- Azure Arc extension for Azure Data Studio
27
25
- arcdata extension for Azure CLI
28
26
- kubectl
29
-
-In addition to the required tools, to complete the tasks, you need an [Azure Arc data controller](/azure/azure-arc/data/plan-azure-arc-data-services).
30
-
-Additional client tools depending your environment. For a more comprehensive list, see [Client tools](/azure/azure-arc/data/install-client-tools).
31
-
-Before you proceed to create a ManagedSQL Instance, you first need to set up an [Azure Arc-enabled Kubernetes cluster in Extended Zones](/azure/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster). You will need to follow the steps in *Setup*, *Create a Connected Cluster*, and (optionally) *Create a Log Analytics Workspace* before addressing the following steps in this article.
27
+
-An [Azure Arc data controller](/azure/azure-arc/data/plan-azure-arc-data-services), in addition to the required tools.
28
+
-Other client tools depending on your environment. For a more comprehensive list, see [Client tools](/azure/azure-arc/data/install-client-tools).
29
+
-[An Azure Arc-enabled Kubernetes cluster set up in Extended Zones](/azure/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster).
32
30
> [!NOTE]
33
31
> Use the intended Extended Location as your location variable.
34
32
35
33
## Getting Started
36
-
If you are already familiar with the topics below, you may skip this paragraph. There are important topics you may want read before you proceed with creation:
34
+
If you're already familiar with the subject, you may skip this paragraph. Here are important topics you may want read before you proceed with creation:
35
+
• [Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
37
36
• [Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
38
37
• [Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
39
38
• [Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
### Create an Azure Arc-enabled ManagedSQL Instance in Extended Zones
44
42
45
-
Now that the Arc-enabled AKS cluster has been created, we can proceed to using the following PowerShell script to create our ManagedSQL Instance on an AKS cluster in an Extended Zone and connect it to the Azure Arc-enabled Kubernetes.
43
+
Now that the Arc-enabled AKS cluster is created, we can proceed to using the following PowerShell script to create our ManagedSQL Instance on an AKS cluster in an Extended Zone and connect it to the Azure Arc-enabled Kubernetes.
46
44
47
45
> [!NOTE]
48
-
> Please make sure to transfer the parameters from the Arc-enabled AKS steps correctly into the script.
46
+
> Make sure to transfer the parameters from the Arc-enabled AKS steps correctly into the script.
49
47
50
48
```powershell
51
49
. "./CreateArcEnabledAksOnEZ"
@@ -154,8 +152,7 @@ To view the instance, use the following command:
154
152
az sql mi-arc list --k8s-namespace <namespace> --use-k8s
155
153
```
156
154
157
-
You can copy the external IP and port number from here and connect to SQL Managed Instance enabled by Azure Arc using your favorite tool for connecting to eg. SQL Server or Azure SQL Managed Instance such as Azure Data Studio or SQL Server Management Studio.
158
-
At this time, use the insiders build of [Azure Data Studio](https://github.com/microsoft/azuredatastudio#try-out-the-latest-insiders-build-from-main).
155
+
You can copy the external IP and port number from here and connect to SQL Managed Instance enabled by Azure Arc. At this time, use the insiders build of [Azure Data Studio](https://github.com/microsoft/azuredatastudio#try-out-the-latest-insiders-build-from-main).
159
156
160
157
161
158
## Clean up resources
@@ -170,7 +167,7 @@ az group delete --name my-aks-cluster-group
170
167
171
168
-[Create an Arc-enabled AKS cluster in an Extended Zone](/azure/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster)
172
169
-[Deploy arc-enabled workloads in an Extended Zone: ContainerApps](/azure/extended-zones/arc-enabled-workloads-container-apps)
173
-
-[Deploy arc-enabled workloads in an Extended Zone: PostgreSQL](/azure/extended-zones/arc-enabled-workloads-postgresql)
170
+
-[Deploy arc-enabled workloads in an Extended Zone: PostgreSQL](/azure/extended-zones/arc-enabled-workloads-postgre-sql)
174
171
-[Deploy an AKS cluster in an Extended Zone](deploy-aks-cluster.md)
175
172
-[Deploy a storage account in an Extended Zone](create-storage-account.md)
0 commit comments