Skip to content

CodeMazeBlog/azure-queue-aspnetcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Queue Storage with ASP.NET Core

In this article, we are going to learn Azure Queue Storage in depth.

We’ll start with some introductory stuff about Azure Storage Queue and look at how to create one from the Azure Portal. After that, we’ll see how to build and deploy applications that can send and receive messages from the queue.

We are going to divide the article into the following sections:>

  • Azure Queue Storage - Intro
  • Structure of an Azure Queue Storage
  • Creating an Azure Queue Storage
  • Building an API that Sends Messages to the Queue
  • Creating a Function App that Receives the Messages
  • Deploying the Apps to Azure
  • Testing the Apps

About

This repo contains the source code for the "Azure Queue storage with ASP.NET Core" article on Code Maze

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages