Category: Azure

According to Microsoft, Azure is an ever-expanding set of cloud services to help your organisation meet business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using various tools and frameworks.

From DevOps to business analytics to the Internet of Things, Azure is designed to have users up and running quickly with a scalable, cost-effective solution that works with your existing investments.

This cloud computing service is a big part of Microsoft’s business, and it competes with similar services from Amazon and Google.

Therefore, our Azure Category is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Your Azure Migration Project Is Doomed To FAIL!
Your Azure Migration Project Is Doomed To FAIL!
Webinars

Your Azure Migration Project Is Doomed To FAIL! Webinar Description: This webinar will explain the difference between “cloud adoption” and “cloud migration”. Too many organisations mix up the two and jump straight to migration. As a result, they forget to make the necessary changes to people, processes, and tools. The migration might succeed – but… READ MORE

Evaluating Azure AI Search with LlamaIndex and TruLens
Evaluating Azure AI Search with LlamaIndex and TruLens
Blog Posts

In this blog, we will explore how to use Azure AI Search in conjunction with Azure OpenAI, LlamaIndex, and TruLens to build a robust Retrieval-Augmented Generation (RAG) evaluation system. This tutorial is inspired by Dr. Andrew Ng’s DeepLearning.AI course “Building and Evaluating Advanced RAG Applications”with instructors Jerry Liu (Co-Founder of LlamaIndex) and Anupam Datta (Co-Founder of TruEra, recently… READ MORE

How To Deploy a Linux Virtual Machine on Azure Using Terraform
How To Deploy a Linux Virtual Machine on Azure Using Terraform
How Tos

How To Deploy a Linux Virtual Machine on Azure Using Terraform In this demo, Patrick guides viewers through the process of deploying a Linux virtual machine (VM) on Microsoft Azure using Terraform, a popular infrastructure as code (IaC) tool. The demonstration is unique in that it utilises a customised development environment, specifically a container, hosted… READ MORE

Cloud Wars: AWC vs. GCP vs. Azure -Which platform reigns supreme?
Cloud Wars: AWC vs. GCP vs. Azure -Which platform reigns supreme?
Blog Posts

Cloud computing is the delivery of computing services, including servers, storage, databases, networking, software, analytics, and intelligence, over the internet (“the cloud”). Cloud platforms offer on-demand access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort or service provider interaction. Using cloud platforms has several… READ MORE

Upload a File to Azure DevOps using Power Automate
Upload a File to Azure DevOps using Power Automate
Blog Posts

Uploading a File to Azure DevOps using Power Automate Introduction In this blog post, we’ll explore how to automatically upload a file to an Azure DevOps repository when a new attachment is added to a SharePoint record. You can choose your desired trigger. We’ll use Power Automate to achieve this integration. Prerequisites Before you begin,… READ MORE

Is Microsoft Fabric DWH Ready for Your Azure Synapse DWH Workload?
Is Microsoft Fabric DWH Ready for Your Azure Synapse DWH Workload?
Blog Posts

Microsoft Fabric is the latest buzz in the tech world, with companies actively discussing its adoption. Now is the perfect time to evaluate if Microsoft Fabric is suitable for your organization. This blog aims to provide insights for decision-makers, database administrators, DWH developers, SQL Server, and Azure Synapse developers. Evaluating Microsoft Fabric DWH for Your… READ MORE

Azure Virtual Network Manager – Routing Configuration Preview
Azure Virtual Network Manager – Routing Configuration Preview
Blog Posts

Microsoft recently announced a public preview of User-Defined Route (UDR) management using Azure Virtual Network Manager. I’ve taken some time to play with it, and here are my thoughts. Azure Virtual Network Manager (AVNM) AVNM has been around for a while but I have mostly ignored it up to now because: Connectivity was missing something – the… READ MORE

Set Azure Function timeout without republishing
Set Azure Function timeout without republishing
Blog Posts

A while ago I needed to change an Azure Function timeout but I wanted to avoid, if possible, to republish it. After a little while searching I discovered this page which explain how to overwrite the values specified in the host.json file with the values specified from the Azure configuration. The article states that if you specify… READ MORE

Azure Bicep: The Smart Way to Handle Azure Resources 🚀
Azure Bicep: The Smart Way to Handle Azure Resources 🚀
Blog Posts

Ever struggled with Azure Resource Manager (ARM) templates? These JSON files are essential for setting up your resources on Azure. Powerful? Absolutely. But let’s be honest, they can be a bit tough to read and manage. 🤔 Azure Bicep to the rescue! 🌟 Created by Microsoft, this domain-specific language (DSL) refines ARM templates to be… READ MORE