Skip to content

Commit

Permalink
Fix cosmos Bicep configuration (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Jan 17, 2025
1 parent d577619 commit b7d1d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ var otherPrivateEndpointConnections = (usePrivateEndpoint && deploymentTarget ==
resourceIds: [backend.outputs.id]
}
{
groupId: 'cosmosdb'
groupId: 'sql'
dnsZoneName: 'privatelink.documents.azure.com'
resourceIds: (useAuthentication && useChatHistoryCosmos) ? [cosmosDb.outputs.resourceId] : []
}
Expand Down

0 comments on commit b7d1d4c

Please sign in to comment.