https://github.com/mcraiha/azurestaticwebappblazordemo
Blazor demo
https://github.com/mcraiha/azurestaticwebappblazordemo
azure blazor
Last synced: about 2 months ago
JSON representation
Blazor demo
- Host: GitHub
- URL: https://github.com/mcraiha/azurestaticwebappblazordemo
- Owner: mcraiha
- Created: 2021-12-29T10:21:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T14:27:27.000Z (over 4 years ago)
- Last Synced: 2025-02-10T15:17:22.293Z (over 1 year ago)
- Topics: azure, blazor
- Language: CSS
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure static web app demo with Blazor
This repo contains Azure static web app demo with Blazor. It is based on existing template, but adds query from Cosmos DB.
If you want to test this out then you have to:
0. Create Static Web App as the [instructions](https://aka.ms/blazor-swa/quickstart) say
1. Create create CosmosDB resource
2. Create DB and container to there
3. Add User(s) to container
4. Set the Settings -> Configuration values in Static Web App resource for `ConnectionString`, `DatabaseId` and `ContainerId`