From the course: Managing App Secrets in .NET Core

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Managing application secrets in Azure

Managing application secrets in Azure - ASP.NET Core Tutorial

From the course: Managing App Secrets in .NET Core

Start my 1-month free trial

Managing application secrets in Azure

- [Instructor] We have learned so far how to create, read, update and delete Application Secrets. We have also learned that the secret.json file that is used to store the app secrets is a local file and also it is not part of the solution. Which makes it secure when developing apps, but useless when we deploy them. Let us say we want to deploy our app to Azure. Now since the secret.json file, is not part of our solution, it means that this file is not going to be deployed and the secrets in our app are missing. Let's go now to our project deploy to Azure, and see how we can use the App Secrets in Azure. To deploy a project to Azure, we need to go to Solution Explorer. In here, right click on the project, and then Publish. In here, choose the Create new Azure App Service so we can create a new service, then click the Publish button. Now here, I'm going to choose the Sign In option because I already have an account, you can create a free Azure account. So Sign In, provide the…

Contents