https://github.com/csharpfritz/mycollectionwebsite
A simple collection website that was built on stream with friends
https://github.com/csharpfritz/mycollectionwebsite
Last synced: 12 months ago
JSON representation
A simple collection website that was built on stream with friends
- Host: GitHub
- URL: https://github.com/csharpfritz/mycollectionwebsite
- Owner: csharpfritz
- License: mit
- Created: 2022-10-03T14:34:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T10:54:40.000Z (over 3 years ago)
- Last Synced: 2025-02-15T13:03:28.928Z (over 1 year ago)
- Language: CSS
- Size: 1.02 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Session 1210: Deployment
Let's deploy our application with Linux to Microsoft Azure App Service.
## Notes
- Install and run .NET with scripts from [dot.net](https://dot.net)
- Configure Omnisharp for vim, emacs, and your favorite editors [here](https://omnisharp.net)
- Configure [SQL Server for local development using Docker](https://learn.microsoft.com/sql/linux/quickstart-install-connect-docker)
- [Deploy to Azure App Service with Azure Portal, Azure CLI, or Visual Studio](https://learn.microsoft.com/azure/app-service/quickstart-dotnetcore)