Skip to content

Commit 2256e22

Browse files
reduce scale units in bastion host
1 parent c39397b commit 2256e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ module bastionHost 'br/public:avm/res/network/bastion-host:0.7.0' = if (enablePr
364364
enableFileCopy: false
365365
enableIpConnect: false
366366
enableShareableLink: false
367-
scaleUnits: 4
367+
scaleUnits: 2
368368
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null
369369
}
370370
}

0 commit comments

Comments
 (0)