Skip to content

Commit 059da0d

Browse files
committed
2023-12-01 not available in norwayeast
1 parent 290ca07 commit 059da0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/modules/functionApp/slackNotifier.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var query = '''
182182
| extend Details = replace_string(Details, "Digdir.Domain.Dialogporten.", "")
183183
| project Environment, Type, SeverityLevel, Count, Details
184184
'''
185-
resource exceptionOccuredAlertRule 'Microsoft.Insights/scheduledQueryRules@2023-12-01' = {
185+
resource exceptionOccuredAlertRule 'Microsoft.Insights/scheduledQueryRules@2024-01-01-preview' = {
186186
name: '${namePrefix}-exception-occured-sqr'
187187
location: location
188188
properties: {

0 commit comments

Comments
 (0)