Files
starter-workflows/deployments/properties/azure-webapps-node.properties.json
T

8 lines
259 B
JSON
Raw Normal View History

2019-11-13 12:29:30 -08:00
{
"name": "Deploy Node.js to Azure Web App",
"description": "Build a Node.js project and deploy it to an Azure Web App.",
2020-06-02 13:40:33 -07:00
"creator": "Microsoft Azure",
2019-11-13 12:29:30 -08:00
"iconName": "azure",
"categories": ["Deployment", "JavaScript", "TypeScript", "npm"]
2021-10-24 21:45:21 -07:00
}