Skip to content

Commit 95ad84c

Browse files
authored
Added missing metadata and minor clean-up
1 parent 0e0ef9d commit 95ad84c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Create a function app without default storage secrets in its definition
33
titleSuffix: Azure Functions
4+
ms.service: azure-functions
45
description: Learn how to remove Storage connection strings from your function app definition.
56
ms.topic: tutorial
67
ms.date: 10/20/2021
@@ -13,11 +14,6 @@ This tutorial shows you how to configure a function app using Azure Active Direc
1314

1415
While the procedures shown work generally for all languages, this tutorial currently supports C# class library functions on Windows specifically.
1516

16-
This tutorial has two parts:
17-
18-
1. Create a function app without default storage secrets in its definition (this article)
19-
2. [Use identity-based connections instead of secrets with triggers and bindings]
20-
2117
In Part 1, you'll learn how to:
2218
> [!div class="checklist"]
2319
> * Create a function app in Azure using an ARM template
@@ -26,6 +22,8 @@ In Part 1, you'll learn how to:
2622
> * Move secrets that can't be replaced with identities into Azure Key Vault
2723
> * Configure an app to connect to the default host storage using its managed identity
2824
25+
After you complete this tutorial, you should complete the follow-on tutorial that shows how to [use identity-based connections instead of secrets with triggers and bindings].
26+
2927
## Prerequisites
3028

3129
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
@@ -318,11 +316,9 @@ You've removed the storage connection string requirement for AzureWebJobsStorage
318316

319317
This tutorial showed how to create a function app without storing secrets in its configuration.
320318

321-
Advance to Part 2 to learn how to use identity-based connections from the triggers and bindings.
319+
In the next tutorial, you'll learn how to use identity in trigger and binding connections.
322320

323321
> [!div class="nextstepaction"]
324322
> [Use identity-based connections instead of secrets with triggers and bindings]
325323

326-
To learn more, see [Configure an identity-based connection](functions-reference.md#configure-an-identity-based-connection).
327-
328-
[Use identity-based connections instead of secrets with triggers and bindings]: ./functions-identity-based-connections-tutorial-2.md
324+
[Use identity-based connections instead of secrets with triggers and bindings]: ./functions-identity-based-connections-tutorial-2.md

0 commit comments

Comments
 (0)