Skip to content

Commit 1f51740

Browse files
authored
Merge pull request #93849 from ecfan/secure-access-seo
SEO fixes for alt text = Secure access for logic app
2 parents e95e350 + 6f4d306 commit 1f51740

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,23 +264,23 @@ 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 sample logic app](./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/sample-logic-app.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 "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-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-
![Lock icon on title bar](./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/title-bar-lock-icon.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

283-
![Select output](./media/logic-apps-securing-a-logic-app/select-secured-token.png)
283+
![Select token for secured output](./media/logic-apps-securing-a-logic-app/select-secured-token.png)
284284

285285
1. After the logic app runs, you can view the history for that run.
286286

@@ -290,7 +290,7 @@ Many triggers and actions have settings to hide inputs, outputs, or both from a
290290

291291
If you chose to secure both inputs and outputs, those values now appear hidden.
292292

293-
![Hidden data in run history](./media/logic-apps-securing-a-logic-app/hidden-data-run-history.png)
293+
![Hidden inputs and outputs in run history](./media/logic-apps-securing-a-logic-app/hidden-data-run-history.png)
294294

295295
<a name="secure-data-code-view"></a>
296296

0 commit comments

Comments
 (0)