Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
modified param2
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneHezser committed Mar 28, 2024
1 parent f38f20c commit bcf1578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources
| extend connectionDrainingEnabled = backendHttpSettings.properties.connectionDraining.enabled
| where connectionDrainingEnabled == true
| extend backendPoolName = backendHttpSettings.name
| project recommendationId = "agw-8", name, id, tags, param1 = "connectionDraining: Enabled", param2 = strcat("backendPoolName: ", backendPoolName)
| project recommendationId = "agw-8", name, id, tags, param1 = "connectionDraining: Enabled", param2 = strcat("backendSettingsName: ", backendPoolName)

0 comments on commit bcf1578

Please sign in to comment.