Skip to content

Commit ad4fb4e

Browse files
committed
Update ToC and other edits
1 parent 204d85b commit ad4fb4e

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

articles/logic-apps/create-parameters-workflows.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,27 @@ ms.date: 02/03/2022
1212

1313
In Azure Logic Apps, you can abstract values that might change in workflows across development, test, and production environments by defining *parameters*. When you use parameters rather than environment-specific variables, you can initially focus more on designing your workflows, and insert your environment-specific variables later.
1414

15-
This article introduces how to create, use, and edit parameters for multi-tenant Consumption logic app workflows and for single-tenant Standard logic app workflows. You'll also learn how to manage environment variables. For more information about the differences between logic app (single-tenant-overview-compare.md).
15+
This article introduces how to create, use, and edit parameters for multi-tenant Consumption logic app workflows and for single-tenant Standard logic app workflows. You'll also learn how to manage environment variables.
16+
17+
For more information about multi-tenant and single-tenant Azure Logic Apps, review [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md).
1618

1719
## Prerequisites
1820

1921
* An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2022

2123
* A Consumption or Standard logic app workflow
2224

23-
If you don't have a logic app workflow yet, review the following documentation:
24-
25-
* [Create your Consumption logic app workflow in the Azure portal] or in Visual Studio.
25+
If you don't have a logic app workflow yet, review [Create your first Consumption logic app workflow using the Azure portal](quickstart-create-first-logic-app-workflow.md) or [Create your first Standard logic app workflow using the Azure portal](create-single-tenant-workflows-azure-portal.md).
2626

27-
* [Create your Standard logic app in the Azure portal](create-single-tenant-workflows-azure-portal.md) or [in Visual Studio Code](create-single-tenant-workflows-visual-studio-code.md).
27+
> [!NOTE]
28+
> Currently, you can create parameters for Consumption logic app workflows only by using the Azure portal.
29+
> You can create parameters for Standard logic app workflows only by using the Azure portal or Visual Studio Code.
2830
2931
<a name="parameters-introduction"></a>
3032

31-
## Parameter differences between multi-tenant versus single-tenant
33+
## Parameters for Consumption versus Standard logic app workflows
3234

33-
In both multi-tenant and single-tenant Azure Logic Apps, you can define parameters while using workflow designer. After you define the parameter, you can reference that parameter from any workflow or connection that's in the *same* logic app resource.
35+
For both Consumption and Standard logic app workflows, you can define parameters using the designer. After you define the parameter, you can reference that parameter from any workflow or connection that's in the *same* logic app resource.
3436

3537
In multi-tenant Consumption logic app workflows, after you create and use parameters in the designer, you define and set the environment variables in your Azure Resource Manager template (ARM template) and template parameters files. In this scenario, you have to define and set the parameters *at deployment*, which means that even if you only have to change one variable, you have to redeploy your logic app's ARM template.
3638

articles/logic-apps/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@
8181
href: ../connectors/compare-built-in-azure-connectors.md
8282
- name: Edit host and app settings for logic apps in single-tenant
8383
href: edit-app-settings-host-settings.md
84-
- name: Create parameters for single-tenant workflows
85-
href: parameterize-workflow-app.md
8684
- name: DevOps deployment for single-tenant
8785
href: devops-deployment-single-tenant-azure-logic-apps.md
8886
- name: Set up DevOps deployment for single-tenant
@@ -129,6 +127,8 @@
129127
href: logic-apps-perform-data-operations.md
130128
- name: Add and run code snippets with inline code
131129
href: logic-apps-add-run-inline-code.md
130+
- name: Create cross-environment parameters for workflows
131+
href: create-parameters-workflows.md
132132
- name: Add and run code with Azure Functions
133133
href: logic-apps-azure-functions.md
134134
- name: Call logic apps with Azure Functions

0 commit comments

Comments
 (0)