Skip to content

Commit 9c4ab8f

Browse files
committed
Refactoring Bicep to acces new Azure APIs
1 parent 2666b3a commit 9c4ab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/bicep/devBox/devCenter/deployDevCenter.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource deployDevCenter 'Microsoft.DevCenter/devcenters@2024-10-01-preview' = {
3636
catalogItemSyncEnableStatus: 'Enabled'
3737
}
3838
devBoxProvisioningSettings: {
39-
installAzureMonitorAgentEnableStatus: 'Disabled'
39+
installAzureMonitorAgentEnableStatus: 'Enabled'
4040
}
4141
networkSettings: {
4242
microsoftHostedNetworkEnableStatus: 'Enabled'

0 commit comments

Comments
 (0)