-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kamelets Catalog - Make the description a one liner - Azure CosmosDB …
…Sink Signed-off-by: Andrea Cosentino <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
docs/modules/ROOT/partials/azure-cosmosdb-sink-description.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
== Azure CosmosDB Sink Kamelet Description | ||
|
||
=== Authentication methods | ||
|
||
In this Kamelet you have the possibility of using the Azure Identity mechanism or the plain Shared Account Key. Respectively the parameters are `AZURE_IDENTITY` and `SHARED_ACCOUNT_KEY` | ||
|
||
The order of evaluation for `AZURE_IDENTITY` is the following: | ||
|
||
- Enviroment | ||
- Workload Identity | ||
- Managed Identity | ||
- Azure Developer CLI | ||
- IntelliJ | ||
- Azure CLI | ||
- Azure Powershell | ||
|
||
For more information about this you can look at https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme[Azure Identity documentation] | ||
|
||
=== Optional Headers | ||
|
||
In the headers, you can optionally set the `itemPartitionKey` / `ce-itemPartitionKey` property to specify the partition key for a specific item. | ||
|
||
If you do not set the property in the header, you'll need to use the static property itemPartitonKey. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters