Skip to content

Commit 042ae41

Browse files
committed
SEO fixes for image file names
1 parent 6f4d306 commit 042ae41

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,19 +264,19 @@ Many triggers and actions have settings to hide inputs, outputs, or both from a
264264

265265
1. In the [Azure portal](https://portal.azure.com), open your logic app in the Logic App Designer.
266266

267-
![Open logic app in Logic App Designer](./media/logic-apps-securing-a-logic-app/sample-logic-app.png)
267+
![Open logic app in Logic App Designer](./media/logic-apps-securing-a-logic-app/open-sample-logic-app-in-designer.png)
268268

269269
1. On the trigger or action where you want to secure data, select the ellipses (**...**) button, and then select **Settings**.
270270

271-
![Open trigger or action settings](./media/logic-apps-securing-a-logic-app/open-settings.png)
271+
![Open trigger or action settings](./media/logic-apps-securing-a-logic-app/open-action-trigger-settings.png)
272272

273273
1. Turn on either **Secure Inputs**, **Secure Outputs**, or both. When you're finished, select **Done**.
274274

275275
![Turn on secure inputs or outputs](./media/logic-apps-securing-a-logic-app/turn-on-secure-inputs-outputs.png)
276276

277277
The action or trigger now shows a lock icon in the title bar.
278278

279-
![Action or trigger title bar shows lock icon](./media/logic-apps-securing-a-logic-app/title-bar-lock-icon.png)
279+
![Action or trigger title bar shows lock icon](./media/logic-apps-securing-a-logic-app/lock-icon-action-trigger-title-bar.png)
280280

281281
Tokens that represent secured outputs from previous actions also show lock icons. For example, when you select such an output from the dynamic content list to use in an action, that token shows a lock icon.
282282

@@ -347,7 +347,7 @@ Here are some [considerations to review](#obfuscation-considerations) when you u
347347

348348
When you manually turn on **Secure Inputs** in a trigger or action, Logic Apps secures these inputs in the run history. If a downstream action explicitly uses the visible outputs from that trigger or action as inputs, Logic Apps hides this downstream action's inputs in the run history, but *doesn't enable* **Secure Inputs** in this action and doesn't hide this action's outputs.
349349

350-
![Secured inputs and downstream impact on most actions](./media/logic-apps-securing-a-logic-app/secure-inputs-flow.png)
350+
![Secured inputs and downstream impact on most actions](./media/logic-apps-securing-a-logic-app/secure-inputs-impact-on-downstream.png)
351351

352352
If the Compose, Parse JSON, and Response actions explicitly use the visible outputs from the trigger or action that has the secured inputs, Logic Apps hides these actions' inputs and outputs, but *doesn't enable* these action's **Secure Inputs** setting. If a downstream action explicitly uses the hidden outputs from the Compose, Parse JSON, or Response actions as inputs, Logic Apps *doesn't hide this downstream action's inputs or outputs*.
353353

0 commit comments

Comments
 (0)