You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: azure-logic-apps
6
6
ms.suite: integration
7
7
ms.reviewer: estfan, azla
8
8
ms.topic: how-to
9
-
ms.date: 03/07/2025
9
+
ms.date: 03/10/2025
10
10
# 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.
11
11
---
12
12
@@ -619,7 +619,7 @@ az containerapp connected-env create \
619
619
For more information, see the following resources:
620
620
621
621
-[Create a custom location](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#create-the-azure-container-apps-connected-environment)
@@ -637,30 +637,31 @@ For more information, see the following documentation:
637
637
To update the CoreDNS configuration, run the following Azure CLI command using the options for your scenario:
638
638
639
639
```azurecli
640
-
az containerapp connected-env prepare setup-core-dns
640
+
az containerapp arc setup-core-dns
641
641
```
642
642
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. |
649
650
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).
651
652
652
653
### Examples
653
654
654
655
- Set up CoreDNS configuration for Azure Local:
655
656
656
657
```azurecli
657
-
az containerapp connected-env prepare setup-core-dns --distro AksAzureLocal
658
+
az containerapp arc setup-core-dns --distro AksAzureLocal
658
659
```
659
660
660
661
- Set up CoreDNS configuration for Azure Local using a Kubernetes configuration file and the Kubernetes context:
0 commit comments