Tim
Tim
Upon further inspection, it looks like the `objectId` is now coming back as simply `id`. So, the new command should be `objectId=$(az ad sp show --id $appId --query "id" -o...
Some notes/workarounds - Deploying with `-g` or `-d` does not have this issue. - You can manually add the AKS VNET to the CosmosDB Firewall via the Portal. Networking ->...
Need to test this again after changes from #123 were introduced.
I believe this is OBE now.
Actually, no, this is still an issue when deploying GraphRAG in Azure Government without the `-g` option.
@chiara89 - check out the find by @Yushi-Saito above. Do you have a typo in your `deploy.paramaters.json`?
Closing as stale; appears to be misconfiguration and/or rate limit issues.
Nice catch and makes a lot of sense. I'm working on a PR (#106) to clean up the logging so it's a bit clearer what is happening.
Yep, I figured. I was able to get around this issue by updating app.py to skip the entity_config parts.
Any luck @doruit? Did you happen to try running again? When you kick of an indexing run, a kubernetes job is spun up (within about 5 mins). If you ran...