We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ede87 commit d2f694fCopy full SHA for d2f694f
infra/main.bicep
@@ -1095,7 +1095,7 @@ var otherPrivateEndpointConnections = (usePrivateEndpoint && deploymentTarget ==
1095
resourceIds: [backend.outputs.id]
1096
}
1097
{
1098
- groupId: 'cosmosdb'
+ groupId: 'sql'
1099
dnsZoneName: 'privatelink.documents.azure.com'
1100
resourceIds: (useAuthentication && useChatHistoryCosmos) ? [cosmosDb.outputs.resourceId] : []
1101
0 commit comments