Azure
How To Setup Dependency Injection With Azure Functions ⚡ Paid Members Public
Learn how to set up Dependency Injection in Azure Functions using .NET .
Azure Queue Storage For The .NET Developer: How To Easily Get Started Paid 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.
5 Ways to Handle Application Configuration & Secrets With Azure 🔐 Paid 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.
Azure Functions ⚡ For The .NET Developer: How To Easily Get Started Paid 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.
How To Deploy Web App and Web Job In A Single Pipeline Paid 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.
How To Protect Your ASP NET Web API Using JWT Authentication Paid 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.
How To Automatically Deploy ARM Templates To Azure Cosmos Emulator Paid 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.
How To Create An ARM Template For Cosmos DB Paid 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.