brokul.dev
  • Blog
  • Archive
  • Feed
  • About

Tag: Azure

Calculating availability based on App Insights logs with Azure CLI

In this blog post, I will describe how to calculate availability (SLA) based on logs generated for existing "Web Test" in Application Insights. We will use Azure CLI to get data from a given period and Powershell to perform simple math to get the availability percentage value.

12 March 2023

PowerBIClient and socket exhaustion in ASP.NET Core app

There are many sample solutions on the Internet that show how to use PowerBIClient in ASP.NET Core apps. The typical approach is to create a new instance of it and then use it to invoke web requests. Eventually, it is disposed. Is it a good approach?

10 April 2021

Adding domain to existing rule with CLI in Azure Front Door

Recently I wrote a simple script for my CI/CD which was responsible for new tenant onboarding. The key thing was to add a domain to Front Door and adjust the existing routing rule. I decided to use Azure CLI for that but there were some difficulties with making routing rules handle the new domains.

01 March 2021
© brokul.dev 2023