Since a couple of weeks I’m part of the AIMS Performance Pro team because of my knowledge on Azure and other related topics. The AIMS…
Recently, Microsoft released new certifications and the corresponding learning paths. These certifications are more focused on job profiles. Microsoft also calls this “rolebased learning”. This…
A client of my had an error while connecting to different resources within their Kubernetes cluster in Azure (AKS). Kubectl error On the kubectl commands kubectl…
Kubernetes (AKS) can be used for many situations. For a client we needed to make files available trough a Kubernetes Pod. The files needed to…
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…
Most of the times companies have rules in place for managing their Azure environment. The main rules that should be in place are “Azure Policies”…
In some situations you will look into a current Azure Environment and the setup/governance of it and need to migrate or move resources around. The…
As you may know almost everything that is deployed to Azure is publicly available. As with Azure SQL Database you do not have a firewall…
On-Premise connections for Azure App Services can be created by using Hybrid Connections. Hybrid connections do not need any development or re-configuration of your application.…
This post is the second in a series of three posts and will help you with the creation of identity pass-through authentication from a client…
In situations you need to login to an application and use that identity to access an API (pass-through identity) and also get data from Azure…
Azure Resource Manager policies provide the ability to manage risks within a Azure environment. To implement this so called policies can be created to enforce specific circumstances. One of…