Posts by this author

Sep 17, 2021
3
0

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
0
0

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
0
0

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 7, 2021
4
0

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