An open API service indexing awesome lists of open source software.

https://github.com/shibayan/devcontainers

Dev Container templates
https://github.com/shibayan/devcontainers

Last synced: 12 months ago
JSON representation

Dev Container templates

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)