From 32a574eff16d3c280db38b2928f9414a45d6465e Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:35:09 +0000 Subject: [PATCH] Update wiki Home page for azure-storage-files-sink --- Home.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..281239e 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,31 @@ -# Deploy the Project on CamelX Platform +# Azure Storage Files Sink -Deploy on CamelX Platform in three steps +Upload data to Azure Storage Files Share. -## Step 1: Create a release -From the project space, click on **"Create a release"** +In the header, you can set the `file` / `ce-file` property to specify the filename to upload. If you do set property in the header, the Kamelet uses the exchange ID as filename. -The new version is automatically available in the list +## Metadata -## Step 2: Deploy -Click on **"Deploy"** +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Azure Storage Blob | +| Namespace | Azure | +| Support Level | Stable | +| Provider | Apache Software Foundation | -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +## Properties -## Step 3: Expose -Enable **"Expose"** +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `accountName` | string | ✓ | | The Azure Storage Blob account name. | +| `shareName` | string | ✓ | | The Azure Storage File Share share name. | +| `sharedKey` | string | | | The Azure Storage Blob access key. | +| `credentialType` | string | | `SHARED_ACCOUNT_KEY` | Determines the credential strategy to adopt. | +| `directoryName` | string | | `.` | The directory from where the producer will upload the file. | -Choose an **API Gateway** (Internal, Public, etc.) +## Dependencies + +- `camel:core` +- `camel:azure-storage-blob` +- `camel:kamelet`