Update wiki Home page for azure-storage-datalake-source
parent
ba2cca643d
commit
d713b9a04c
39
Home.md
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
|
||||
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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user