Instructions to Host UI in Azure for frontend application giving errors #135
biggernaaz
started this conversation in
General
Replies: 1 comment 2 replies
-
@biggernaaz Can you confirm if you have Owner level permissions on the subscription to which these resources are being deployed? Some of the steps in the script run role assignment commands and that requires those permissions. You may see this error if one of the commands prior to role assignments failed , can you run the script with graphrag-accelerator/frontend/deploy.sh Line 103 in 8118923 WEBAPP_IDENTITY_CLIENT_ID is getting assigned or not.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
Hoping @tushardhadiwal or @jgbradley1 can shed some light here as I have been following PR 128 (Adding deployment script for frontend application) and waiting for some frontend UI guidance with this graphrag accelerator.
Created the app registration with ID tokens enabled, but I keep running into this error in the "Configuring registry credentials..." step:
Creating web app identity...
Web app identity created.
Configuring registry credentials...
ERROR: Cannot find user or service principal in graph database for 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'. If the assignee is an appId, make sure the corresponding service principal is created with 'az ad sp create --id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'.
I am still able to launch the webapp and run queries, but wanted to share this and see if others have run into the same issue following this new guidance.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions