Skip to content

Commit 6e1e56f

Browse files
author
ecfan
committed
Fix validation issues
1 parent 85bf1b0 commit 6e1e56f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This how-to guide shows how to set up the necessary on-premises resources in you
4545

4646
- Hybrid deployment is currently available and supported only for Azure Arc-enabled Azure Kubernetes Service (AKS) clusters and Azure Arc-enabled Kubernetes clusters on Azure Stack HCI.
4747

48-
## Prererquisites
48+
## Prerequisites
4949

5050
- An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
5151

@@ -264,7 +264,7 @@ This section is based on the Azure CLI steps in [Tutorial: Enable Azure Containe
264264
|-----------|----------|-------|-------------|
265265
| **CONNECTED_CLUSTER_NAME** | Yes | <*Azure-Arc-cluster-resource-group-name*>-**cluster** | The name to use for your Azure Arc-enabled cluster. This name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example uses **Hybrid-Arc-RG-cluster**. |
266266
267-
1. Connect your previously-created Kubernetes cluster to Azure Arc:
267+
1. Connect your previously created Kubernetes cluster to Azure Arc:
268268
269269
```azurecli
270270
az connectedk8s connect \
@@ -364,7 +364,7 @@ This section is based on the Azure CLI steps in [Tutorial: Enable Azure Containe
364364
| Parameter | Required | Value | Description |
365365
|-----------|----------|-------|-------------|
366366
| **EXTENSION_NAME** | Yes | **logicapps-aca-extension** | The name for the Azure Container Apps extension. |
367-
| **NAMESPACE** | Yes | **logicapps-aca-ns** | The cluster namespace where to provision resources. |
367+
| **NAMESPACE** | Yes | **logicapps-aca-ns** | The cluster namespace where you want to provision resources. |
368368
| **CONNECTED_ENVIRONMENT_NAME** | Yes | <*connected-environment-name*> | The name to use for the Azure Container Apps connected environment. This name becomes part of the domain name for the app that you create, deploy, and host in the Azure Container Apps connected environment. |
369369
370370
1. Install the extension with Log Analytics enabled in your Azure Arc-enabled Kubernetes cluster. You can't later add Log Analytics to the extension.

0 commit comments

Comments
 (0)