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 container to Azure Functions App",
"description": "Build a container and deploy it to an Azure Functions App on Linux.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Dockerfile", "Azure Functions"]
}
@@ -0,0 +1,7 @@
{
"name": "Deploy .NET Core app to Azure Functions App",
"description": "Build a .NET Core project and deploy it to an Azure Functions App on Windows or Linux.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "C#", "aspNetCore", "Azure Functions"]
}
@@ -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"]
}
@@ -0,0 +1,7 @@
{
"name": "Deploy Node.js to Azure Functions App",
"description": "Build a Node.js project and deploy it to an Azure Functions App on Windows or Linux.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "JavaScript", "TypeScript", "npm", "Azure Functions"]
}
@@ -0,0 +1,7 @@
{
"name": "Deploy PowerShell app to Azure Functions App",
"description": "Deploy PowerShell project to an Azure Functions App on Windows or Linux.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "PowerShell", "Azure Functions"]
}
@@ -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"]
}