如何使用Azure CLI中的Gremlin Graph API创建Azure CosmosDB帐户?

时间:2018-05-15 08:27:29

标签: azure-cosmosdb azure-cli

the tutorial on using Azure CosmosDB as a graph database中,他们使用门户网站创建数据库帐户。

我正在尝试弄清楚如何使用Azure CLI执行相同的操作,但是阅读the docs我仍然无法弄清楚如何传递--capabilities参数来启用Gremlin Graph API。

任何提示?

1 个答案:

答案 0 :(得分:1)

“EnableGremlin”是启用Gremlin Graph API的功能名称。

az cosmosdb create -g <resource-group-name> -n <database-account-name> --capabilities EnableGremlin