What is Azure App Configuration Service ?
This is the first article from Azure App Configuration Service series. In this series of articles, we are going to discuss key features of this service, which will enable a…
This is the first article from Azure App Configuration Service series. In this series of articles, we are going to discuss key features of this service, which will enable a…
If you have followed my previous article in this series, we already have setup API, Business and Data access layers for a blog application. This blog application uses entity framework…
Few months back, I was going through the MSAL and how Azure AD can be used with different types of applications, how authentication can be configured, etc. This is an…
We already have seen that there are 6 routing methods and any one of them can be associated with Azure Traffic Manager. For more information, see Traffic Manager traffic-routing methods. Each…
Many countries have data protection laws and regulations. Many applications save the data of users from a geographical region to the data centers in same region or country. In this…
In this series, we are discussing about Azure traffic manager basic concepts. We also have created a traffic manager profile in last post. If you want to go through the…
In previous two articles, we have had a look at some basic concepts about Azure Traffic Manager. If you want to refer them, below are the blog post links: Azure…
In this article, let's have a quick overview of routing methods that are supported by Azure traffic manager. There are six different routing methods that are supported by Azure traffic…
Azure traffic manager is a DNS based load balancer which enables you to distribute the traffic optimally to the services across global Azure regions, while providing high availability and responsiveness.…
In this post of load balancer series, let's verify the load balancer setup. We created a virtual network and it has 2 virtual machines from an availability set. Then a…
In the current series of posts, we are trying to setup a public load balancer. We already have created availability set, virtual network, virtual machines and load balancer. Please refer…
In this post, let's try to create a public load balancer. This would help to understand few concepts like health probe, backend pools, load balancer front end etc. In future…