https://github.com/shibayan/devcontainers
Dev Container templates
https://github.com/shibayan/devcontainers
Last synced: 12 months ago
JSON representation
Dev Container templates
- Host: GitHub
- URL: https://github.com/shibayan/devcontainers
- Owner: shibayan
- License: mit
- Created: 2023-09-21T07:21:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-04T04:11:33.000Z (12 months ago)
- Last Synced: 2025-08-04T07:25:38.498Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Container templates
The repository has a customized Dev Container template.
## Azure Functions templates
The Dev Container Template for Azure Functions includes two containers, one for each language and an Azurite container.
| Template | Description |
| -------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Azure Functions (.NET)](./src/azure-functions-dotnet/README.md) | Develop Azure Functions using .NET 8/9 |
| [Azure Functions (Java)](./src/azure-functions-java/README.md) | Develop Azure Functions using Java 8/11/17/21 |
| [Azure Functions (Node.js)](./src/azure-functions-node/README.md) | Develop Azure Functions using Node.js 20/22 |
| [Azure Functions (PowerShell)](./src/azure-functions-powershell/README.md) | Develop Azure Functions using PowerShell 7.4 |
| [Azure Functions (Python)](./src/azure-functions-python/README.md) | Develop Azure Functions using Python 3.9/3.10/3.11/3.12/3.13 |
## License
This project is licensed under the [MIT License](https://github.com/shibayan/devcontainers/blob/master/LICENSE)