From d713b9a04cc03cf01ef1b5a4be220066c246d02a Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:35:07 +0000 Subject: [PATCH] Update wiki Home page for azure-storage-datalake-source --- Home.md | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..59401ca 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,32 @@ -# Deploy the Project on CamelX Platform +# Azure Storage Blob Data Lake Source -Deploy on CamelX Platform in three steps +Consume files from Azure Storage Blob Data Lake. -## Step 1: Create a release -From the project space, click on **"Create a release"** +## Metadata -The new version is automatically available in the list +| Property | Value | +|----------|-------| +| Type | source | +| Group | Azure Storage Blob Data Lake | +| Namespace | Azure | +| Support Level | Stable | +| Provider | Apache Software Foundation | -## Step 2: Deploy -Click on **"Deploy"** +## Properties -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `accountName` | string | ✓ | | The Azure Storage Blob Data lake account name. | +| `clientId` | string | ✓ | | The Azure Storage Blob Data lake client Id. | +| `clientSecret` | string | ✓ | | The Azure Storage Blob Data lake client secret. | +| `tenantId` | string | ✓ | | The Azure Storage Blob Data lake tenant id. | +| `fileSystemName` | string | ✓ | | The Azure Storage Blob Data lake File system name. | +| `delay` | integer | | `500` | The number of milliseconds before the next poll of the selected blob. | +| `credentialType` | string | | `CLIENT_SECRET` | Determines the credential strategy to adopt. | -## Step 3: Expose -Enable **"Expose"** +## Dependencies -Choose an **API Gateway** (Internal, Public, etc.) +- `camel:azure-storage-datalake` +- `camel:kamelet` +- `camel:core` +- `camel:timer`