Tag: Azure

Securing Azure Logic Apps
Securing Azure Logic Apps
Blog Posts

Logic Apps are awesome, creating “no code” workflows to connect systems or orchestrate a process is a great way to integrate systems in your datacenter or in Azure. Looking at how to secure them is crucial for a production ready environment. This a long article. So grab a drink, a snack and read on… Introduction… READ MORE

Terraform With Azure DevOps
Terraform With Azure DevOps
Blog Posts

Introduction Over the past few weeks I have been helping a couple of my customers take their first steps into the world of DevOps and Infrastructure-as-Code with Terraform. It’s safe to say there is an array of fantastic content out there already in the community and from the vendors themselves, which have certainly been useful… READ MORE

Set the Default Branch on your Azure DevOps Repos
Set the Default Branch on your Azure DevOps Repos
Blog Posts

Lets talk Azure DevOps Repos! Introduction « Breaking News » the Git project has decided to use as default branch main instead of master. As very well described in the following article, Microsoft has set on november 2020 the default branch of all new Azure DevOps Repos to be main instead of master. “Microsoft is joining the Git project (statement, code change) and multiple vendors including… READ MORE

Linking Power Automate and Azure's Custom Vision API
Linking Power Automate and Azure’s Custom Vision API
Blog Posts

I went to Microsoft Ignite The Tour last year. The true value was in catching up with friends and colleagues I have not seen for a while and seeing presentations on the technologies I have heard about but not yet got around to playing with. One such presentation was by the awesome Amy Kapernick who presented her Quokkabot.… READ MORE

Release Notes with Azure Functions and Azure DevOps
Release Notes with Azure Functions and Azure DevOps
Blog Posts

Introduction It does not matter what kind of project you run, there is always nice to have release notes. Collection of implemented user stories, features, and solved bugs. Of course, after each release, we can write these release notes manually but there is a better way to automate this process. In one of the projects… READ MORE

Azure Application Insights - Live Metrics Stream Sample Telemetry
Azure Application Insights – Live Metrics Stream Sample Telemetry
Blog Posts

Hello Guys, One of the best features of Azure Application Insights is [Live Metrics Stream] ( https://docs.microsoft.com/en-us/azure/azure-monitor/app/live-stream ) that allows us to have a real-time view of our servers.The Azure team decided to implement mandatory authentication for viewing metrics in Live Stream some time ago. Today’s post is about how to enable telemetry again, since the live… READ MORE

Getting Started with Azure Bicep and GitHub Actions
Getting Started with Azure Bicep and GitHub Actions
Blog Posts

In this post I’m going to demonstrate how to use Azure “bicep” together with Github actions for pipeline based infrastructure deployments using the new bicep language. BICEP Project “Bicep” is a new project from Microsoft for declarative, template based IaC (Infrastructure as Code). It’s basically a language wrapper for ARM templates. ARM templates are widely… READ MORE