Azure
Publishing and subscribing to Event Grid events Part 1 – Create Azure Event Grid Topic
Let’s go into the lab 10 in the Microsoft github here and create our resources. For more information about Microsoft github and github please see my previous posts about how to set everything up. First check that the EventGrid provider is registered in your Azure tenant. Now let’s jump into the portal and create or […]
Getting Started with Azure Key Vault with .NET Core Part 1 – Create Azure Key Vault and secret
Let’s go through the quickstart from Microsoft docs and use Azure Key Vault with .NET Core here. First let’s create our Azure resources. A resource group, keyvault and a keyvault secret. Great! Now in part 2 we will clone the Repo with the .NET app and edit the placeholder for the vault and secret!
GETTING STARTED WITH AZURE KEY VAULT WITH .NET CORE PART 2 – Clone quickstart repo, create an azure web app
We’ll continue the quickstart with clonding the repo and publish it to an Azure Web App. If you haven’t already make sure you have all the pre-requisites. ASP.NET and web development .NET Core cross-platform development .NET Core 2.1 SDK Next Clone the gitrepo into a folder on your local drive. Next locate the key vault […]
GETTING STARTED WITH AZURE KEY VAULT WITH .NET CORE PART 3 – Enable Managed Service Identity and assign permissions
Now enable managed service identity for the webapp. Note the principal ID and assign get rights to the secret in your vault.
You must be logged in to post a comment.