2022-11-02 23:10:38 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
|
|
|
"contentVersion": "1.0.0.0",
|
|
|
|
"parameters": {
|
|
|
|
"azureMonitorWorkspaceResourceId": {
|
2023-03-18 01:40:54 +03:00
|
|
|
"value": "/subscriptions/{sub_id}/resourceGroups/{rg_name}/providers/microsoft.monitor/accounts/{amw_name}"
|
2022-11-02 23:10:38 +03:00
|
|
|
},
|
|
|
|
"azureMonitorWorkspaceLocation": {
|
|
|
|
"value": "{amwLocation}"
|
|
|
|
},
|
|
|
|
"clusterResourceId": {
|
|
|
|
"value": "/subscriptions/{sub_id}/resourcegroups/{rg_name}/providers/Microsoft.ContainerService/managedClusters/{cluster_name}"
|
|
|
|
},
|
|
|
|
"clusterLocation": {
|
|
|
|
"value": "{clusterLocation}"
|
|
|
|
},
|
|
|
|
"metricLabelsAllowlist": {
|
|
|
|
"value": ""
|
|
|
|
},
|
|
|
|
"metricAnnotationsAllowList": {
|
|
|
|
"value": ""
|
|
|
|
},
|
2023-03-18 01:40:54 +03:00
|
|
|
"enableWindowsRecordingRules": {
|
|
|
|
"value": false
|
|
|
|
},
|
2022-11-02 23:10:38 +03:00
|
|
|
"grafanaResourceId": {
|
2023-03-18 01:40:54 +03:00
|
|
|
"value": "/subscriptions/{sub_id}/resourceGroups/{rg_name}/providers/Microsoft.Dashboard/grafana/{grafana_name}"
|
2022-11-02 23:10:38 +03:00
|
|
|
},
|
|
|
|
"grafanaLocation": {
|
|
|
|
"value": "{grafanaLocation}"
|
|
|
|
},
|
|
|
|
"grafanaSku": {
|
|
|
|
"value": "Standard"
|
|
|
|
}
|
|
|
|
}
|
2023-01-24 02:20:56 +03:00
|
|
|
}
|