Starter workflows for Azure Functions App

This commit is contained in:
Chandni Patel
2022-10-07 16:03:49 -05:00
committed by Chandni Patel
parent 51e3d515e9
commit aa953da46e
12 changed files with 342 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"name": "Deploy Python app to Azure Functions App",
"description": "Build a Python app and deploy it to an Azure Functions App on Linux.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Python", "Pip", "Azure Functions"]
}