Open singloudly90 opened 9 months ago
cc @srbalakr to look into this
@singloudly90 did you run azd up ? Can you verify if 'searchservice' managed identity is granted permission with aoai service ?
@srbalakr thanks for your reply. if i create resources from portal , i would need to configure Search Apps for Microsoft Entra ID and enable managed identities am i correct? I am using existing resources for my enterprise..
If you created resources in the Portal, then you should follow the steps in the README to use existing resources (https://github.com/Azure-Samples/azure-search-openai-demo?tab=readme-ov-file#using-existing-azure-resources) and then run azd up
. The azd up
process will create necessary roles and make connections. If you don't use azd up
, then you have to study the Bicep to figure out what other changes to make, so I strongly recommend azd up
.
@pamelafox if i does not has permission do role assignment.. does azd up still will work? thank you..
Unfortunately, no, as discussed in the account prerequisites: https://github.com/Azure-Samples/azure-search-openai-demo?tab=readme-ov-file#azure-account-requirements
There are some suggestions there as to the minimum permissions possible that your IT group may be able to grant, but you still need some level of RBAC permissions.
@pamelafox , @srbalakr
I am following the same approach for creation of skillsets, Indexer and Index by enabling intvectorization to True. Old approach took long time for creating indexes for huge data, does this approach or feature helps in reducing the time consumption as well whenever we create indexes for huge data. Could you please confirm.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
azd version?
Versions
Mention any other details that might be useful
When I enable the intvectorization, the creation of skillset, index and indexer is successful however, having issue in running the indexer,even though i manually tag the skillset to the indexer and rerun again using Azure Portal. What is the web api permission did i need to solve this issue?
Thank you.