Everyone that worked with ARM templates knows that they are error prone. More often than not it's a struggle get them right. So, if you don't want your team to wonder if that 6th floor window isn't an easier way out, you provide them reusable templates. One problem with linked
Tag: Azure
Application Insights is often used for logging, but did you really read the name? The goal of Application Insights is getting a good insight view of how your application is working.
The best way to get a quick overview of what's going on with your application is get a nice
Nowadays starting a new project demands a lot knowledge. Besides your programming skills, you also need to know source control, continuous integration and delivery techniques as well as taming cloud solutions. As the time to market decreases and agile working increases your releases, you better start thinking about automating your
Dotnet core, Azure AD, OAuth and openid connect are all exiting technologies. In this post I will combine them in a Giraffe web application.
Register your web app in Azure AD
To start, tell Azure AD that your web application will use AzureAD to authorize its users.
On https://portal.
With the release of the dotnet 2.0 framework things are really getting interesting. So I tried to combine dotnet core, F# and Azure service bus. Seems reasonable at first, but as F# is quite new to me I struggled to find any tutorial. Apparently everyone is assuming that when