Dummy azure templates for showcasing the CD Ordering Behavior (#1194)

* Rename "azure.yml" to Node-specific name

* Add templates and properties for other languages

* Add workflow for .NET Core

* Add workflow and properties file for PHP

* Updates from PR review

* Fix EOF

* Use latest versions

* Renamed the file appropriately.

Co-authored-by: Jason Freeberg <jafreebe@microsoft.com>
This commit is contained in:
Ashwin Sangem
2021-10-25 21:16:06 +05:30
committed by GitHub
parent 87a12c3391
commit 9ce2a5b56f
12 changed files with 364 additions and 7 deletions
@@ -0,0 +1,7 @@
{
"name": "Deploy a Python app to an Azure Web App",
"description": "Build a Python app and deploy it to an Azure Web App.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Python"]
}