Update wiki Home page for azure-storage-datalake-source

gitea_admin 2026-03-11 14:35:07 +00:00
parent ba2cca643d
commit d713b9a04c

39
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 ## Metadata
From the project space, click on **"Create a release"**
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 ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `accountName` | string | ✓ | | The Azure Storage Blob Data lake account name. |
- **Resources:** Set CPU and Memory | `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 ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:azure-storage-datalake`
- `camel:kamelet`
- `camel:core`
- `camel:timer`