From cba06f48c0f5cf267426633ab74661cb0544b0bc Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Wed, 11 Dec 2024 12:32:01 -0800 Subject: [PATCH] Fix cosmos Bicep configuration --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index 5c181cd525..870e7788d0 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -1094,7 +1094,7 @@ var otherPrivateEndpointConnections = (usePrivateEndpoint && deploymentTarget == resourceIds: [backend.outputs.id] } { - groupId: 'cosmosdb' + groupId: 'sql' dnsZoneName: 'privatelink.documents.azure.com' resourceIds: (useAuthentication && useChatHistoryCosmos) ? [cosmosDb.outputs.resourceId] : [] }