Add workflow and properties file for PHP

This commit is contained in:
Jason Freeberg
2021-10-24 21:37:36 -07:00
parent 4fad808870
commit a702d187d1
2 changed files with 71 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"name": "Deploy a PHP app to an Azure Web App",
"description": "Build a PHP app and deploy it to an Azure Web App.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment"]
}