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