diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md b/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md index 12e6569ee..9f67360bf 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md @@ -76,7 +76,7 @@ Table captions: |------|:----------------:|:-----------------:|--------| --------- | ---------- | | [Azure Blob Storage]({{< ref blobstorage.md >}}) | | ✅ | Alpha | v1 | 1.0 | | [Azure CosmosDB]({{< ref cosmosdb.md >}}) | | ✅ | Alpha | v1 | 1.0 | -| [Azure CosmosGraphDB]({{< ref cosmosgrapdb.md >}}) | | ✅ | Alpha | v1 | 1.5 | +| [Azure CosmosDBGremlinAPI]({{< ref cosmosdbgremlinapi.md >}}) | | ✅ | Alpha | v1 | 1.5 | | [Azure Event Grid]({{< ref eventgrid.md >}}) | ✅ | ✅ | Alpha | v1 | 1.0 | | [Azure Event Hubs]({{< ref eventhubs.md >}}) | ✅ | ✅ | Alpha | v1 | 1.0 | | [Azure Service Bus Queues]({{< ref servicebusqueues.md >}}) | ✅ | ✅ | Alpha | v1 | 1.0 | diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/cosmosgrapdb.md b/daprdocs/content/en/reference/components-reference/supported-bindings/cosmosdbgremlinapi.md similarity index 63% rename from daprdocs/content/en/reference/components-reference/supported-bindings/cosmosgrapdb.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/cosmosdbgremlinapi.md index 6de4c31b7..15529cff8 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/cosmosgrapdb.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/cosmosdbgremlinapi.md @@ -1,13 +1,13 @@ --- type: docs -title: "Azure CosmosGraphDB binding spec" -linkTitle: "Azure CosmosGraphDB" -description: "Detailed documentation on the Azure CosmosGraphDB binding component" +title: "Azure CosmosDBGremlinAPI binding spec" +linkTitle: "Azure CosmosDBGremlinAPI" +description: "Detailed documentation on the Azure CosmosDBGremlinAPI binding component" --- ## Component format -To setup Azure CosmosGraphDB binding create a component of type `bindings.azure.cosmosgraphdb`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration. +To setup Azure CosmosDBGremlinAPI binding create a component of type `bindings.azure.cosmosdbgremlinapi`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration. ```yaml @@ -17,7 +17,7 @@ metadata: name: namespace: spec: - type: bindings.azure.cosmosgraphdb + type: bindings.azure.cosmosdbgremlinapi version: v1 metadata: - name: url @@ -36,9 +36,9 @@ The above example uses secrets as plain strings. It is recommended to use a secr | Field | Required | Binding support | Details | Example | |--------------------|:--------:|--------|---------|---------| -| url | Y | Output | The CosmosGraphDB url | `"wss://******.gremlin.cosmos.azure.com:443/"` | -| masterKey | Y | Output | The CosmosGraphDB account master key | `"masterKey"` | -| database | Y | Output | The username of the CosmosGraphDB database | `"username"` | +| url | Y | Output | The CosmosDBGremlinAPI url | `"wss://******.gremlin.cosmos.azure.com:443/"` | +| masterKey | Y | Output | The CosmosDBGremlinAPI account master key | `"masterKey"` | +| database | Y | Output | The username of the CosmosDBGremlinAPI database | `"username"` | For more information see [Quickstart: Azure Cosmos Graph DB using Gremlin ](https://docs.microsoft.com/en-us/azure/cosmos-db/graph/create-graph-console).