azure-functions-templates
azure-functions-templates copied to clipboard
CosmosDB - Template Improvements for Python
Child issue for https://github.com/Azure/azure-functions-templates/issues/869
- [ ] Complete the "TBDs" in the READMEs
- [ ] Provide more comprehensive code samples to better demonstrate the API surface. (HTTP template good but others like Blob and Queue are currently only single line logging statements.)
- [ ] Add comments for aka links to the binding reference articles.
- [ ] Add
"scriptFile": "__init__.py", "entryPoint": "main"tofunction.jsonfor all templates.