diff --git a/docs/layouts/partials/templates/template-tabs.html b/docs/layouts/partials/templates/template-tabs.html index 82abc6832..1d346164a 100644 --- a/docs/layouts/partials/templates/template-tabs.html +++ b/docs/layouts/partials/templates/template-tabs.html @@ -5,6 +5,9 @@ {{ $filename := printf "%s.json" $alert_name | printf "%s"}} {{ $file := path.Join "services" $category $type "templates/arm" $filename }} {{ $file2 := path.Join "services" $category $type "templates/policy-arm" $filename }} +{{ $urlprefix := "https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/refs/heads/main/services" }} +{{ $fileURL := printf "%s/%s/%s/%s/%s" $urlprefix $category $type "templates/arm" $filename }} +{{ $fileURL2 := printf "%s/%s/%s/%s/%s" $urlprefix $category $type "templates/policy-arm" $filename }}