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

gitea_admin 2026-03-11 14:35:05 +00:00
parent 5bf34e10cb
commit 9eefd2ef89

38
Home.md

@ -1,21 +1,31 @@
# Deploy the Project on CamelX Platform # Azure Storage Blob Data Lake Sink
Deploy on CamelX Platform in three steps Send data to 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 | sink |
| 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. |
| `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`