Blog
Blog posts on .NET, Azure, and more.
Mapping a wildcard domain name to an Azure App Services
May 10, 2022 by Anuraj
Azure AppService
This post is about how we can map wild card domain to Azure App Service. Why we need to map wild card domains? When we are building SAAS applications it is a good practice to provision the tenants with your application sub domain. For example in case JIRA, when you create an instance your instance will be https://instance-name.atlassian.net/. And you need wild card SSL as well for running the instance of HTTPS.
Deploying on Azure Functions - GitHub Actions
May 08, 2022 by Anuraj
Azure DevOps
This post is about deploying Azure Function with the help of GitHub Actions. In this post we will discuss how a .NET 6.0 Azure function can be deployed to Azure with the help of GitHub Actions - which will help you to implement continuous delivery / deployment for Azure Functions. First we need to create an Azure Function - I am doing it in the Portal. I am creating a .NET Function.
Improve Angular performance with Gzip compression on Azure Storage
May 05, 2022 by Anuraj
Angular Azure
This post is about improving Angular application performance with the help of GZip encoding when hosting the application in Azure Blob Storage.
Implementing Rate Limiting in ASP.NET Core Web API
April 24, 2022 by Anuraj
AspNetCore
This post is about implementing Rate Limiting in ASP.NET Core Web API. Rate Limiting is the process of controlling the number of requests for a resource within a specific time window. Each unique user/IP address/client will have a limitation on the number of requests to an API endpoint.
Introducing Azure Load Testing
April 17, 2022 by Anuraj
Azure LoadTesting Performance
This post is about Azure Load Testing - Azure Load Testing is a fully managed Azure service that enables developers and testers to generate high-scale load with custom Apache JMeter scripts and gain actionable insights to catch and fix performance bottlenecks at scale. In this post I will explain how to get create an Azure Load Testing resource and execute it with Azure portal. Azure Load Testing helps us to execute Apache JMeter Tests - I already created one using Apache JMeter - You can checkout this blog post on how to create one.
Copyright © 2025 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub