From 6004343447142a7392ad52b4cee97f1ce0fd5ae5 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Tue, 19 Nov 2024 15:32:38 +0100 Subject: [PATCH] cleanup --- .azure/modules/monitor-workspace/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/modules/monitor-workspace/main.bicep b/.azure/modules/monitor-workspace/main.bicep index 3f34047c1..095270eeb 100644 --- a/.azure/modules/monitor-workspace/main.bicep +++ b/.azure/modules/monitor-workspace/main.bicep @@ -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