Ankit Sarkar | .NET Enthusiast | Azure Cloud Practitioner https://anktsrkr.github.io/ Recent content on Ankit Sarkar | .NET Enthusiast | Azure Cloud Practitioner Hugo -- gohugo.io en-us Thu, 09 Oct 2025 05:00:00 +0100 Building Smart Agents with LM Studio: A Complete Walkthrough of the Microsoft Agent Framework and /v1/responses API https://anktsrkr.github.io/post/agent-framework/building-smart-agents-with-lm-studio-a-complete-walkthrough-of-the-microsoft-agent-framework-and-v1-responses-api/ Thu, 09 Oct 2025 05:00:00 +0100 https://anktsrkr.github.io/post/agent-framework/building-smart-agents-with-lm-studio-a-complete-walkthrough-of-the-microsoft-agent-framework-and-v1-responses-api/ In my previous post, Getting Started with LM Studio & Agent Framework for .NET Developers, we built a simple yet capable smart agent using Microsoft’s Agent Framework and LM Studio as local llm inference engine. Now, there’s exciting news: LM Studio 0.3.29 has been released as a stable build — and it introduces full support for OpenAI’s /v1/responses API through the LM Studio REST server. This new API unlocks a major step forward for developers building intelligent agents locally. Getting Started with LM Studio & Agent Framework for .NET Developers https://anktsrkr.github.io/post/agent-framework/getting-started-with-lmstudio-and-agent-framework/ Thu, 02 Oct 2025 05:00:00 +0100 https://anktsrkr.github.io/post/agent-framework/getting-started-with-lmstudio-and-agent-framework/ Microsoft has announced the Microsoft Agent Framework, an open-source SDK and runtime that makes it easier for developers to build, deploy, and manage multi-agent systems. If you’ve worked with Semantic Kernel or experimented with AutoGen, this framework brings the best of both worlds into a single, unified foundation. Instead of choosing between enterprise-ready stability (Semantic Kernel) or research-driven orchestration patterns (AutoGen), C# developers can now leverage one framework that combines innovation with production-grade reliability. Getting Started with LMStudio & Semantic Kernel https://anktsrkr.github.io/post/semantic-kernel/getting-started-with-lmstudio-and-semantic-kernel/ Fri, 23 May 2025 19:00:00 +0100 https://anktsrkr.github.io/post/semantic-kernel/getting-started-with-lmstudio-and-semantic-kernel/ Hi Everyone! This post is continuation of a series about Semantic Kernel. Over the time, I will updated this page with links to individual posts : Getting Started with Semantic Kernel (Part 1) Getting Started with Semantic Kernel (Part 2) Building Blocks of Semantic Kernel Getting Started with Foundry Local & Semantic Kernel Getting Started with Ollama & Semantic Kernel This Post - Getting Started with LMStudio & Semantic Kernel Getting Started with Ollama & Semantic Kernel https://anktsrkr.github.io/post/semantic-kernel/getting-started-with-ollama-and-semantic-kernel/ Fri, 23 May 2025 19:00:00 +0100 https://anktsrkr.github.io/post/semantic-kernel/getting-started-with-ollama-and-semantic-kernel/ Hi Everyone! This post is continuation of a series about Semantic Kernel. Over the time, I will updated this page with links to individual posts : Getting Started with Semantic Kernel (Part 1) Getting Started with Semantic Kernel (Part 2) Building Blocks of Semantic Kernel Getting Started with Foundry Local & Semantic Kernel This Post - Getting Started with Ollama & Semantic Kernel Getting Started with LMStudio & Semantic Kernel Getting Started with Foundry Local & Semantic Kernel https://anktsrkr.github.io/post/semantic-kernel/getting-started-with-foundry-local-and-semantic-kernel/ Wed, 21 May 2025 07:00:00 +0100 https://anktsrkr.github.io/post/semantic-kernel/getting-started-with-foundry-local-and-semantic-kernel/ Hi Everyone! This post is continuation of a series about Semantic Kernel. Over the time, I will updated this page with links to individual posts : Getting Started with Semantic Kernel (Part 1) Getting Started with Semantic Kernel (Part 2) Building Blocks of Semantic Kernel This Post - Getting Started with Foundry Local & Semantic Kernel Getting Started with Ollama & Semantic Kernel Getting Started with LMStudio & Semantic Kernel Building Blocks of Semantic Kernel https://anktsrkr.github.io/post/semantic-kernel/semantic-kernel-building-blocks/ Wed, 21 May 2025 06:00:00 +0100 https://anktsrkr.github.io/post/semantic-kernel/semantic-kernel-building-blocks/ Hi Everyone! This post is continuation of a series about Semantic Kernel. Over the time, I will updated this page with links to individual posts : Getting Started with Semantic Kernel (Part 1) Getting Started with Semantic Kernel (Part 2) This Post - Building Blocks of Semantic Kernel Getting Started with Foundry Local & Semantic Kernel Getting Started with Ollama & Semantic Kernel Getting Started with LMStudio & Semantic Kernel Getting Started with Semantic Kernel (Part 2) https://anktsrkr.github.io/post/getting-started-with-semantic-kernel-pt-2/ Fri, 16 May 2025 06:00:00 +0100 https://anktsrkr.github.io/post/getting-started-with-semantic-kernel-pt-2/ Hi Everyone! This post is continuation of a series about Semantic Kernel. Over the time, I will updated this page with links to individual posts : Getting Started with Semantic Kernel (Part 1) This Post - Getting Started with Semantic Kernel (Part 2) Building Blocks of Semantic Kernel Getting Started with Foundry Local & Semantic Kernel Getting Started with Ollama & Semantic Kernel Getting Started with LMStudio & Semantic Kernel We now have a basic understanding of Gen AI and how LLM works. Getting Started with Semantic Kernel (Part 1) https://anktsrkr.github.io/post/getting-started-with-semantic-kernel/ Wed, 14 May 2025 06:00:00 +0100 https://anktsrkr.github.io/post/getting-started-with-semantic-kernel/ Hi Everyone! With this post, I am starting a new series about Semantic Kernel. Over the time, I will updated this page with links to individual posts : This Post - Getting Started with Semantic Kernel (Part 1) Getting Started with Semantic Kernel (Part 2) Building Blocks of Semantic Kernel Getting Started with Foundry Local & Semantic Kernel Getting Started with Ollama & Semantic Kernel Getting Started with LMStudio & Semantic Kernel Sync Cached Data Between Azure Function Instances Using FusionCache https://anktsrkr.github.io/post/sync-cached-data-between-azure-function-instances-using-fusioncache/ Sun, 26 May 2024 07:00:35 +0100 https://anktsrkr.github.io/post/sync-cached-data-between-azure-function-instances-using-fusioncache/ Icon used in this post is property of FusionCache repo. In today’s event-driven programming world, we are using lots of Azure Function as the serverless solution that allows us to write less code, maintain less infrastructure, and save on costs. Azure Function comes with various triggers such as HttpTrigger, ServiceBusTrigger, SqlTrigger etc. which help us build an API easily. Let’s say the team already built a HttpTrigger API GetProductsById and the data is coming from Azure SQL. Re-Authorize Efficiently Using Polly And .NET HttpClientFactory in .NET 8 https://anktsrkr.github.io/post/re-authorize-efficiently-using-polly-and-httpclientfactory-in-.net8/ Tue, 26 Dec 2023 06:00:35 +0000 https://anktsrkr.github.io/post/re-authorize-efficiently-using-polly-and-httpclientfactory-in-.net8/ Hi Everyone! This is continuation of the series of posts on Polly v8 and .NET 8. In this series of posts, I will try to cover some of the new features of Polly v8 and .NET 8. Below are the topics I am planning to cover in this series : Implementing Retry Strategy for HttpClientFactory using Polly(v8) and .NET 8 This Post - Re-Authorize Efficiently Using Polly And .NET HttpClientFactory in . Implementing Retry Strategy using HttpClientFactory with Polly(v8) and .NET 8 https://anktsrkr.github.io/post/implementing-retry-strategy-using-httpclientfactory-with-pollyv8-and-.net-8/ Tue, 31 Oct 2023 06:00:35 +0100 https://anktsrkr.github.io/post/implementing-retry-strategy-using-httpclientfactory-with-pollyv8-and-.net-8/ Hi Everyone! As we all aware, Polly v8 is released sometime back and so is .NET 8, it is ready for Production use 🥳. In this series of posts, I will try to cover some of the new features of Polly v8 and .NET 8. Below are the topics I am planning to cover in this series : This Post - Implementing Retry Strategy for HttpClientFactory using Polly(v8) and .NET 8 Getting started with testing for Azure Blob Storage : Mocking Azure Blob/File Storage SDK Using FakeItEasy https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-mocking-blob-storage-sdk-fakeiteasy/ Wed, 11 Oct 2023 08:30:35 +0100 https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-mocking-blob-storage-sdk-fakeiteasy/ Hi Everyone! As you are aware I have decided to move away from MOQ and insted we will use FakeItEasy for mocking the Azure Storage SDK. This post is adoptation of this which is using Moq. You can find the full series of how to perform unit and integration tests for Azure Blob Storage using Azurite Test Containers, and xUnit. Getting started with testing for Azure Blob Storage : Dependency Injection Getting started with testing for Azure Blob Storage : Unit Test with help of FakeItEasy https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-unit-test-fakeiteasy/ Wed, 11 Oct 2023 08:00:35 +0100 https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-unit-test-fakeiteasy/ Hi Everyone! In this post, we will discuss about the alternative framework for mocking. This post is adoptation of this which is using Moq. You can find the full series of how to perform unit and integration tests for Azure Blob Storage using Azurite Test Containers, and xUnit. Getting started with testing for Azure Blob Storage : Dependency Injection Getting started with testing for Azure Blob Storage : Unit Test with help of Moq Do not throw exceptions...Everywhere https://anktsrkr.github.io/post/do-not-throw-exceptions...everywhere/ Sun, 08 Oct 2023 08:00:35 +0100 https://anktsrkr.github.io/post/do-not-throw-exceptions...everywhere/ We, as C# developers, are used to throwing exceptions everywhere be it a functional such as validation or technical such as network failure. But is it worth throwing exceptions everywhere? Exceptions are expensive. You should not throw exceptions everywhere. You should throw exceptions only when it is necessary. But how? Let’s discuss the alternative approach. Types of exceptions in general Excellent article by Eric Lippert on exceptions, where you can find the types of exceptions in general. Use IHttpClientFactory and Polly(v8) to implement resilient HTTP requests https://anktsrkr.github.io/post/use-httpclientfactory-with-pollyv8-to-implement-resilient-http-requests/ Mon, 02 Oct 2023 06:00:35 +0100 https://anktsrkr.github.io/post/use-httpclientfactory-with-pollyv8-to-implement-resilient-http-requests/ Recently, Polly team did fabulous job 🎉 by releasing the new version 8.0.0. It has lot of improvements and also they re-implemented Policy as Strategy. Polly v8 introduces the concept of resilience pipelines, a powerful tool that put together one or more resilience strategies.Here is the all changes you can find. The Problem Microsoft provides a extension Microsoft.Extensions.Http.Polly which allows us to use Polly with HttpClientFactory. It is very easy to use and you can find the documentation here. Re-Authorize Efficiently Using Polly And .NET HttpClientFactory https://anktsrkr.github.io/post/re-authorize-efficiently-using-polly-and-httpclientfactory/ Thu, 25 May 2023 06:00:35 +0100 https://anktsrkr.github.io/post/re-authorize-efficiently-using-polly-and-httpclientfactory/ In today’s world, we are using a lot of APIs to build our applications. To make your .NET based applications more ressilient and fault tolerant, go to solution is to use Polly. Probably, you are already using it. So,I’m not going to explain how to use it in general. You can find some excellent documentation here. However, In this post I’m going to discuss about one of the typical scenario where we need to refresh the authentication token when using Polly. Download Files From Azure Blob Storage Efficiently Using RecyclableMemoryStream https://anktsrkr.github.io/post/download-files-from-azure-blob-storage-efficiently-using-recyclablememorystream/ Wed, 24 May 2023 06:00:35 +0100 https://anktsrkr.github.io/post/download-files-from-azure-blob-storage-efficiently-using-recyclablememorystream/ Recently, I was working on a project where we had to download multiple large files from Azure Blob Storage and process it further. When the application hits the production environment and started getting the actual files, we observed that memory consumption is getting very high. On top of that, the application was hosted in shared windows based app service plan, which was making it even worse for other applications too. Getting started with testing for Azure Blob Storage : Mocking Azure Blob/File Storage SDK https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-mocking-blob-storage-sdk/ Wed, 17 May 2023 06:00:35 +0100 https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-mocking-blob-storage-sdk/ Hi Everyone! This post is continuation of how to perform unit and integration tests for Azure Blob Storage using Azurite Test Containers, Moq and xUnit. Over the time, I will updated this page with links to individual posts : Getting started with testing for Azure Blob Storage : Dependency Injection Getting started with testing for Azure Blob Storage : Unit Test with help of Moq Getting started with testing for Azure Blob Storage : Unit Test with help of FakeItEasy (Alternative to MoQ) Getting started with testing for Azure Blob Storage : Integration Test with help of TestContainers and Azurite https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-integration-test-testcontainers-azurite/ Wed, 18 Jan 2023 06:00:35 +0100 https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-integration-test-testcontainers-azurite/ Hi Everyone! This post is continuation of how to perform unit and integration tests for Azure Blob Storage using Azurite Test Containers, Moq and xUnit. Over the time, I will updated this page with links to individual posts : Getting started with testing for Azure Blob Storage : Dependency Injection Getting started with testing for Azure Blob Storage : Unit Test with help of Moq Getting started with testing for Azure Blob Storage : Unit Test with help of FakeItEasy (Alternative to MoQ) Getting started with testing for Azure Blob Storage : Unit Test with help of Moq https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-unit-test-moq/ Mon, 16 Jan 2023 09:00:35 +0100 https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-unit-test-moq/ Hi Everyone! This post is continuation of how to perform unit and integration tests for Azure Blob Storage using Azurite Test Containers, Moq and xUnit. Over the time, I will updated this page with links to individual posts : Getting started with testing for Azure Blob Storage : Dependency Injection This Post - Getting started with testing for Azure Blob Storage : Unit Test with help of Moq Getting started with testing for Azure Blob Storage : Unit Test with help of FakeItEasy (Alternative to MoQ) Getting started with testing for Azure Blob Storage : Dependency Injection https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-dependency-injection/ Thu, 12 Jan 2023 06:00:35 +0100 https://anktsrkr.github.io/post/getting-started-with-testing-for-azure-blob-storage-dependency-injection/ With this post, I am starting a new series about how to perform unit and integration tests for Azure Blob Storage using Azurite Test Containers, Moq and xUnit. Over the time, I will updated this page with links to individual posts : This Post - Getting started with testing for Azure Blob Storage : Dependency Injection Getting started with testing for Azure Blob Storage : Unit Test with help of Moq Step-up authentication with Auth0 in .NET 7 https://anktsrkr.github.io/post/step-up-authentication-with-auth0-in-.net-7/ Tue, 20 Sep 2022 11:08:35 +0100 https://anktsrkr.github.io/post/step-up-authentication-with-auth0-in-.net-7/ Security is the ❤️ of any application but sometimes we need to balance security with usability. Sometimes you want to allow users to access a resource with a lower level of authentication by just entering username and password. But if the user wants to access a resource with a higher level of authentication, then you want to ask the user to enter a second factor of authentication. For instance, if you are building a money transfer application, you want to allow users to view transaction history or adding a new beneficiary with just a username and password. Manage your Package Release using Nuke in Github https://anktsrkr.github.io/post/manage-your-package-release-using-nuke-in-github/ Mon, 05 Sep 2022 11:08:35 +0100 https://anktsrkr.github.io/post/manage-your-package-release-using-nuke-in-github/ Hi Everyone! This post is continuation of the series about a build automation tool called Nuke . Over the time, I will updated this page with links to individual posts : Getting Started with Nuke Write your first building block in Nuke Manage your Package Version using Nuke This Post - Manage your Package Release using Nuke in Github In our last post, we ran the build successfully in our local machine. Manage your Package Version using Nuke https://anktsrkr.github.io/post/manage-your-package-version-using-nuke/ Sat, 03 Sep 2022 11:08:35 +0100 https://anktsrkr.github.io/post/manage-your-package-version-using-nuke/ Hi Everyone! This post is continuation of the series about a build automation tool called Nuke . Over the time, I will updated this page with links to individual posts : Getting Started with Nuke Write your first building block in Nuke This Post - Manage your Package Version using Nuke Manage your Package Release using Nuke in Github In our last post, we have completed all the steps to create a new package and publish it to the feed based on where we are running the build. Write your first building block in Nuke https://anktsrkr.github.io/post/write-your-first-building-block-in-nuke/ Tue, 30 Aug 2022 11:08:35 +0100 https://anktsrkr.github.io/post/write-your-first-building-block-in-nuke/ Hi Everyone! This post is continuation of the series about a build automation tool called Nuke . Over the time, I will updated this page with links to individual posts : Getting Started with Nuke This Post - Write your first building block in Nuke Manage your Package Version using Nuke Manage your Package Release using Nuke in Github In our last post, we have created a new build project using Nuke. Getting Started with Nuke https://anktsrkr.github.io/post/getting-started-with-nuke/ Sun, 28 Aug 2022 11:07:35 +0100 https://anktsrkr.github.io/post/getting-started-with-nuke/ Hi Everyone! With this post, I am starting a new series about a build automation tool called Nuke . Over the time, I will updated this page with links to individual posts : This Post - Getting Started with Nuke Write your first building block in Nuke Manage your Package Version using Nuke Manage your Package Release using Nuke in Github Table of Contents What we are going to build? What is Nuke? Add Custom Domain for App Service Environment Hosted WebApp https://anktsrkr.github.io/post/add-custom-domain-for-app-service-environment-hosted-webapp/ Sat, 22 May 2021 01:00:00 +0530 https://anktsrkr.github.io/post/add-custom-domain-for-app-service-environment-hosted-webapp/ Hi Everyone! This post is continuation of a series about Azure App Service Environment (ASE v2). Over the time, I will updated this page with links to individual posts : Deploy App Service Environment in Microsoft Azure Create a WebApp in App Service Environment Access App Service Environment Hosted WebApp from Azure Network and from On-Prem Deploy a WebApp with Azure Sql in App Service Environment using Managed Identity and Private endpoint Deploy a WebApp with Azure Sql in App Service Environment using Managed Identity and Private endpoint https://anktsrkr.github.io/post/deploy-a-webapp-with-azure-sql-in-app-service-environment-using-managed-identity-and-private-endpoint/ Sun, 04 Oct 2020 01:00:00 +0530 https://anktsrkr.github.io/post/deploy-a-webapp-with-azure-sql-in-app-service-environment-using-managed-identity-and-private-endpoint/ Hi Everyone! This post is continuation of a series about Azure App Service Environment (ASE v2). Over the time, I will updated this page with links to individual posts : Deploy App Service Environment in Microsoft Azure Create a WebApp in App Service Environment Access App Service Environment Hosted WebApp from Azure Network and from On-Prem This Post - Deploy a WebApp with Azure Sql in App Service Environment using Managed Identity and Private endpoint Access App Service Environment Hosted WebApp from Azure Network and from On-Prem https://anktsrkr.github.io/post/access-app-service-environment-hosted-webapp-from-azure-network-and-from-on-prem/ Thu, 01 Oct 2020 01:00:00 +0530 https://anktsrkr.github.io/post/access-app-service-environment-hosted-webapp-from-azure-network-and-from-on-prem/ Hi Everyone! This post is continuation of a series about Azure App Service Environment (ASE v2). Over the time, I will updated this page with links to individual posts : Deploy App Service Environment in Microsoft Azure Create a WebApp in App Service Environment This Post - Access App Service Environment Hosted WebApp from Azure Network and from On-Prem Deploy a WebApp with Azure Sql in App Service Environment using Managed Identity and Private endpoint Create a WebApp in App Service Environment https://anktsrkr.github.io/post/create-a-webapp-in-app-service-environment/ Wed, 30 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/create-a-webapp-in-app-service-environment/ Hi Everyone! This post is continuation of a series about Azure App Service Environment (ASE v2). Over the time, I will updated this page with links to individual posts : Deploy App Service Environment in Microsoft Azure This Post - Create a WebApp in App Service Environment Access App Service Environment Hosted WebApp from Azure Network and from On-Prem Deploy a WebApp with Azure Sql in App Service Environment using Managed Identity and Private endpoint Deploy App Service Environment (ASE v2) in Microsoft Azure https://anktsrkr.github.io/post/deploy-app-service-environment-v2-in-microsoft-azure/ Sat, 26 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/deploy-app-service-environment-v2-in-microsoft-azure/ Hi Everyone! With this post, I’ll start a new series about Azure App Service Environment (ASE v2). Over the time, I will updated this page with links to individual posts : This Post - Deploy App Service Environment in Microsoft Azure Create a WebApp in App Service Environment Access App Service Environment Hosted WebApp from Azure Network and from On-Prem Deploy a WebApp with Azure Sql in App Service Environment using Managed Identity and Private endpoint Connect privately to Azure PaaS resources using Azure Private Endpoint from on-prem https://anktsrkr.github.io/post/connect-privately-to-azure-paas-resources-using-azure-private-endpoint/ Tue, 15 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/connect-privately-to-azure-paas-resources-using-azure-private-endpoint/ Hi Everyone! In this post we are are going to explore different ways to connect Azure PaaS resources from On-premise network privately and securely. While deploying Azure PaaS service such as Azure SQL, Azure Storage etc. it always come with public facing endpoint many customer was not happy with that because of security concerns. So Microsoft introduces Virtual Network Service Endpoints. This will allow customers to secure and direct connectivity to Azure services over an optimized route over the Azure backbone network. Resolve Azure Internal DNS from your on prem network and Spokes vnet https://anktsrkr.github.io/post/resolve-azure-internal-dns-from-your-on-prem-network/ Sun, 13 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/resolve-azure-internal-dns-from-your-on-prem-network/ Hi Everyone! We have already implemented Hub-Spoke topology, and we are able to connect all the resources using IP from on premises network. But it is easier to use domain name instead ip directly from your virtual network. Also, If you want to use Azure Private Link, you need something which will resolve private link dns to respective ip. Other example is you have ASE v2 which comes with own domain but for your internal use you want some custom domain name which is easy to remember and also satisfy business need. Implementing Azure Firewall in Hub-Spoke network topology in Azure https://anktsrkr.github.io/post/implementing-azure-firewall-in-hub-spoke-network-topology-in-azure/ Thu, 10 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/implementing-azure-firewall-in-hub-spoke-network-topology-in-azure/ Hi Everyone! This post is continuation of how to series about Hub-Spoke network topology in Azure. Over the time, I will update this page with links to individual posts : Connect an on-premises network to a Microsoft Azure - Part 1 Connect an on-premises network to a Microsoft Azure - Part 2 Implementing Hub-Spoke network topology in Azure - Part 1 Implementing Hub-Spoke network topology in Azure - Part 2 Introducing Azure Firewall in Hub-Spoke network topology in Azure https://anktsrkr.github.io/post/introducing-azure-firewall-in-hub-spoke-network-topology-in-azure/ Wed, 09 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/introducing-azure-firewall-in-hub-spoke-network-topology-in-azure/ Hi Everyone! This post is continuation of how to series about Hub-Spoke network topology in Azure. Over the time, I will update this page with links to individual posts : Connect an on-premises network to a Microsoft Azure - Part 1 Connect an on-premises network to a Microsoft Azure - Part 2 Implementing Hub-Spoke network topology in Azure - Part 1 Implementing Hub-Spoke network topology in Azure - Part 2 Implementing Hub-Spoke network topology in Azure - Part 2 https://anktsrkr.github.io/post/implementing-hub-spoke-network-topology-in-azure-part-2/ Tue, 08 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/implementing-hub-spoke-network-topology-in-azure-part-2/ Hi Everyone! This post is continuation of how to series about Hub-Spoke network topology in Azure. Over the time, I will update this page with links to individual posts : Connect an on-premises network to a Microsoft Azure - Part 1 Connect an on-premises network to a Microsoft Azure - Part 2 Implementing Hub-Spoke network topology in Azure - Part 1 This Post - Implementing Hub-Spoke network topology in Azure - Part 2 Implementing Hub-Spoke network topology in Azure - Part 1 https://anktsrkr.github.io/post/implementing-hub-spoke-network-topology-in-azure-part-1/ Mon, 07 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/implementing-hub-spoke-network-topology-in-azure-part-1/ Hi Everyone! This post is continuation of how to series about Hub-Spoke network topology in Azure. Over the time, I will update this page with links to individual posts : Connect an on-premises network to a Microsoft Azure - Part 1 Connect an on-premises network to a Microsoft Azure - Part 2 This Post - Implementing Hub-Spoke network topology in Azure - Part 1 Implementing Hub-Spoke network topology in Azure - Part 2 Connect an on-premises network to a Microsoft Azure - Part 2 https://anktsrkr.github.io/post/connect-azure-with-your-on-prem-network-part-2/ Sun, 06 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/connect-azure-with-your-on-prem-network-part-2/ Hi Everyone! This post is continuation of how to series about Hub-Spoke network topology in Azure. Over the time, I will update this page with links to individual posts : Connect an on-premises network to a Microsoft Azure - Part 1 This Post - Connect an on-premises network to a Microsoft Azure - Part 2 Implementing Hub-Spoke network topology in Azure - Part 1 Implementing Hub-Spoke network topology in Azure - Part 2 Connect an on-premises network to a Microsoft Azure - Part 1 https://anktsrkr.github.io/post/connect-azure-with-your-on-prem-network-part-1/ Sat, 05 Sep 2020 01:00:00 +0530 https://anktsrkr.github.io/post/connect-azure-with-your-on-prem-network-part-1/ Hi Everyone! With this post, I’ll start a new how to series about Hub-Spoke network topology in Azure. Over the time, I will update this page with links to individual posts : This Post - Connect an on-premises network to a Microsoft Azure - Part 1 Connect an on-premises network to a Microsoft Azure - Part 2 Implementing Hub-Spoke network topology in Azure - Part 1 Implementing Hub-Spoke network topology in Azure - Part 2 Hi there 👋 https://anktsrkr.github.io/about/ Mon, 01 Jan 0001 00:00:00 +0000 https://anktsrkr.github.io/about/ My name is Ankit Sarkar, Technical Architect by profession. I am from Kolkata, India. Recently,I moved to Leeds, United Kindom for my new assignment from Nottingham. I have a Bachelor’s degree in Electronics and Communication and around 9 years of experience working on .NET technologies and Microsoft Azure. In my day job at Tata Consultancy Services (TCS), mainly focused on cloud migration and modernization of legacy applications. This allows me to give various application specific solutions based on Microsoft Azure services for business critical applications.