This post is made to be a simple guide for setting up the basics for working with EPiServer and OpenID Connect, it’s based of this guide over at EPiServer World. There will be a few steps about IdentityServer3 as well but not a full setup guide, for that I recommend checking out the documentation.
So I had to move a lot of resources from one of my subscriptions to another and thought, how hard can it be. Well I started to look around in the Azure portal and realized I couldn’t move between subscriptions at all. So I did some googling and found this article from Microsoft on how to move resources. I can recommend reading it to find the limitations of which resources can and can’t be moved.
So while building this Umbraco site I wanted to use a custom log4net appender, in this case I wanted to connect log4net to logentries to be able to track my logs online. Normally when wanting to use log4net and send to logentries u just install a Nuget package and setup the appender in the log4net.config. But since log4net comes bundled in Umbraco in a none nuget-package kind of way, when installing the appender package my site crashed.
Share this post
Twitter
Facebook
Reddit
LinkedIn