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

gitea_admin 2026-03-11 14:35:09 +00:00
parent ea384fd3bf
commit 32a574eff1

38
Home.md

@ -1,21 +1,31 @@
# Deploy the Project on CamelX Platform
# Azure Storage Files Sink
Deploy on CamelX Platform in three steps
Upload data to Azure Storage Files Share.
## Step 1: Create a release
From the project space, click on **"Create a release"**
In the header, you can set the `file` / `ce-file` property to specify the filename to upload. If you do set property in the header, the Kamelet uses the exchange ID as filename.
The new version is automatically available in the list
## Metadata
## Step 2: Deploy
Click on **"Deploy"**
| Property | Value |
|----------|-------|
| Type | sink |
| Group | Azure Storage Blob |
| Namespace | Azure |
| Support Level | Stable |
| Provider | Apache Software Foundation |
- **Version:** Select the desired release
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Properties
## Step 3: Expose
Enable **"Expose"**
| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `accountName` | string | ✓ | | The Azure Storage Blob account name. |
| `shareName` | string | ✓ | | The Azure Storage File Share share name. |
| `sharedKey` | string | | | The Azure Storage Blob access key. |
| `credentialType` | string | | `SHARED_ACCOUNT_KEY` | Determines the credential strategy to adopt. |
| `directoryName` | string | | `.` | The directory from where the producer will upload the file. |
Choose an **API Gateway** (Internal, Public, etc.)
## Dependencies
- `camel:core`
- `camel:azure-storage-blob`
- `camel:kamelet`