在the tutorial on using Azure CosmosDB as a graph database中,他们使用门户网站创建数据库帐户。
我正在尝试弄清楚如何使用Azure CLI执行相同的操作,但是阅读the docs我仍然无法弄清楚如何传递--capabilities
参数来启用Gremlin Graph API。
任何提示?
答案 0 :(得分:1)
“EnableGremlin”是启用Gremlin Graph API的功能名称。
az cosmosdb create -g <resource-group-name> -n <database-account-name> --capabilities EnableGremlin