Skip to content

Commit 2614019

Browse files
committed
Fix art links
1 parent ad4fb4e commit 2614019

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In single-tenant Standard logic app workflows, you can work with environment var
4343
4444
For example, you can use app settings to integrate with Azure Key Vault and [directly reference secure strings](../app-service/app-service-key-vault-references.md), such as connection strings and keys. Similar to ARM templates, where you can define environment variables at deployment time, you can define app settings within your [logic app workflow definition](/azure/templates/microsoft.logic/workflows). You can then capture dynamically generated infrastructure values, such as connection endpoints, storage strings, and more.
4545

46-
However, app settings have size limits and can't be referenced from certain areas in Azure Logic Apps. Parameters offers a wider range of use cases than app settings, such as support for large value sizes and complex objects.
46+
However, app settings have size limits and can't be referenced from certain areas in Azure Logic Apps. Parameters offer a wider range of use cases than app settings, such as support for large value sizes and complex objects.
4747

4848
For example, if you use Visual Studio Code as your local development tool to run workflows locally, in your logic app project, you can define parameters using the **parameters.json** file. You can then reference any parameter in this parameters file from any workflow in your project's **workflow.json** file or from any connection object in your project's **connections.json** file. The following list describes a couple common use cases:
4949

@@ -295,7 +295,7 @@ To add a new setting, follow these steps:
295295

296296
1. When you're ready to create your new *key-value* pair, select **OK**.
297297

298-
![Screenshot showing the Azure portal and the configuration pane with the app settings and values for a Standard logic app.](./media/create-parameters-workflows/portal-app-settings-values-standard.png)
298+
![Screenshot showing the Azure portal and the configuration pane with the app settings and values for a Standard logic app.](./media/create-parameters-workflows/app-settings-values-standard.png)
299299

300300
1. When you're done, on the **Configuration** toolbar, select **Save**.
301301

Binary file not shown.

0 commit comments

Comments
 (0)