You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
The text was updated successfully, but these errors were encountered:
ivanthelad
changed the title
Private link config for cosmos DB should be set to "sql" and not "cosmosdb"
Private link config for cosmos DB should be set to "sql" and not "cosmosdb" for private appservice deployments
Dec 10, 2024
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Deploy the demo with the following config
This will result in failure as the groupid defined in the main.bicep is not a valid groupid for private endpoints
*https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/infra/main.bicep#L1097
List of group ids for databases
The privateendpoint config should look like this
Any log messages given by the failure
Expected/desired behavior
Private link for cosmos db, SQL, is correctly setup
To fix this, modify the line https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/infra/main.bicep#L1097
to
sql
insteadOS and Version?
N/A
azd version?
azd version 1.11.0
Versions
The text was updated successfully, but these errors were encountered: