Skip to content

Commit 6fcf728

Browse files
addressing review feedback
1 parent 66c3212 commit 6fcf728

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

articles/azure-functions/functions-identity-based-connections-tutorial-2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Use identity-based connections instead of secrets with triggers and bindings
3+
titleSuffix: Azure Functions
34
description: Learn how to use identity-based connections instead of connection strings with a Service Bus queue trigger
45
ms.topic: tutorial
56
ms.date: 10/20/2021

articles/azure-functions/functions-identity-based-connections-tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Create a function app without default storage secrets in its definition
3+
titleSuffix: Azure Functions
34
description: Learn how to remove Storage connection strings from your function app definition.
45
ms.topic: tutorial
56
ms.date: 10/20/2021
@@ -137,7 +138,7 @@ The portal experience for creating a function app does not interact with Azure K
137138

138139
1. In the template page, select **Deploy**, then in the Custom deployment page, select **Edit template**.
139140

140-
:::image type="content" source="./media/functions-identity-connections-tutorial/function-app-template-deploy-button.png" alt-text="Screenshot of where to find the deploy button at the top of the template screen.":::
141+
:::image type="content" source="./media/functions-identity-connections-tutorial/function-app-portal-template-deploy-button.png" alt-text="Screenshot of where to find the deploy button at the top of the template screen.":::
141142

142143
### Edit the template
143144

0 commit comments

Comments
 (0)