https://github.com/alertbox/try-dotnet-on-azure
Start a dev container and get to developing .NET apps leveraging a variety of Azure services.
https://github.com/alertbox/try-dotnet-on-azure
azure azure-cli bicep containerapps devcontainer-template dotnet dotnet-sdk helm-charts kubernetes template-repository
Last synced: 6 months ago
JSON representation
Start a dev container and get to developing .NET apps leveraging a variety of Azure services.
- Host: GitHub
- URL: https://github.com/alertbox/try-dotnet-on-azure
- Owner: alertbox
- License: mit
- Created: 2020-10-25T09:21:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T04:51:56.000Z (9 months ago)
- Last Synced: 2025-03-28T08:03:05.452Z (7 months ago)
- Topics: azure, azure-cli, bicep, containerapps, devcontainer-template, dotnet, dotnet-sdk, helm-charts, kubernetes, template-repository
- Homepage: https://dotnet.microsoft.com/en-us/learn/microservices
- Size: 103 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Try .NET on Azure
Start a dev container and get to developing .NET apps leveraging a [variety of Azure services][az-services-for-dotnet].
[
][az-sdk-for-dotnet]
[Learn more about Azure SDK for .NET][az-sdk-for-dotnet]
[az-services-for-dotnet]: https://learn.microsoft.com/en-us/dotnet/azure/key-azure-services
[az-sdk-for-dotnet]: https://learn.microsoft.com/en-us/dotnet/azure/sdk/azure-sdk-for-dotnet## Quick Start
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/alertbox/try-dotnet-on-azure)
You can also run this repo locally by following these repetitive steps:
1. You want to ensure the repo is cloned to your local machine, and
2. Open it in VS Code.> See [.NET Docker Images][dotnet-docker-images] for other variations that suites your hardware.
[dotnet-docker-images]: https://hub.docker.com/_/microsoft-dotnet-sdk/
## Troubleshooting
If you have any technical problems with dev containers, you are better off asking [Dev Containers Support][devcontainers-support] directly, since you'll end up getting a much faster response back that way.
[devcontainers-support]: https://github.com/devcontainers/community/discussions/3
### Known Issues
- https://github.com/omnisharp/omnisharp-vscode/issues/4348
- https://github.com/devcontainers/features/issues/440
- https://github.com/microsoft/vscode-dotnettools/issues/562
- https://github.com/azure/azure-functions-core-tools/issues/3112## Contributing
The official repo to contribute would be [@devcontainers][devcontainers-repo].
Have a suggestion or a bug fix? Just open a pull request or an issue. Include clear and simple instructions possible.
[devcontainers-repo]: https://github.com/devcontainers
## License
Copyright © Alertbox, Inc. (@alertbox). All rights reserved.
The source code is license under the [MIT license](#MIT-1-ov-file).