Files
starter-workflows/deployments/properties/azure-webapps-java-jar-gradle.properties.json
T
Hanxiao Liu 9ab053c67b Add workflow for Azure Web App with Gradle (#1955)
* Add starter workflow for Azure Web App with Gradle

* Use gradle build instead of assemable and mark template as preview

---------

Co-authored-by: Sampark Sharma <phantsure@github.com>
2023-03-10 11:36:31 +05:30

9 lines
281 B
JSON

{
"name": "Deploy a Gradle .jar app to an Azure Web App",
"description": "Build a Gradle project and deploy it to an Azure Web App.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Java", "Gradle"],
"labels": ["preview"]
}