From 46fceb7c2f7b94034e3a37f7fec7941321e5d918 Mon Sep 17 00:00:00 2001 From: ReneHezser Date: Thu, 28 Mar 2024 09:18:30 +0100 Subject: [PATCH] fixes recommendation id --- .../networking/application-gateway/code/agw-9/agw-9.kql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/services/networking/application-gateway/code/agw-9/agw-9.kql b/docs/content/services/networking/application-gateway/code/agw-9/agw-9.kql index 13e07e395..819f8c14f 100644 --- a/docs/content/services/networking/application-gateway/code/agw-9/agw-9.kql +++ b/docs/content/services/networking/application-gateway/code/agw-9/agw-9.kql @@ -11,4 +11,4 @@ resources | extend addressprefix = tostring(properties_subnets.properties.addressPrefix) | project subnetid, addressprefix) on subnetid | where addressprefix !endswith '/24' -| project recommendationID = "agw-8", name, id, tags, param1 = strcat('AppGW subnet prefix: ', addressprefix) +| project recommendationID = "agw-9", name, id, tags, param1 = strcat('AppGW subnet prefix: ', addressprefix)