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 d577619 commit b7d1d4cCopy full SHA for b7d1d4c
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