Posts by this author

Sep 17, 2021
Post comments count3
Post likes count0

Introducing Azure DevOps Audit Stream

Auditing is important in any environment and solution, to get a view on who is doing what, typically from a compliance or governance perspective. In most scenarios, the solution allows you to store auditing to a logfile. The downside is that nobody is really watching over the logs, until something goes wrong. Auditing is enabled by default for all...

Azure & Cloud
Jul 30, 2021
Post comments count0
Post likes count0

Monitoring Azure by using Grafana dashboards

By using Azure Monitor, Azure Log Analytics and Application Insights, Azure cloud teams have access to a collection of end-to-end monitoring solutions, directly from the Azure Portal, allowing for Azure Services monitoring, as well as hybrid. Monitoring involves reading out a combination of: - metrics, for example CPU and Memory load on a Virtual ...

Azure & Cloud
Mar 26, 2021
Post comments count0
Post likes count0

Controlling Release Pipelines with Gates and Azure Policy Compliance

In this article, I will guide you through making your CI/CD pipeline deployments more intelligent (and powerful) by using Azure DevOps Release Gates (Sometimes called Quality Gates), to only allow a Release to run, when there are no Azure Policy violations getting reported for that deployment.

Azure & CloudDevOps
Jan 28, 2021
Post comments count6
Post likes count17

Demystifying Service Principals – Managed Identities

This article will describe the use case and core differences between Service Principal and Managed Identities, using Key Vault and other Azure services as an example

Azure & CloudSecurity
Jan 7, 2021
Post comments count4
Post likes count0

Publishing Azure Container Instances from Docker CLI

## Summary In this post, I introduced you to a brand new capability from Docker Desktop, providing a direct (native almost) integration with Azure Container Instance. This allows you to deploy and run a container instance on Azure, without much hassle. I showed you how this works with public Docker Hub images, as well as with more private imag

Azure & CloudDevOps