Deployment Error: BadRequest: NetworkAcls is required for this resouce #48
Unanswered
TimMaltGermany
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You might want to mention that there is a fix for this issue:
Azure-Samples/azure-search-openai-demo#133
One has to add:
networkAcls: { defaultAction: 'Allow' }
to
infra/core/ai/cognitiveservices.bicep
within theproperties
section.Beta Was this translation helpful? Give feedback.
All reactions