-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
adlsgen2setup.ps1does not run properly #1966
Comments
I was getting the same issue earlier . I resolved it by adding the below 2 lines in the create_or_get_group method . Original snippet code :-
Add the below 2 lines in this one .
Modified snippet code :-
However, after modifyng this code if you are still encountering error like "Authorization_RequestDenied: Tenant admin has not enabled Unified Group creation" , just comment out the below line :-
Hopefully it should work. |
@samarjit4290 thanks it is working now. |
@dmpai-per You can find the groups in Azure portal directly if you have access to Entra ID (Azure Active Directory). Since you were able to create the groups , I assume you already have access to Entra ID and can view the groups as well . 👍 |
@samarjit4290 actually i am using MS Entra ID External (this feature here #1959) so i am not quite sure how to add the external users from the external tenant to the new created groups in the tenant that has the storage account. |
This issue is for a: (mark with an
x
)Minimal steps to reproduce
i followed this guide (https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/login_and_acl.md#azure-data-lake-storage-gen2-setup:~:text=Azure%20Data%20Lake%20Storage%20Gen2%20Setup) to create groups and upload docs from the data folder to the storage account but script is not working
Any log messages given by the failure
Expected/desired behavior
OS and Version?
azd version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: