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

gitea_admin 2026-03-11 14:35:02 +00:00
parent 87f2577802
commit 185efa3456

37
Home.md

@ -1,21 +1,30 @@
# Deploy the Project on CamelX Platform
# Azure Storage Blob Sink
Deploy on CamelX Platform in three steps
Upload data to Azure Storage Blob.
## 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. |
| `containerName` | string | ✓ | | The Azure Storage Blob container name. |
| `accessKey` | string | | | The Azure Storage Blob access key. |
| `credentialType` | string | | `SHARED_ACCOUNT_KEY` | Determines the credential strategy to adopt. |
Choose an **API Gateway** (Internal, Public, etc.)
## Dependencies
- `camel:core`
- `camel:azure-storage-blob`
- `camel:kamelet`