I’m running the Azure Cosmos DB emulator locally, and all is working correctly with the database itself. However I’m trying to change the settings under Explorer -> Settings -> RU Threshold. When I click “Apply”, the settings are not saved, but I get an error below:
Error occurred fetching keys for the account." No authority token provided
I have tried all the changes I can think of for this, including resetting the data and changing the port, and even reinstalling the emulator.
Is there a way to fix this error, so that I’m able to update the settings in Azure Cosmos DB Emulator?
Edit:
To clarify, I’m unable to edit any settings in the Azure Cosmos DB emulator, as I get this error every time.
3
This feature is only supported on Azure Portal. The RU threshold is for cost optimization and doesn’t apply to the emulator, which is meant for dev/test.
2