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
From the project space, click on **"Create a release"**
## Metadata
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
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. |
| `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`