planetmint/k8s/logging-and-monitoring/log_analytics_oms.parameters.json
2022-01-13 16:29:35 +00:00

16 lines
299 B
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"sku": {
"value": "Free"
},
"workspaceName": {
"value": "rg-abc-logs"
},
"solutionType": {
"value": "Containers"
}
}
}