Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Nov 19, 2024
1 parent cb6d029 commit 6004343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/monitor-workspace/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource monitorWorkspace 'Microsoft.Monitor/accounts@2023-04-03' = {
name: '${namePrefix}-monitor'
location: location
properties: {
// todo: enable once we have a use case for it https://github.com/digdir/dialogporten/issues/1462
// todo: enable once we have ensured a connection to this monitor workspace https://github.com/digdir/dialogporten/issues/1462
publicNetworkAccess: 'Enabled'
}
tags: tags
Expand Down

0 comments on commit 6004343

Please sign in to comment.