Category: Azure
-
Microservice and Azure Integration Part 3 : Adding Azure AppConfiguration
In the previous post, I created the microservice and got it’s output logging to both the console and a file target using NLog. In this post I’ll be creating an AppConfiguration resource in Azure, reading a value from it in the microservice and then, acting accordingly on the value. 1. Setting up AppConfiguration in Azure2.…