An open API service indexing awesome lists of open source software.

https://github.com/ankitsharma-007/azure-serverless-with-blazor

Integrating Azure Serverless to Blazor webassembly using Azure functions.
https://github.com/ankitsharma-007/azure-serverless-with-blazor

ankit-sharma article asp-net-core azure azure-functions azure-serverless blazor blazor-webassembly cosmosdb csharp

Last synced: 11 months ago
JSON representation

Integrating Azure Serverless to Blazor webassembly using Azure functions.

Awesome Lists containing this project

README

          

# azure-serverless-with-blazor

we will learn how to implement Azure serverless with Blazor web assembly. We will create an app that lists out some Frequently Asked Questions (FAQ) on Covid-19. We will create an Azure Cosmos DB which will act as our primary database to store questions and answers. An Azure function app will be used to fetch data from cosmos DB. We will deploy the function app to Azure to expose it globally via an API endpoint. We will consume the API in a Blazor web assembly app. The FAQs will be displayed in a card layout with the help of Bootstrap.

# Read the full article

You can read the complete article [Going Serverless With Blazor](https://ankitsharmablogs.com/going-serverless-with-blazor/) at my blog

# Demo

See the app in action at https://covid19-faq.azurewebsites.net/