Windows Server Summit 2022: What’s new in Windows Server with Jeff Woolsey

Welcome to the “Director’s cut” of the 2022 Windows Server Summit. I am going through and posting each of the sessions (and my comments) that were part of the event that took place December 6th, 2022.
 
When it comes down to it – there is no … Continue reading Windows Server Summit 2022: What’s new in Windows Server with Jeff Woolsey

How to capture underlying outbound traffic from Cloud Service Web Role to other servers

It’s common that a part of the data of a web page is saved in another service such as storage account or SQL server. When the website is hosted on Azure Cloud Service, when we visit the page, the w3wp process of IIS component will need to send out a re… Continue reading How to capture underlying outbound traffic from Cloud Service Web Role to other servers

How to Build a World Cup Tournament Tracker with Microsoft Power Platform

Microsoft Power Platform is a line of business intelligence, app development, and app connectivity for software applications. It is a whole ecosystem that depends on its constituent applications to build solutions. Power Platform is a so-called low cod… Continue reading How to Build a World Cup Tournament Tracker with Microsoft Power Platform

General Availability for Azure Active Directory (AD) Workload Identity on AKS

Workload Identity is an open-source project that enables Federated Identity in Kubernetes clusters. It is the next evolution of a public preview feature in Azure Kubernetes Service (AKS), that is built on the now deprecated pod identity project. A… Continue reading General Availability for Azure Active Directory (AD) Workload Identity on AKS

Leverage OpenCost on Azure Kubernetes Service to understand and monitor your infrastructure spend

By adopting Kubernetes, organizations can unlock a range of cost benefits. With workloads configured to consume only the necessary resources and dynamically scale to meet demand, businesses can optimize resource usage while reducing downtime. Additiona… Continue reading Leverage OpenCost on Azure Kubernetes Service to understand and monitor your infrastructure spend

Create and bind the custom domain contains special Unicode character in App Service Using Azure CLI

Overview :
 
Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. 
 
Azure App Service provides a highly scalable, self-patching web hosting service. This blog shows you how to cr… Continue reading Create and bind the custom domain contains special Unicode character in App Service Using Azure CLI