Skip to content

Commit 9fd2112

Browse files
author
ecfan
committed
Updates per feedback
1 parent b4e8801 commit 9fd2112

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

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

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
8686
|----------|----------|-------|-------------|
8787
| **Subscription** | Yes | <*Azure-subscription-name*> | Your Azure subscription name. <br><br>This example uses **Pay-As-You-Go**. |
8888
| **Resource Group** | Yes | <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) where you create your hybrid app and related resources. This name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example creates a resource group named **Hybrid-RG**. |
89-
| **Logic App name** | Yes | <*logic-app-name*> | Your logic app name, which must be unique across regions and can contain only lowercase letters, numbers, or hyphens (**-**). <br><br>This example uses **my-hybrid-logic-app**. |
89+
| **Logic App name** | Yes | <*logic-app-name*> | Your logic app name, which must be unique across regions and can contain only lowercase letters, numbers, or hyphens (**-**). <br><br>This example uses **my-logic-app-hybrid**. |
9090
| **Region** | Yes | <*Azure-region*> | An Azure region that is [supported for Azure container apps on Azure Arc-enabled AKS](../container-apps/azure-arc-overview.md#public-preview-limitations). <br><br>This example uses **East US**. |
9191
| **Container App Connected Environment** | Yes | <*connected-environment-name*> | The Arc-enabled Kubernetes cluster that you created as the deployment environment for your logic app. For more information, see [Tutorial: Enable Azure Container Apps on Azure Arc-enabled Kubernetes](../container-apps/azure-arc-enable-cluster.md). |
9292
| **Configure storage settings** | Yes | Enabled or disabled | Continues to the **Storage** tab on the **Create Logic App (Hybrid)** page. |
@@ -107,7 +107,18 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
107107

108108
1. When you finish, select **Review + create**. Confirm the provided information, and select **Create**.
109109

110-
Azure currently creates and deploys your logic app as a [Container App resource](/azure/container-apps/overview). In this preview release, your logic app appears in the Azure portal under **Container Apps** and not **Logic apps**. You can create, edit, and manage workflows as usual from the Azure portal. Your Container Apps connected environment in the Azure portal lists the logic app as having **Hybrid Logic App** type.
110+
1. After Azure completes deployment, select **Go to resource**.
111+
112+
:::image type="content" source="media/create-standard-workflows-hybrid-deployment/logic-app-hybrid-portal.png" alt-text="Screenshot shows Azure portal with Standard logic app for hybrid deployment created as a Container app.":::
113+
114+
From this view in the Azure portal, you can create, edit, and manage workflows as usual.
115+
116+
> [!NOTE]
117+
>
118+
> Several known issues exist in the portal around how you find your Standard logic app, which is created
119+
> as a container app in this release. Your Standard logic app is also labeled differently from Standard
120+
> logic apps deployed to single-tenant Azure and App Service environment v3. For more information, see
121+
> [Known issues and troubleshooting - Azure portal](#known-issues-portal).
111122
112123
1. To review the app settings, on the container app menu, under **Settings**, select **Containers**, and then select the **Environment variables** tab.
113124

@@ -154,15 +165,15 @@ After you meet the prerequisites, but before you create your Standard logic app
154165

155166
## Deploy your logic app from Visual Studio Code
156167

157-
After you finish building your workflow, you can deploy your logic app to your partially connected environment.
168+
After you finish building your workflow, you can deploy your logic app to your Container Apps connected environment.
158169

159170
1. In the **Explorer** window, open the shortcut menu for the workflow node, which is **my-stateful-workflow** in this example, and select **Deploy to logic app**.
160171

161172
1. From the subscription list, select your Azure subscription.
162173

163174
1. From the available logic apps list, select **Create new Logic App (Standard) in Azure**. Provide a globally unique logic app name that uses only lowercase alphanumeric characters or hyphens.
164175

165-
This example uses **my-hybrid-logic-app**.
176+
This example uses **my-logic-app-hybrid**.
166177

167178
1. From the location list that appears, select the same Azure region where you have your connected environment.
168179

@@ -180,17 +191,30 @@ After you finish building your workflow, you can deploy your logic app to your p
180191

181192
1. Provide the connection string for the SQL database that you set up for runtime storage.
182193

183-
Visual Studio Code starts the deployment process for your logic app, which is created and deployed as a [Container App resource](/azure/container-apps/overview).
194+
Visual Studio Code starts the deployment process for your Standard logic app.
184195

185196
1. To monitor deployment status and Azure activity logs, from the **View** menu, select **Output**. In the window that opens, select **Azure**.
186197

187-
In this release, your Standard logic app appears in the Azure portal under **Container Apps** and not **Logic apps**. You can create, edit, and manage workflows as usual from the Azure portal.
198+
After deployment completes, you can go to the Azure portal to view your logic app workflow.
199+
200+
> [!NOTE]
201+
>
202+
> Several known issues exist in the portal around how you find your Standard logic app, which is created
203+
> as a container app in this release. Your Standard logic app is also labeled differently from Standard
204+
> logic apps deployed to single-tenant Azure and App Service environment v3. For more information, see
205+
> [Known issues and troubleshooting - Azure portal](#known-issues-portal).
188206
189207
## Known issues and troubleshooting
190208

209+
<a name="known-issues-portal">
210+
191211
### Azure portal
192212

193-
- Standard logic apps for hybrid deployment currently appear in the Azure portal in the **Container Apps** resource list and not the **Logic apps** resource list.
213+
- Your Standard logic app is deployed as a [Container App resource](/azure/container-apps/overview), but the type appears as **Logic App (Hybrid)**.
214+
215+
- Your Standard logic app is listed in **Container Apps** resource list, not the **Logic apps** resource list.
216+
217+
- Your Container Apps connected environment lists your Standard logic app as having an **App Type** named **Hybrid Logic App**.
194218

195219
- To reflect changes in the designer after you save your workflow, you might have to occasionally refresh the designer.
196220

2.09 KB
Loading
78.3 KB
Loading

0 commit comments

Comments
 (0)