Skip to content

Commit 4718cc5

Browse files
author
ecfan
committed
Update Azure CLI command
1 parent acb6603 commit 4718cc5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-logic-apps
66
ms.suite: integration
77
ms.reviewer: estfan, azla
88
ms.topic: how-to
9-
ms.date: 03/07/2025
9+
ms.date: 03/10/2025
1010
# Customer intent: As a developer, I need to set up the requirements to host and run Standard logic app workflows on infrastructure that my organization owns, which can include on-premises systems, private clouds, and public clouds.
1111
---
1212

@@ -619,7 +619,7 @@ az containerapp connected-env create \
619619
For more information, see the following resources:
620620

621621
- [Create a custom location](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#create-the-azure-container-apps-connected-environment)
622-
- [**az containerapp connected-env create**](/cli/azure/containerapp#az-containerapp-create)
622+
- [**az containerapp arc setup-core-dns**](/cli/azure/containerapp/arc)
623623

624624
<a name="update-coredns-azure-local"></a>
625625

@@ -637,30 +637,31 @@ For more information, see the following documentation:
637637
To update the CoreDNS configuration, run the following Azure CLI command using the options for your scenario:
638638

639639
```azurecli
640-
az containerapp connected-env prepare setup-core-dns
640+
az containerapp arc setup-core-dns
641641
```
642642

643-
| Arguments | Description |
644-
|-----------|-------------|
645-
| **`--distro`** | The supported distribution to use for updating the CoreDNS configuration. Allowed values: `AksAzureLocal` |
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. |
648-
| **`--yes -y`** | Don't prompt for confirmation. |
643+
| Parameters | Required | Description |
644+
|------------|----------|--------------|
645+
| **`--distro`** | Yes | The supported distribution to use for updating the CoreDNS configuration. Allowed values: `AksAzureLocal` |
646+
| **`--kube-config`** | No | 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`** | No | The kubeconfig context from the on-premises host for your cluster. In Kubernetes, a *context* defines how to communicate with a Kubernetes cluster. |
648+
| **`skip-ssl-verification`** | No | Skip SSL verification for any cluster connection. |
649+
| **`--yes -y`** | No | Don't prompt for confirmation. |
649650

650-
For more information, see [**az containerapp connected-env**](/cli/azure/containerapp/connected-env).
651+
For more information, such as global parameters, see [**az containerapp arc setup-core-dns**](/cli/azure/containerapp/arc#az-containerapp-arc-setup-core-dns).
651652

652653
### Examples
653654

654655
- Set up CoreDNS configuration for Azure Local:
655656

656657
```azurecli
657-
az containerapp connected-env prepare setup-core-dns --distro AksAzureLocal
658+
az containerapp arc setup-core-dns --distro AksAzureLocal
658659
```
659660

660661
- Set up CoreDNS configuration for Azure Local using a Kubernetes configuration file and the Kubernetes context:
661662

662663
```azurecli
663-
az containerapp connected-env prepare setup-core-dns --distro AksAzureLocal --kube-config <kubeconfig-file-path> --kube-context <kubeconfig-context-name>
664+
az containerapp arc setup-core-dns --distro AksAzureLocal --kube-config <kubeconfig-file-path> --kube-context <kubeconfig-context-name>
664665
```
665666

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

0 commit comments

Comments
 (0)