Skip to content
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

multimodal-embeddings.ipynb can not create search index: Operation returned an invalid status 'Forbidden' #242

Open
liujn2000 opened this issue Jun 7, 2024 · 1 comment

Comments

@liujn2000
Copy link

I follow multimodal-embeddings.ipynb to create environment, although i got SUCCESS: Your application was provisioned in Azure in 9 minutes 13 seconds. but it stoped at Creating index...error messege is azure.core.exceptions.HttpResponseError: Operation returned an invalid status 'Forbidden'. can anyone help? or is there any workarround to create index for blob image manually? thanks in advance.

@mattgotteiner
Copy link
Member

Thanks for reporting this issue. The 2 most likely causes

  1. The role assignment for Search Index is incorrect https://learn.microsoft.com/en-us/azure/search/search-security-rbac?tabs=roles-portal-admin%2Croles-portal%2Croles-portal-query%2Ctest-portal%2Ccustom-role-portal
    I'll take a look to see if this is an issue with the bicep files

  2. The Search Service is not configured for keyless authentication
    https://learn.microsoft.com/en-us/azure/search/search-security-rbac?tabs=roles-portal-admin%2Croles-portal%2Croles-portal-query%2Ctest-portal%2Ccustom-role-portal

Again - i'll check the bicep to see if this is the case.

You also need a role in the subscription that lets you create role assignments for the bicep to work (e.g. Owner).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants