Skip to content

Commit d0fee7d

Browse files
author
ecfan
committed
Editorial fix
1 parent a1da88a commit d0fee7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ This section covers the Azure PowerShell steps in [Tutorial: Enable Azure Contai
218218
1. Connect your AKS cluster to Azure Arc.
219219
220220
```azurepowershell
221-
$CLUSTER_NAME="${GROUP_NAME}-cluster" # The name for the Azure-Arc connected cluster
221+
$CLUSTER_NAME="${GROUP_NAME}-cluster" # The name for the Azure Arc connected cluster
222222
az connectedk8s connect `
223223
--resource-group $GROUP_NAME ` # The name for the Azure resource group with your Azure Arc resources
224-
--name $CLUSTER_NAME # The name for the Azure-Arc connected cluster
224+
--name $CLUSTER_NAME # The name for the Azure Arc connected cluster
225225
```
226226
227227
For more information, see [az connectedk8s connect](/cli/azure/connectedk8s?#az-connectedk8s-connect).
@@ -231,7 +231,7 @@ This section covers the Azure PowerShell steps in [Tutorial: Enable Azure Contai
231231
```azurepowershell
232232
az connectedk8s show `
233233
--resource-group $GROUP_NAME ` # The name for the Azure resource group with your Azure Arc resources
234-
--name $CLUSTER_NAME # The name for the Azure-Arc connected cluster
234+
--name $CLUSTER_NAME # The name for the Azure Arc connected cluster
235235
```
236236
237237
If the **provisioningState** property value isn't set to **Succeeded**, run the command again after one minute.
@@ -301,7 +301,7 @@ This section covers the Azure PowerShell steps in [Tutorial: Enable Azure Contai
301301
--resource-group $GROUP_NAME ` # The name for the Azure resource group with your Azure Arc resources
302302
--name $EXTENSION_NAME ` # The name for the Azure Container Apps extension
303303
--cluster-type connectedClusters `
304-
--cluster-name $CLUSTER_NAME ` # The name for the Azure-Arc connected cluster
304+
--cluster-name $CLUSTER_NAME ` # The name for the Azure Arc connected cluster
305305
--extension-type 'Microsoft.App.Environment' `
306306
--release-train stable `
307307
--auto-upgrade-minor-version true `
@@ -348,7 +348,7 @@ This section covers the Azure PowerShell steps in [Tutorial: Enable Azure Contai
348348
```azurepowershell
349349
$EXTENSION_ID=$(az k8s-extension show `
350350
--cluster-type connectedClusters `
351-
--cluster-name $CLUSTER_NAME ` # The name for the Azure-Arc connected cluster
351+
--cluster-name $CLUSTER_NAME ` # The name for the Azure Arc connected cluster
352352
--resource-group $GROUP_NAME ` # The name for the Azure resource group with your Azure Arc resources
353353
--name $EXTENSION_NAME ` # The name for the Azure Container Apps extension
354354
--query id `
@@ -376,7 +376,7 @@ This section covers the Azure PowerShell steps in [Tutorial: Enable Azure Contai
376376
$CUSTOM_LOCATION_NAME="my-custom-location" # The name for the custom location
377377
$CONNECTED_CLUSTER_ID=$(az connectedk8s show `
378378
--resource-group $GROUP_NAME ` # The name for the Azure resource group with your Azure Arc resources
379-
--name $CLUSTER_NAME ` # The name for the Azure-Arc connected cluster
379+
--name $CLUSTER_NAME ` # The name for the Azure Arc connected cluster
380380
--query id `
381381
--output tsv)
382382
```

0 commit comments

Comments
 (0)