Starter workflows for Azure Functions App

This commit is contained in:
Chandni Patel
2022-11-04 16:40:05 -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 Java app to Azure Functions App",
"description": "Build a Java project and deploy it to an Azure Functions App on Windows or Linux.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Java", "Maven", "Azure Functions"]
}