Azure

How To Setup Dependency Injection With Azure Functions ⚡ Members Public

Learn how to set up Dependency Injection in Azure Functions using .NET .

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Queue Storage For The .NET Developer: How To Easily Get Started Members Public

Learn how to use Azure Queue Storage to build decoupled applications. Understand the different ways to interact with a Queue Storage and use it from a .NET application. Also see how to use Managed Identities to connect to Queue without needing any connection string.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

5 Ways to Handle Application Configuration & Secrets With Azure 🔐 Members Public

Handing application configuration can be tricky. Let's dive into 5 different ways we can manage application secrets, configuration, connection strings, etc when building an ASP NET Application on Azure.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Functions ⚡ For The .NET Developer: How To Easily Get Started Members Public

Write your first Azure Function to process messages from an Azure Queue Storage. See how to use Managed Identities to setup authentication for Azure Function with other resources.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

How To Deploy Web App and Web Job In A Single Pipeline Members Public

Learn how to set up a build/deploy pipeline for deploying a Web application and Web Job into Azure Web App. Also find out whether you should have a single or multiple pipeline for this and how to decide between them.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

How To Protect Your ASP NET Web API Using JWT Authentication Members Public

Learn how to protect an ASP NET Core Web API using JWT Bearer Token. We will be using Azure Active Directory (AD) as the Identity Provider and see how to integrate with it from our application and how everything works together.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

How To Automatically Deploy ARM Templates To Azure Cosmos Emulator Members Public

Azure Cosmos Emulator does not support ARM templates. Learn how you can automatically create Database and Containers from an ARM Template to support a seamless development experience.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

How To Create An ARM Template For Cosmos DB Members Public

Learn how to create an ARM template to deploy Azure Cosmos DB with dynamic containers. With this template you can keep adding containers as you build the application.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure