Azure-Samples / azure-search-dotnet-utilities

C# code samples that help with admin or development tasks in Azure Cognitive Search.
MIT License
14 stars 13 forks source link

issue with indexing #9

Open yusufdemirbeigene opened 7 months ago

yusufdemirbeigene commented 7 months ago

I had to change the net5.0 to net8.0 due to giving upgrade request. but still getting this error....

C:\Users...\azure-search-dotnet-utilities\data-lake-gen2-acl-indexing> dotnet run Create acldemo if not exists... Unhandled exception. Azure.Identity.CredentialUnavailableException: DefaultAzureCredential failed to retrieve a token from the included credentials. See the troubleshooting guide for more information. https://aka.ms/azsdk/net/identity/defaultazurecredential/troubleshoot

wearerock commented 2 months ago

Any updates on this issue? Got the same on my .NET8 after moving to NSwag image image