Skip to content

Commit b7d1d4c

Browse files
authored
Fix cosmos Bicep configuration (#2226)
1 parent d577619 commit b7d1d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ var otherPrivateEndpointConnections = (usePrivateEndpoint && deploymentTarget ==
10951095
resourceIds: [backend.outputs.id]
10961096
}
10971097
{
1098-
groupId: 'cosmosdb'
1098+
groupId: 'sql'
10991099
dnsZoneName: 'privatelink.documents.azure.com'
11001100
resourceIds: (useAuthentication && useChatHistoryCosmos) ? [cosmosDb.outputs.resourceId] : []
11011101
}

0 commit comments

Comments
 (0)