mirror of https://github.com/dapr/docs.git
[1.10] Some docs fixes to components reference (#3187)
- Corrected name of Azure Cosmos DB (Gremlin API) - Fixed bad rendering in KubeMQ bindings reference Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
parent
21d9ba2f13
commit
7956f8214e
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Azure CosmosDBGremlinAPI binding spec"
|
||||
linkTitle: "Azure CosmosDBGremlinAPI"
|
||||
description: "Detailed documentation on the Azure CosmosDBGremlinAPI binding component"
|
||||
title: "Azure Cosmos DB (Gremlin API) binding spec"
|
||||
linkTitle: "Azure Cosmos DB (Gremlin API)"
|
||||
description: "Detailed documentation on the Azure Cosmos DB (Gremlin API) binding component"
|
||||
---
|
||||
|
||||
## Component format
|
||||
|
||||
To setup Azure CosmosDBGremlinAPI binding create a component of type `bindings.azure.cosmosdb.gremlinapi`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
||||
To setup an Azure Cosmos DB (Gremlin API) binding create a component of type `bindings.azure.cosmosdb.gremlinapi`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
||||
|
||||
|
||||
```yaml
|
||||
|
|
@ -35,11 +35,11 @@ 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 CosmosDBGremlinAPI url | `"wss://******.gremlin.cosmos.azure.com:443/"` |
|
||||
| masterKey | Y | Output | The CosmosDBGremlinAPI account master key | `"masterKey"` |
|
||||
| username | Y | Output | The username of the CosmosDBGremlinAPI database | `"/dbs/<database_name>/colls/<graph_name>"` |
|
||||
| `url` | Y | Output | The Cosmos DB url for Gremlin APIs | `"wss://******.gremlin.cosmos.azure.com:443/"` |
|
||||
| `masterKey` | Y | Output | The Cosmos DB account master key | `"masterKey"` |
|
||||
| `username` | Y | Output | The username of the Cosmos DB database | `"/dbs/<database_name>/colls/<graph_name>"` |
|
||||
|
||||
For more information see [Quickstart: Azure Cosmos Graph DB using Gremlin ](https://docs.microsoft.com/azure/cosmos-db/graph/create-graph-console).
|
||||
For more information see [Quickstart: Azure Cosmos Graph DB using Gremlin](https://docs.microsoft.com/azure/cosmos-db/graph/create-graph-console).
|
||||
|
||||
## Binding support
|
||||
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@ kubectl port-forward svc/kubemq-cluster-api -n kubemq 8080:8080
|
|||
{{% /codetab %}}
|
||||
|
||||
{{< /tabs >}}
|
||||
```
|
||||
|
||||
## KubeMQ Documentation
|
||||
Visit [KubeMQ Documentation](https://docs.kubemq.io/) for more information.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- component: Azure CosmosDBGremlinAPI
|
||||
- component: Azure Cosmos DB (Gremlin API)
|
||||
link: cosmosdbgremlinapi
|
||||
state: Alpha
|
||||
version: v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue