We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e335905 + eafadbb commit a4e15f6Copy full SHA for a4e15f6
articles/azure-monitor/alerts/resource-manager-alerts-log.md
@@ -101,12 +101,18 @@ param timeAggregation string = 'Average'
101
@allowed([
102
'PT1M'
103
'PT5M'
104
+ 'PT10M'
105
'PT15M'
106
'PT30M'
107
+ 'PT45M'
108
'PT1H'
109
+ 'PT2H'
110
+ 'PT3H'
111
+ 'PT4H'
112
+ 'PT5H'
113
'PT6H'
- 'PT12H'
114
'PT24H'
115
+ 'PT48H'
116
])
117
param windowSize string = 'PT5M'
118
0 commit comments