Files
starter-workflows/deployments/properties/azure_docker.properties.json
T

8 lines
239 B
JSON
Raw Normal View History

2021-10-22 15:13:09 +05:30
{
2021-10-22 15:53:33 +05:30
"name": "[Specific Docker] Deploy dockerfile to AKS",
2021-10-22 16:12:34 +05:30
"description": "Build a dockerfile project and deploy it to AKS.",
2021-10-22 15:13:09 +05:30
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Dockerfile"]
2021-10-22 15:53:33 +05:30
}