Logic Apps in Azure provides a platform for building workflows that integrate with various services and APIs. When creating Logic Apps, you must often connect…
In order to retrieve information from Azure Subscriptions someone at a client wanted to use the Resource Graph API. For this they were building an…
Visual Studio Code is becoming one of the tools that you need to use when developing PowerShell scripts. It allows you to debug your scripts.…
Instead of storing user credentials of an external system in a configuration file, you should store them in the Azure Key Vault. Before MSI (Managed…
As of yesterday (16-8-2017) the public preview of Azure Event Grid is live. Azure Event Grid is a fully managed event routing service. Azure Event…
This post is the third and last in a series of three posts and will help you with the creation of identity pass-through authentication from…
On 22 April I will be speaking at the Global Azure Bootcamp of Motion10. This year the Global event will be held for the fifth…
For Identity server to be able to sign the login request you can add a Test certificate from the Identity Server it self or you…
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…
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…
Azure functions is a component released a few weeks ago by Microsoft in Azure to easily perform code/function in Azure. “Azure functions is a solution…
In the previous post the API app was configured and altered to support Application Identity security. The next step is to make a client application…