Docker is a containerization platform that allows you to package applications and their dependencies into lightweight, portable containers that can be easily run and managed on different environments. Azure Kubernetes Service (AKS) is a managed Kubernetes service that makes it easy to deploy and manage containerized applications on Azure. AKS allows you to create and... Continue Reading →
Azure Custom Roles and Service Principles
In Azure, roles are a way to manage access to Azure resources and resource actions. Azure has a number of built-in roles that you can use to control access to your resources, as well as the ability to create custom roles that are tailored to your specific needs. There are several types of built-in Azure... Continue Reading →
Real-Time streaming Data Pipelines and Data Streams
Real-time data pipelines and data streams are systems that are designed to process and transmit large volumes of data in real-time. These systems are often used to handle data from sources such as sensors, social media feeds, and financial markets, and can be used to power applications such as real-time analytics, fraud detection, and real-time... Continue Reading →
Federated Identity, OAuth, SSO, MFA Explained
In Azure, federated identity is a system for managing and authenticating user identities across multiple organizations and systems. It allows users to use a single set of credentials to access multiple systems and applications, and enables organizations to share and manage user identity information in a secure and centralized way. In Azure, federated identity is... Continue Reading →
SharePoint Framework, PnP JS development guide
The SharePoint Framework (SPFx) is a development platform for building and extending SharePoint applications. SPFx enables you to build client-side web parts, extensions, and applications that can be deployed to and run within SharePoint. Here is a general guide to developing applications with the SharePoint Framework: Install the development tools: To develop SPFx applications, you... Continue Reading →
Software design patterns, CQRS, CQRS vs CRUD explained
A software design pattern is a reusable solution to a common problem in software design. Design patterns are not specific to any programming language or framework, but rather provide a general solution that can be implemented in different ways depending on the specific needs of a project. Design patterns are typically classified into three categories:... Continue Reading →
Establishing of secure VPN connection to OnPrem with Azure Explained
Azure Virtual Network Gateway, Local Network Gateway, Azure Connection, and Border Gateway Protocol (BGP) are components of Azure networking that enable you to connect your on-premises and cloud resources. Azure Virtual Network Gateway is a service that enables you to connect your Azure virtual networks (VNets) to other networks, such as on-premises networks or other... Continue Reading →
Azure networking (Hub & Spoke Network Topology), VNet peering, Gateways explained
Azure networking enables you to create and manage networks in the cloud, and connect your on-premises and cloud resources. There are a number of Azure networking components that you can use to build and configure your networks, including virtual networks (VNets), virtual network peering, and virtual network gateways. Virtual networks (VNets) are logical isolated networks... Continue Reading →
Terraform with Azure – Introduction
Terraform is an open-source infrastructure as code (IaC) tool that enables you to define and deploy your infrastructure using declarative configuration files. It supports a wide range of cloud providers, including Azure, and enables you to automate the provisioning and management of your infrastructure. Here is an example of how you can use Terraform to... Continue Reading →
Azure ARC with Multi-Cloud Approach
Azure Arc is a cloud management platform that enables you to manage, govern, and secure your infrastructure across hybrid and multi-cloud environments. It provides a range of tools and features to help you manage and optimize your infrastructure, regardless of where it is deployed. One of the key benefits of Azure Arc is its support... Continue Reading →

You must be logged in to post a comment.