Where is AccountKey for CosmosDB in Azure portal
问题 I am trying to migrate mongodb data to Cosmos db. The migration tool I am using, is asking for "AccountKey" required to connect the Cosmosdb. I am not able to get the account key in azure portal. https://portal.azure.com 回答1: You can find the AccountKey from Settings -> ConnectionString -> Primary Password when you click on your cosmosDB resource 回答2: Navigate to Settings -> Keys to view Primary Key as well as Connection String for CosmosDB in Azure Portal 来源: https://stackoverflow.com