From fae8f75c8cdecfe892045a8688e2be2d56fec807 Mon Sep 17 00:00:00 2001 From: gpickett <122489228+gpickett@users.noreply.github.com> Date: Wed, 7 May 2025 10:29:33 -0700 Subject: [PATCH] Update main.bicep --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index bea374423..ce389a332 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -205,7 +205,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = { } ] capabilities: [{ name: 'EnableServerless' }] - //disableLocalAuth: true + disableLocalAuth: true } resource contributorRoleDefinition 'sqlRoleDefinitions' existing = {