-
Notifications
You must be signed in to change notification settings - Fork 13
Update to speed aisearch deployment #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Ready for testing |
|
Moving to draft as other workloads have taking priority. The initial issue is that the allowed client application on the skill is set to the object id of search and not the client id: This is because the outputs.tf of aisearchonly: https://github.com/microsoft/multimodal-ai/blob/speed-aisearch-deploy/deployment/terraform/infra/modules/aisearch/searchonly/outputs.tf#L20 does not reference the correct client_id This var is used here: https://github.com/microsoft/multimodal-ai/blob/speed-aisearch-deploy/deployment/terraform/infra/service.tf#L308 If I manually changed it via the portal or disable auth on the skill, it works fine. If I change it in code to match what was originally done: https://github.com/microsoft/multimodal-ai/blob/main/deployment/terraform/infra/modules/aisearch/outputs.tf#L21 I get a notfound error: |


3 basic changes:
this change reduces the deployment time from 26 minutes to 19 minutes