Skip to content

Commit 287ee23

Browse files
authored
Merge pull request #1 from ecfan/patch-2
Export Consumption to Standard - Editorial updates + update table of contents
2 parents d330bec + c70b696 commit 287ee23

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

articles/logic-apps/export-from-consumption-to-standard-logic-app.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, wsilveira
77
ms.topic: how-to
88
ms.date: 10/21/2022
9-
ms.custom: engagement-fy23
10-
#Customer intent: As a developer, I want to export one or more consumption workflows to a Standard workflow.
9+
#Customer intent: As a developer, I want to export one or more Consumption workflows to a Standard workflow.
1110
---
1211

1312
# Export Consumption workflows to a Standard logic app (Preview)
@@ -16,11 +15,12 @@ ms.custom: engagement-fy23
1615
>
1716
> This capability is in preview and is subject to the
1817
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
18+
1919
Standard logic app workflows, which run in single-tenant Azure Logic Apps, offer many new and improved capabilities. For example, you get compute isolation, virtual network integration, and private endpoints along with App Services Environment hosting, local development and debugging using Visual Studio Code, low latency with stateless workflows, and more.
2020

21-
If you want the benefits from Standard workflows, but your workflows run in consumpton sku, you can now move your workflows to a single-tenant Azure Logic Apps. This switch makes sense in scenarios that require some of the Standard capabilities such as isolation and network integration, lower latency or better predictability of costs.
21+
If you want the benefits from Standard workflows, but your workflows run in multi-tenant Azure Logic Apps, you can now move your Consumption workflows to single-tenant Azure Logic Apps. This switch makes sense in scenarios that require some of the Standard capabilities such as isolation and network integration, lower latency or better predictability of costs.
2222

23-
You can now export logic app workflows running on consumption sku to a Standard logic app. Using Visual Studio Code and the latest Azure Logic Apps (Standard) extension, you export your logic apps as stateful workflows to a Standard logic app project. You can then locally update, test, and debug your workflows to get them ready for redeployment. When you're ready, you can deploy either directly from Visual Studio Code or through your own DevOps process.
23+
You can now export Consumption logic apps to a Standard logic app. Using Visual Studio Code and the latest Azure Logic Apps (Standard) extension, you export your logic apps as stateful workflows to a Standard logic app project. You can then locally update, test, and debug your workflows to get them ready for redeployment. When you're ready, you can deploy either directly from Visual Studio Code or through your own DevOps process.
2424

2525
> [!NOTE]
2626
>
@@ -45,9 +45,9 @@ This article provides information about the export process and shows how to expo
4545

4646
- The export tool can export logic app workflows with triggers that have concurrency settings. However, single-tenant Azure Logic Apps ignores these settings.
4747

48-
- Logic apps must be in the same region to be exported as part of the same Logic Apps Standard project.
48+
- Logic apps must exist in the same region if you want to export them within the same Standard logic app project.
4949

50-
- For now, connectors will be deploy as *managed* versions, which appear in the designer under the **Azure** tab. The export tool will have the capability to export connectors that have a built-in, service provider counterpart, when the latter gain parity with their Azure versions. The export tool automatically makes the conversion when Azure connector is available to export as a built-in, service provider connector.
50+
- For now, connectors deploy as their *managed* versions, which appear in the designer under the **Azure** tab. The export tool will have the capability to export connectors that have a built-in, service provider counterpart, when the latter gain parity with their Azure versions. The export tool automatically makes the conversion when Azure connector is available to export as a built-in, service provider connector.
5151

5252
- By default, connection credentials aren't cloned from source logic app workflows. Before your logic app workflows can run, you'll have to reauthenticate these connections after export.
5353

@@ -60,15 +60,15 @@ This article provides information about the export process and shows how to expo
6060

6161
## Prerequisites
6262

63-
- One or more logic apps deployed to the same subscription and Azure region (e.g. East US 2) .
63+
- One or more logic apps to deploy to the same subscription and Azure region, for example, East US 2.
6464

6565
- Azure contributor subscription-level access to the subscription where the logic apps are currently deployed, not just resource group-level access.
6666

6767
- Review and meet the requirements for [how to set up Visual Studio Code with the Azure Logic Apps (Standard) extension](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
6868

6969
## Group logic apps for export
7070

71-
With the Azure Logic Apps (Standard) extension, you can combine multiple consumption-based logic app workflows into a single Standard logic app project. In single-tenant Azure Logic Apps, one Standard logic app resource can have multiple workflows. With this approach, you can pre-validate your workflows so that you don't miss any dependencies when you select logic apps for export.
71+
With the Azure Logic Apps (Standard) extension, you can combine multiple Consumption logic app workflows into a single Standard logic app project. In single-tenant Azure Logic Apps, one Standard logic app resource can have multiple workflows. With this approach, you can pre-validate your workflows so that you don't miss any dependencies when you select logic apps for export.
7272

7373
Consider the following recommendations when you select logic apps for export:
7474

@@ -178,8 +178,8 @@ The following table describes these new folders and files added by the export pr
178178
| | LogicAppStandardInfrastructure.parameters.json | Azure Resource Manager template parameters file for deploying Standard logic app resource |
179179
| | LogicAppStandardInfrastructure.template.json | Azure Resource Manager template definition for deploying Standard logic app resource |
180180
| .logs\\export | exportReport.json | Export report summary raw file, which includes all the steps required for post-export remediation |
181-
| | exportValidation.json | Validation report raw file, which includes the validation results for each exported logic app. |
182-
| | README.md | Markdown file with export results summary, including the created logic apps and all the required next steps. |
181+
| | exportValidation.json | Validation report raw file, which includes the validation results for each exported logic app |
182+
| | README.md | Markdown file with export results summary, including the created logic apps and all the required next steps |
183183

184184
## Next steps
185185

articles/logic-apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
href: estimate-storage-costs.md
9999
- name: Create custom built-in connectors for single-tenant workflows
100100
href: create-custom-built-in-connector-standard.md
101+
- name: Export Consumption workflows to Standard logic app
102+
href: export-from-consumption-to-standard-logic-app.md
101103
- name: Export from integration service environment to Standard logic app
102104
href: export-from-ise-to-standard-logic-app.md
103105
- name: Azure Arc-enabled Logic Apps

0 commit comments

Comments
 (0)