Skip to content

Commit 3c12a82

Browse files
author
ecfan
committed
Clarity updates
1 parent 6b82ded commit 3c12a82

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
@@ -643,8 +643,8 @@ az containerapp connected-env prepare setup-core-dns
643643
| Arguments | Description |
644644
|-----------|-------------|
645645
| **`--distro`** | The supported distribution to use for updating the CoreDNS configuration. Allowed values: `AksAzureLocal` |
646-
| **`--kube-config`** | The path to the Kubernetes configuration file, also known as a ([*kubeconfig file*](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/)), that contains the configuration parameters for accessing Kubernetes clusters. |
647-
| **`--kube-context`** | The Kubernetes context from the on-premises host for your cluster. In Kubernetes, a *context* defines how to communicate with a Kubernetes cluster. |
646+
| **`--kube-config`** | The path to the ([*kubeconfig file*](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/)), which contains the configuration parameters for accessing Kubernetes clusters. |
647+
| **`--kube-context`** | The kubeconfig context from the on-premises host for your cluster. In Kubernetes, a *context* defines how to communicate with a Kubernetes cluster. |
648648
| **`--yes -y`** | Don't prompt for confirmation. |
649649

650650
For more information, see [**az containerapp connected-env**](/cli/azure/containerapp/connected-env).
@@ -660,7 +660,7 @@ For more information, see [**az containerapp connected-env**](/cli/azure/contain
660660
- Set up CoreDNS configuration for Azure Local using a Kubernetes configuration file and the Kubernetes context:
661661

662662
```azurecli
663-
az containerapp connected-env prepare setup-core-dns --distro AksAzureLocal --kube-config <kubeconfig-file-path> --kube-context <kube-context-name>
663+
az containerapp connected-env prepare setup-core-dns --distro AksAzureLocal --kube-config <kubeconfig-file-path> --kube-context <kubeconfig-context-name>
664664
```
665665

666666
<a name="create-storage-provider"></a>

0 commit comments

Comments
 (0)