Single and unified sample to illustrate all distinct deployment targets for a ASP.NET app
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
There is currently no clear and comprehensive view of all distinct deployment targets for a ASP.NET app
### Describe the solution you'd like
I would find very interesting to have a single dedicated sample to illustrate how a given sample ASP.NET app could be deployed on each possible deployment target type/environment.
- on CNCF based container
- on AKS
- locally natively
- Windows Container
- on Azure App Service on Azure Local
- on Azure App Service on Azure public cloud
- on Azure Container Services on Azure Stack Hub
- on wasmer.io
- on IIS
- ….
This deployment project should be it own project but will use a existing asp.net sample project stripped away from all included embedded deployment artefacts.
The goal would be also to maintain this list over time.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.