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.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/azure-serverless-with-blazor
- Owner: AnkitSharma-007
- License: mit
- Created: 2020-06-12T07:38:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T07:30:06.000Z (over 5 years ago)
- Last Synced: 2024-10-06T09:42:24.877Z (over 1 year ago)
- Topics: ankit-sharma, article, asp-net-core, azure, azure-functions, azure-serverless, blazor, blazor-webassembly, cosmosdb, csharp
- Language: C#
- Homepage: https://covid19-faq.azurewebsites.net/
- Size: 14.7 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/