Skip to content

Commit ee6c634

Browse files
committed
Corrected per PR comments.
1 parent 24263bd commit ee6c634

File tree

4 files changed

+22
-23
lines changed

4 files changed

+22
-23
lines changed

articles/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ In this article, you'll learn how to create an Arc-enabled AKS cluster in an Ext
1818

1919
- [An Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) with an active subscription.
2020
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
21-
- Azure Cloud Shell or Azure CLI. Install the [Azure CLI](/cli/azure/install-azure-cli).
21+
- Install the [Azure CLI](/cli/azure/install-azure-cli).
2222
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
2323

24-
## Getting Started
24+
## Getting started
2525
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:
2626
- [Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
2727
- [Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
@@ -112,7 +112,7 @@ createArcEnabledAksOnEz -SubscriptionId "ffc37441-49e9-4291-a520-0b2d4972bb99" `
112112

113113
When no longer needed, delete **my-aks-cluster** resource group and all of the resources it contains using the [az group delete](/cli/azure/group#az-group-delete) command.
114114

115-
```azurecli-interactive
115+
```powershell
116116
az group delete --name my-aks-cluster
117117
```
118118

articles/extended-zones/arc-enabled-workloads-container-apps.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,19 @@ Feel free to explore [Container Apps on Azure Arc Overview | Microsoft Learn](/a
1818
## Prerequisites
1919

2020
- [An Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) with an active subscription.
21-
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
22-
- Azure Cloud Shell or Azure CLI. Install the [Azure CLI](/cli/azure/install-azure-cli).
21+
- Install the [Azure CLI](/cli/azure/install-azure-cli).
2322
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
2423
- [An Azure Arc-enabled Kubernetes cluster set up in Extended Zones](/azure/extended-zones/arc-enabled-workloads-arc-enabled-aks-cluster).
2524
> [!NOTE]
2625
> Use the intended Extended Location as your location variable.
2726
28-
## Getting Started
27+
## Getting started
2928
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.
31-
[Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
32-
[Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
33-
[Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
34-
[Kubernetes resource model](https://github.com/kubernetes/design-proposals-archive/blob/main/scheduling/resources.md#resource-quantities)
29+
- [Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
30+
- [Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
31+
- [Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
32+
- [Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
33+
- [Kubernetes resource model](https://github.com/kubernetes/design-proposals-archive/blob/main/scheduling/resources.md#resource-quantities)
3534

3635
### Create Container Apps on Arc-enabled AKS in Extended Zones
3736

@@ -212,7 +211,7 @@ CreateContainerAppOnArcEnabledAksEz -AKSClusterResourceGroupName "my-aks-cluster
212211

213212
When no longer needed, delete **my-aks-cluster-group** resource group and all of the resources it contains using the [az group delete](/cli/azure/group#az-group-delete) command.
214213

215-
```azurecli-interactive
214+
```powershell
216215
az group delete --name my-aks-cluster-group
217216
```
218217

articles/extended-zones/arc-enabled-workloads-managed-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this article, you'll learn how to deploy an Arc-enabled Managed SQL Instance
1818

1919
- [An Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) with an active subscription.
2020
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
21-
- Azure Cloud Shell or Azure CLI. Install the [Azure CLI](/cli/azure/install-azure-cli).
21+
- Install the [Azure CLI](/cli/azure/install-azure-cli).
2222
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
2323
- Azure Data Studio
2424
- Azure Arc extension for Azure Data Studio
@@ -30,7 +30,7 @@ In this article, you'll learn how to deploy an Arc-enabled Managed SQL Instance
3030
> [!NOTE]
3131
> Use the intended Extended Location as your location variable.
3232
33-
## Getting Started
33+
## Getting started
3434
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:
3535
- [Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
3636
- [Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
@@ -159,7 +159,7 @@ You can copy the external IP and port number from here and connect to SQL Manage
159159

160160
When no longer needed, delete **my-aks-cluster-group** resource group and all of the resources it contains using the [az group delete](/cli/azure/group#az-group-delete) command.
161161

162-
```azurecli-interactive
162+
```powershell
163163
az group delete --name my-aks-cluster-group
164164
```
165165

articles/extended-zones/arc-enabled-workloads-postgre-sql.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this article, you'll learn how to deploy an Arc-enabled PostgreSQL server in
1818

1919
- [An Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) with an active subscription.
2020
- Access to an Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
21-
- Azure Cloud Shell or Azure CLI. Install the [Azure CLI](/cli/azure/install-azure-cli).
21+
- Install the [Azure CLI](/cli/azure/install-azure-cli).
2222
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
2323
- Azure Data Studio
2424
- Azure Arc extension for Azure Data Studio
@@ -29,13 +29,13 @@ In this article, you'll learn how to deploy an Arc-enabled PostgreSQL server in
2929
> [!NOTE]
3030
> Use the intended Extended Location as your location variable.
3131
32-
## Getting Started
32+
## Getting started
3333
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:
34-
[Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
35-
[Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
36-
[Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
37-
[Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
38-
[Kubernetes resource model](https://github.com/kubernetes/design-proposals-archive/blob/main/scheduling/resources.md#resource-quantities)
34+
- [Requirements and limitations](/azure/container-apps/azure-arc-overview) of the public preview. Of particular importance are the cluster requirements.
35+
- [Overview of Azure Arc-enabled data services](/azure/azure-arc/data/overview)
36+
- [Connectivity modes and requirements](/azure/azure-arc/data/connectivity)
37+
- [Storage configuration and Kubernetes storage concepts](/azure/azure-arc/data/storage-configuration)
38+
- [Kubernetes resource model](https://github.com/kubernetes/design-proposals-archive/blob/main/scheduling/resources.md#resource-quantities)
3939

4040

4141
### Create an Azure Arc-enabled PostgreSQL server in Extended Zones
@@ -151,7 +151,7 @@ CreatePostgreSqlOnArcEnabledAksEz -SubscriptionId "<your subscription>" `
151151

152152
When no longer needed, delete **my-aks-cluster-group** resource group and all of the resources it contains using the [az group delete](/cli/azure/group#az-group-delete) command.
153153

154-
```azurecli-interactive
154+
```powershell
155155
az group delete --name my-aks-cluster-group
156156
```
157157

0 commit comments

Comments
 (0)