Skip to content

Commit

Permalink
2023-12-01 not available in norwayeast
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Dec 20, 2024
1 parent 290ca07 commit 059da0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/functionApp/slackNotifier.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ var query = '''
| extend Details = replace_string(Details, "Digdir.Domain.Dialogporten.", "")
| project Environment, Type, SeverityLevel, Count, Details
'''
resource exceptionOccuredAlertRule 'Microsoft.Insights/scheduledQueryRules@2023-12-01' = {
resource exceptionOccuredAlertRule 'Microsoft.Insights/scheduledQueryRules@2024-01-01-preview' = {
name: '${namePrefix}-exception-occured-sqr'
location: location
properties: {
Expand Down

0 comments on commit 059da0d

Please sign in to comment.