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
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Create an Arc-enabled AKS cluster in an Extended Zone"
3
-
description: Learn how to creat an arc-enabled AKS cluster in an Extended Zone.
3
+
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
@@ -23,11 +23,11 @@ In this article, you'll learn how to create an Arc-enabled AKS cluster in an Ext
23
23
24
24
## Getting Started
25
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.
27
-
•[Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
28
-
•[Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
29
-
•[Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
-[Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
27
+
-[Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
28
+
-[Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
29
+
-[Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
Copy file name to clipboardExpand all lines: articles/extended-zones/arc-enabled-workloads-container-apps.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Deploy arc-enabled workloads in an Extended Zone: ContainerApps"
2
+
title: "Deploy Arc-enabled workloads in an Extended Zone: ContainerApps"
3
3
description: Learn how to deploy arc-enabled ContainerApps in an Extended Zone.
4
4
author: svaldes
5
5
ms.author: svaldes
@@ -10,9 +10,9 @@ ms.date: 05/02/2025
10
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.
11
11
---
12
12
13
-
# Deploy arc-enabled workloads in an Extended Zone: ContainerApps
13
+
# Deploy Arc-enabled workloads in an Extended Zone: ContainerApps
14
14
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.
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.
16
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.
17
17
18
18
## Prerequisites
@@ -52,7 +52,7 @@ function CreateContainerAppOnArcEnabledAksEz {
52
52
[string] $edgeZone,
53
53
[int] $nodeCount = 2,
54
54
[string] $vmSize = "standard_nv12ads_a10_v5",
55
-
[string] $ARCResourceGroupName,
55
+
[string] $ArcResourceGroupName,
56
56
[string] $CONNECTED_ENVIRONMENT_NAME,
57
57
[string] $CUSTOM_LOCATION_NAME,
58
58
[string] $SubscriptionId,
@@ -65,15 +65,15 @@ function CreateContainerAppOnArcEnabledAksEz {
0 commit comments