Tag: Azure

Azure Quantum Elements: Accelerating Science with a Glimpse of Quantum Future

Science thrives on pushing boundaries, venturing into the unknown to unlock new possibilities. Yet, some questions lie hidden beyond the reach of classical computers, their complexities shrouded in a quantum-mechanical mist. This is where Azure Quantum Elements, a revolutionary cloud platform f...

Implementing Azure DevOps CICD for Azure Web Apps

Microsoft Azure App Service is a fully managed platform for building, deploying and scaling web apps. It is a PaaS (Platform as a service) that enables us to quickly deploy our app without worrying about infrastructure and performance. We can develop our favourite language, be it .NET, .NET Core,...

Supercharge Your Cloud Infrastructure: Expert Tricks for Running Kubernetes on Azure

Title: Unleashing the Full Potential of Your Cloud Infrastructure: Insider Tips for Kubernetes on Azure Introduction: In this age of rapid technological advancements, businesses are increasingly embracing cloud computing to elevate their performance and efficiency to new heights. Among the myr...

Simplifying Complexity: Expert Tips for Managing Linux Kubernetes Clusters on Azure

In today’s ever-evolving technological landscape, complexity can often overshadow the immense potential of groundbreaking technology. One such technological marvel is Linux Kubernetes clusters on Azure, renowned for their ability to empower businesses with unmatched scalability, flexibility, a...

Azure Kubernetes Best Practices: A Handy Guide to Boost Efficiency and Performance

Welcome aboard, tech enthusiasts and digital trailblazers! Today, we embark on a journey into the vast yet captivating world of Azure Kubernetes, where efficiency, scalability, and seamless performance align perfectly. In this article, we will not only explore the best practices that ensure a smooth...

Creating Azure DevOps Pipelines using Terraform

After my last post about An Azure DevOps Pipeline to manage Azure resources using Terraform, I want to go a step further and build the Azure DevOps Project, Repository and Pipelines etc. using Terraform. That means we can manage the Azure DevOps resources using Infrastructure as Code and can cr...

Streamlining Your Journey: Automating SCIM Configuration for Azure Databricks with Terraform

Recently, I embarked on a particularly challenging automation task: automating the SCIM (System for Cross-domain Identity Management) provisioning within the Azure Databricks environment. This journey, spurred by the necessity to efficiently manage user access and identities, highlighted the importa...

How to Configure Azure Databricks Unity Catalog with Terraform Part 1

In this story, we will learn how to configure Azure Databricks Unity Catalog with Terraform. In particular, we will learn: Deploying SQL Warehouse Creating the Databricks Access Connector for the Unity Catalog Creating the Azure Storage Account for the Unity Catalog Creating...

Terraform Azure: Tests

Intro With the exciting new announcement for Terraform Tests I couldn’t help but take them for a test drive. For our use case we will build on a prior post Terraform Azure: Reusable SQL Database Configurations. In the last post we created a module to deploy SQL Servers. Today...

Creating Azure Resources with Terraform: A Step-by-Step Guide

This tutorial provides a comprehensive and easy-to-follow guide on how to use Terraform to create Azure resources. Whether you are a beginner or an experienced user, this tutorial will walk you through the process, from setting up your Azure account to deploying your first resource. Prerequires ...