Overview on Azure Monitoring-Part5-data sinks & costs

This is the fifth part of the post series about the Azure cloud monitoring options for telemetry data. Here the topics are: Data sinks Costs of telemetry data Find the other parts under: Overview on Azure Monitoring-Part1-Intro Overview on Azure Monitoring-Part2-Levels and standard collection Overview on Azure Monitoring-Part3-Diagnostic settings Overview on Azure Monitoring-Part4-Virtual Machines Overview… Continue reading Overview on Azure Monitoring-Part5-data sinks & costs

Testing Terraform Azure IaC Deployments

Testing of software is nothing new, of course. But testing of (Azure) cloud infrastructure as code deployments follows a little bit another approach. I recently started to work with this testing and write about my impressions, the general testing strategies in that area and how it works. Testing strategies Testing for “normal” software und IaC… Continue reading Testing Terraform Azure IaC Deployments

Overview on Azure Monitoring-Part4-Virtual Machines

This is the fourth part of the post series about the Azure cloud monitoring options for telemetry data. Here the topic is: Find the other parts under: Overview on Azure Monitoring-Part1-Intro Overview on Azure Monitoring-Part2-Levels and standard collection Overview on Azure Monitoring-Part3-Diagnostic settings Overview on Azure Monitoring-Part4-Virtual Machines Overview on Azure Monitoring-Part5-data sinks & costs… Continue reading Overview on Azure Monitoring-Part4-Virtual Machines

Overview on Azure Monitoring-Part3-Diagnostic settings

This is the third part of the post series about the Azure cloud monitoring options for telemetry data. Here the topic is: Enhanced Collection: Diagnostic settings Find the other parts under: Overview on Azure Monitoring-Part1-Intro Overview on Azure Monitoring-Part2-Levels and standard collection Overview on Azure Monitoring-Part3-Diagnostic settings Overview on Azure Monitoring-Part4-Virtual Machines Overview on Azure… Continue reading Overview on Azure Monitoring-Part3-Diagnostic settings

Overview on Azure Monitoring-Part2-Levels and standard collection

This is the second part of the post series about the Azure cloud monitoring options for telemetry data. Here the topics are: Monitoring Levels Available standard data Find the other parts under: Overview on Azure Monitoring-Part1-Intro Overview on Azure Monitoring-Part2-Levels and standard collection Overview on Azure Monitoring-Part3-Diagnostic settings Overview on Azure Monitoring-Part4-Virtual Machines Overview on… Continue reading Overview on Azure Monitoring-Part2-Levels and standard collection

Overview on Azure Monitoring-Part1-Intro

This is a series about the monitoring options for telemetry data in the Azure cloud. Not a deep dive, the intention is to show what is possible and what you have to keep in mind. It’s divided into multiple parts, easy to digest. After a brief site classification, the possibilities, from data types to data… Continue reading Overview on Azure Monitoring-Part1-Intro

Work with an additional stage in the DevOps release pipeline for cleaning up

This the second part of the Azure DevOps post to pass information through variables between pipelines. It deals with cleaning up after image creation. Find the first part here: Pass variables form build pipelines to release pipelines It is important to keep the Azure container registry storing the Docker images clean. On the one hand,… Continue reading Work with an additional stage in the DevOps release pipeline for cleaning up

Pass variables form build pipelines to release pipelines in Azure DevOps

Azure DevOps is a great environment for CI/CD. Next to the Repo integrations, planning options with Boards and other useful stuff, Pipelines are very helpful. Without going too much into detail, let’s say you have Build pipelines for creating the packages (artifacts) and Release pipelines for deployment on your different environments You can work with… Continue reading Pass variables form build pipelines to release pipelines in Azure DevOps

Translate a bunch of documents with Azure Translator Service

Azure has a lot of cool stuff regarding AI. One part is the Azure Cognitive Services family. The feature I want to explain ab it more in detail in this post is the Azure Translator Service, to be more precise, the document translation. It is in preview at the moment. With this feature we are… Continue reading Translate a bunch of documents with Azure Translator Service

Modify Azure resources with Azure functions

Resources in your Azure subscriptions can be created or modified in different ways. In one of my last projects I had the task to implement an easy on demand executable script which performs some actions in a resource group based on a parameter. One way to access resources is with Azure powershell commands. And because… Continue reading Modify Azure resources with Azure functions