Writing ARM templates or Bicep code for Azure deployments is always difficult for me, even though the Visual Studio Code extensions for ARM templates and Bicep are great tools and help a lot. I'd...
Read More ⟶
Creating ARM template or Bicep for Azure with C# Code
Scaling with Application Gateway Ingress Controller
How Application Gateway Ingress Controller (AGIC) works is depicted in the following diagram on its document site.
AGIC Architecture
Rather than pointing the backend pool of App Gateway to a...
Read More ⟶
Enable Virtual Node on an Existing AKS Cluster
The virtual node can be enabled when you create a new AKS cluster. There are documents talking about how to do it with either the Azure CLI or Azure Portal. Since the virtual node is an AKS add-on, ...
Read More ⟶
Azure Virtual Network Capacity Planner
When you implement a landing zone or deploy workloads on Azure, Virtual Network (VNet) is usually the very fundamental Azure resource that you need to plan and deploy first before other resources....
Read More ⟶
Azure Storage Static Website and Application Gateway Integration
When talking about the custom domain name and SSL for the Azure Storage Static website, ms docs mentioned about using Azure CDN to achieve it. Besides Azure CDN, another option is to use an...
Read More ⟶
WCF on App Service – Is client certificate authentication possible?
In WCF services, the client certificate authentication, or in WCF term the transport security with certificate authentication, is one of the common ways for authentication. Both of the...
Read More ⟶
Return HTTP 405 When HTTP Method Not Match in Azure API Management
In Azure API Management, when the HTTP method of a request doesn't match the one defined in the corresponding operation, APIM returns status code HTTP 404 Resource Not Found to the client. For...
Read More ⟶
Azure Batch – Create a Custom Pool using Shared Image Gallery
If you have a custom image in a Shared Image Gallery and you want to use it to create a pool in Azure Batch, this document, Use the Shared Image Gallery to create a custom pool, provides a pretty...
Read More ⟶
Configuring VNET integration of Azure Redis and Web App
To configure Azure Redis with the VNET support, we can follow the steps described in this document. And to integrate Azure web app with a VNET, there is a detailed document for it as well. In this...
Read More ⟶
Spring Boot, Azure Database for MySQL, and Azure App Service – Part 1
I recently played with Java and Azure App Service. What I was trying to find out is how the development experience would look like for Java developers if they want to build their applications with...
Read More ⟶