-
Observability and OpenTelemetry in Azure
published on
by
tags: azure, azure monitor, opentelemetryfiled under: Architecture, Cloud, DevOpsreading time: 18 minutesOpenTelemetry is considered the industry standard for observability and Azure has a lot of features to make use of it. I’ll go over what’s currently available for the most popular Azure services as well as the benefits and drawbacks of using OpenTelemetry in Azure.
-
Azure Service Bus Emulator has arrived!
published on
by
tags: azure, azure service busfiled under: Cloudreading time: 2 minutesFinally it’s here! Many people (myself included) have waited a very long time for this one.
-
What’s new in .NET 9, C# 13, Azure and VS2022
published on
by
tags: .net aspire, ai, azure, azure app service, csharp, openaifiled under: AI, Cloudreading time: 5 minutes.NET Conf 2024 had plenty of new things to show off, unsurprisingly AI was the main focus (followed by .NET Aspire). Have a look at the things I found super useful in the flood of new versions just out.
-
Free Azure DevOps for Small teams
published on
by
tags: azure, azure app service, azure devops, azure on the cheap, tutorialfiled under: Cloud, DevOpsreading time: 15 minutesWhy use Azure Devops over Github? Or other offerings? I’ll point out some key features that stand out from the other free competition and options to mix platforms. Tutorials are included to get an Azure DevOps project up and running from scratch to build, deploy and track.
-
Keep track of your Azure costs
published on
by
tags: azure, azure on the cheap, tutorialfiled under: Cloud, Generalreading time: 11 minutesThere are plenty of tools in Azure to help monitor and act on your costs and I’ll go through how to set budget alerts, anomaly detection and cost analysis. I’ll also cover other cost-saving options to get the best bang for your buck out of Azure.
-
Create your own VPN Server in Azure
published on
by
tags: azure, azure automation, azure security, azure vm, tutorial, vpnfiled under: Cloud, Securityreading time: 13 minutesIf you need a personal VPN on the odd occasion to access internet resources from a different IP/country, you can quickly create your own VPN server in the cloud using an OpenVPN Access Server Virtual Machine.
-
Fast Entra External ID setup with VSCode
published on
by
tags: azure, azure entra external id, azure security, oauth, tutorialfiled under: Cloud, Securityreading time: 5 minutesMicrosoft has recently made it much easier and quicker to get sign-in to Entra External ID up and running on your Node, Javascript, Angular, React, ASP.Net core and Python apps with the new (preview) Entra External ID extension for VSCode.
-
Secure Azure SQL Server with Private Link
published on
by
tags: azure, azure app service, azure networking, azure private link, azure sql, tutorialfiled under: Architecture, Cloud, Securityreading time: 8 minutesPrivate Link (interchangeably referred to as private endpoint) allows you to take advantage of many of Azure’s PaaS offerings but is kept away from the public internet. There are other use cases for Private Link on SQL Server but we’ll focus on a common scenario where an internet…
-
RAG on Azure AI with ChatGPT and your data
published on
by
tags: ai, azure, azure ai, azure ai search, azure on the cheap, azure open ai, chatgpt, javascript, tutorialfiled under: AI, Cloudreading time: 6 minutesSetup RAG in Azure AI with your own data using ChatGPT and Azure AI Search. You can do this in the user friendly Azure AI Studio. I’ll go through the lower cost option creating and using search using the Azure Open AI / AI Search SDKs.
-
Free and Low-cost Azure web hosting
published on
by
tags: azure, azure app service, azure cdn, azure on the cheap, azure static web apps, azure storage, tutorialfiled under: Cloud, Webhostingreading time: 19 minutesHost a simple, small sized, low-traffic website, with SSL certificate and a (BYO) custom (sub) domain. Covering two options for client-side hosting and one option for server-side hosting,