Introduction

This article is about how to reference a secret value from key vault into a Function App in the Azure Portal

Description

Generally in local development, we refer the secret value from the key vault using Nuget package manager and place it in appsettings.json or some other JSON file but for security reasons, it is not recommended to place it in JSON file instead refer it from configuration in azure portal. In this blog, we will see how to refer a secret from key vault into a function app.

Steps

Note
Here, replace the secretUri value with the secret identifier we have copied in the second last step. Click on OK. If everything is right, then a Green correct symbol is displayed next to the value.