Recent Posts

Define Azure Resource Manager Policies

3 minute read

Azure Resource Manager policies provide you with the ability to manage risk within you Azure environment. You can write policies to enforce certain situation...

Recommendations on Azure with Azure Advisor

4 minute read

Since last week “Azure Advisor” made it to public preview. Azure Advisor is a recommendation engine that recommends steps to take to optimally configure your...

Alerts on Failed Azure Logic Apps

2 minute read

When working on and maintaining Logic Apps, you want to be notified if a certain action or complete Logic App (workflows) fails. Setting this up can be done ...

Using Certificates in Azure App Services

3 minute read

In different kind of situations you need to use a certificate for authentication or signing. I needed on because I was setting up a Identity Server the Ident...

Azure and Development Resources

2 minute read

While browsing the internet and reading blog posts I usually find very useful links or great resources that I could use in many situation. The problem is tha...

SharePoint Rest API Handler

6 minute read

SharePoint contains a lot of Rest API’s that can be used for many scenario’s. You could use them for example in desktop and windows phone applications. When ...