Skip to content

Commit b716923

Browse files
author
ecfan
committed
Save draft
1 parent 79de7fe commit b716923

File tree

2 files changed

+34
-16
lines changed

2 files changed

+34
-16
lines changed

articles/logic-apps/create-standard-workflows-hybrid-deployment.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,20 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
120120
121121
1. In the Azure portal, on the logic app menu, under **Workflows**, you can add, edit, and manage workflows as usual.
122122

123-
Standard logic apps that you create with the hybrid deployment model support multiple workflow *revisions* or versions. Each time that you save changes to your workflow, Azure creates a new workflow revision.
124-
125-
> [!TIP]
123+
> [!NOTE]
124+
>
125+
> A Standard logic app with the hybrid hosting option automatically creates a new *revision*,
126+
> or a version of the logic app resource, whenever you save changes to a child workflow.
127+
>
128+
> This revision might take a little time to activate, which means that after you save
129+
> any changes, you might want to wait several moments before you test your workflow.
130+
>
131+
> If your changes still haven't appeared in the workflow, you can check whether the revision exists:
126132
>
127-
> After you save your workflow, wait for 1-2 minutes before you test your workflow.
128-
> If your changes still don't appear in your workflow run, on the container app menu,
129-
> under **Revisions**, select **Revisions and replicas** to check whether the revision
130-
> was created and appears on the list.
133+
> 1. On the resource menu, under **Revisions**, and select **Revisions and replicas**.
134+
>
135+
> 1. On the **Revisions and replicas** page, on the **Active revisions** tab, check whether
136+
> a new revision appears on the list.
131137
132138
For more information, see the following resources:
133139

@@ -245,9 +251,9 @@ To edit the CPU and memory settings for your Standard logic app resource, follow
245251

246252
<a name="change-scaling"></a>
247253

248-
## Change replica scaling in the Azure portal
254+
## Change replica scaling in Azure portal
249255

250-
You can control the automatic scaling for the range of replicas that deploy in response to a trigger event. A *replica* is a new instance of a workflow revision or version. To change the minimum and maximum values for this range, you can modify the scale rules to determine the event types that trigger scaling. For more information, see [Set scaling rules in Azure Container Apps](../container-apps/scale-app.md).
256+
You can control the automatic scaling for the range of replicas that deploy in response to a trigger event. A *replica* is a new instance of a container app revision or version. To change the minimum and maximum values for this range, you can modify the scale rules to determine the event types that trigger scaling. For more information, see [Set scaling rules in Azure Container Apps](../container-apps/scale-app.md).
251257

252258
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
253259

@@ -262,6 +268,12 @@ You can control the automatic scaling for the range of replicas that deploy in r
262268

263269
1. When you finish, select **Save**.
264270

271+
<a name="inbound-traffic"></a>
272+
273+
## Control inbound traffic to your logic app in Azure portal
274+
275+
276+
265277
<a name="authenticate-managed-api-connections"></a>
266278

267279
## Set up authentication for managed API connections

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ ms.date: 10/14/2024
1919
> This capability is in preview, incurs charges for usage, and is subject to the
2020
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2121
22-
Azure Logic Apps supports scenarios where you need to use your own managed infrastructure to deploy and host Standard logic app workflows by offering a hybrid deployment model. This model provides the capabilities for hosting integration solutions in partially connected environments that require local processing, storage, and network access. Standard logic app workflows are powered by the Azure Logic Apps runtime that is hosted on premises as an Azure Container Apps extension.
22+
Azure Logic Apps supports scenarios where you need to use and manage your own infrastructure to deploy and host Standard logic app workflows by offering a hybrid hosting option. This hybrid deployment model provides the capabilities for hosting integration solutions in partially connected environments that require local processing, storage, and network access. Standard logic app workflows are powered by the Azure Logic Apps runtime that is hosted on premises as an Azure Container Apps extension.
2323

2424
The following architectural overview shows where Standard logic app workflows are hosted and run in the hybrid model. The partially connected environment includes the following resources for hosting and working with your Standard logic apps, which deploy as Azure Container Apps resources:
2525

26-
- Azure Arc-enabled Kubernetes clusters, Azure Arc-enabled Kubernetes clusters on Azure Stack *hyperconverged infrastructure* (HCI)
26+
- Azure Arc-enabled Azure Kubernetes Service (AKS) clusters
2727
- A SQL database to locally store workflow run history, inputs, and outputs for processing
2828
- A Server Message Block (SMB) file share to locally store artifacts used by your workflows
2929

3030
:::image type="content" source="media/set-up-standard-workflows-hybrid-deployment-requirements/architecture-overview.png" alt-text="Diagram with architectural overview for where Standard logic apps are hosted in a partially connected environment." border="false":::
3131

32+
For hosting, you can also set up and use [Azure Arc-enabled Kubernetes clusters on Azure Stack *hyperconverged* infrastructure (HCI)](/azure-stack/hci/overview) or [Azure Arc-enabled Kubernetes clusters on Windows Server](/aks/hybrid/kubernetes-walkthrough-powershell).
33+
3234
For more information, see the following documentation:
3335

3436
- [What is Azure Kubernetes Service?](/azure/aks/what-is-aks)
3537
- [Core concepts for Azure Kubernetes Service (AKS)](/azure/aks/concepts-clusters-workloads)
36-
- [Azure Arc-enabled Azure Kubernetes Service (AKS) clusters](/azure/azure-arc/kubernetes/overview)
37-
- [Azure Arc-enabled Kubernetes clusters on Azure Stack hyperconverged infrastructure (HCI)](/azure-stack/hci/overview)
3838
- [Custom locations for Azure Arc-enabled Kubernetes clusters](/azure/azure-arc/platform/conceptual-custom-locations)
3939
- [What is Azure Container Apps?](../container-apps/overview.md)
4040
- [Azure Container Apps on Azure Arc](../container-apps/azure-arc-overview.md)
@@ -43,7 +43,11 @@ This how-to guide shows how to set up the necessary on-premises resources in you
4343

4444
## Limitations
4545

46-
- 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.
46+
- Hybrid deployment is currently available and supported only for the following Azure Arc-enabled Kubernetes clusters:
47+
48+
- Azure Arc-enabled Kubernetes clusters
49+
- Azure Arc-enabled Kubernetes clusters on Azure Stack HCI
50+
- Azure Arc-enabled Kubernetes clusters on Windows Server
4751

4852
## Prerequisites
4953

@@ -64,12 +68,14 @@ Your Kubernetes cluster requires inbound and outbound connectivity with the [SQL
6468
> [!NOTE]
6569
>
6670
> You can also create a [Kubernetes cluster on Azure Stack HCI infrastructure](/azure-stack/hci/overview)
67-
> and apply the steps in this how-to guide to connect your cluster to Azure Arc and to set up your
68-
> connected environment. For more information about Azure Stack HCI, see the following resources:
71+
> or [Kubernetes cluster on Windows Server](/aks/hybrid/overview) and apply the steps in this how-to guide
72+
> to connect your cluster to Azure Arc and set up your connected environment. For more information
73+
> about Azure Stack HCI and AKS on Windows Server, see the following resources:
6974
>
7075
> - [About Azure Stack HCI](/azure-stack/hci/deploy/deployment-introduction)
7176
> - [Deployment prerequisites for Azure Stack HCI](/azure-stack/hci/deploy/deployment-prerequisites)
7277
> - [Create Kubernetes clusters on Azure Stack HCI using Azure CLI](/azure/aks/hybrid/aks-create-clusters-cli)
78+
> - [Set up an Azure Kubernetes Service host on Azure Stack HCI and Windows Server and deploy a workload cluster using PowerShell](/aks/hybrid/kubernetes-walkthrough-powershell)
7379
7480
1. Set the following environment variables for the Kubernetes cluster that you want to create:
7581

0 commit comments

Comments
 (0)