Skip to content

micromag84/azureactivityfeed

Repository files navigation

Async activity feed pipeline in Azure

Ready to use activity feed using an async pipeline consisting of:

  • OpenAPI 2.0 (Swagger) endpoint hosted as a Azure Function
  • Azure Storage Queue
  • ASP.NET Core 2.1 IHostedService
  • Azure Cosmos Document DB
  • ASP.NET Core Razor Page to display the feed

Introduction

Required Tools:

  1. Clone the repo
  2. Restore dependencies with dotnet restore
  3. Execute dotnet dev-certs https --trust to add a dev cert and trust localhost
  4. Start the function and web with dotnet run
  5. Open the application in the browser

Use Postman or any other tool to Post a message with content-type application/json

{
	Source: "Postman",
	Title: "We love azure",
	Text: "Hello people",
	Url: "aheadintranet.com",
	MediaUrl: ""
}

About

Ready to use activity feed using an async pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published