Posts tagged with "azure"

Found 56 posts with this tag.

Articles tagged with azure

Blog posts

Cover image for: Azure Queue Storage For The .NET Developer: How To Easily Get Started

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

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.
Article: Azure Queue Storage For The .NET Developer: How To Easily Get Started. 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.. Published November 23, 2021.Tagged as: Azure.Click to read the full article.
Cover image for: 5 Ways to Handle Application Configuration & Secrets With Azure πŸ”

5 Ways to Handle Application Configuration & Secrets With Azure πŸ”

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.
Article: 5 Ways to Handle Application Configuration & Secrets With Azure πŸ”. 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.. Published October 25, 2021.Tagged as: Azure, Dotnet.Click to read the full article.
Cover image for: Azure Functions ⚑ For The .NET Developer: How To Easily Get Started

Azure Functions ⚑ For The .NET Developer: How To Easily Get Started

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.
Article: Azure Functions ⚑ For The .NET Developer: How To Easily Get Started. 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.. Published October 21, 2021.Tagged as: Azure.Click to read the full article.
Cover image for: How To Deploy Web App and Web Job In A Single Pipeline

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

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.
Article: How To Deploy Web App and Web Job In A Single Pipeline. 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.. Published May 7, 2021.Tagged as: DevOps, Azure.Click to read the full article.
Cover image for: How To Protect Your ASP NET Web API Using JWT Authentication

How To Protect Your ASP NET Web API Using JWT Authentication

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.
Article: How To Protect Your ASP NET Web API Using JWT Authentication. 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.. Published March 24, 2021.Tagged as: Azure, Dotnet.Click to read the full article.
Cover image for: How To Automatically Deploy ARM Templates To Azure Cosmos Emulator

How To Automatically Deploy ARM Templates To Azure Cosmos Emulator

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.
Article: How To Automatically Deploy ARM Templates To Azure Cosmos Emulator. 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.. Published November 12, 2020.Tagged as: Azure.Click to read the full article.