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 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.
From the project space, click on **"Create a release"**
The new version is automatically available in the list ## Metadata
## Step 2: Deploy | Property | Value |
Click on **"Deploy"** |----------|-------|
| Type | sink |
| Group | Azure Storage Blob |
| Namespace | Azure |
| Support Level | Stable |
| Provider | Apache Software Foundation |
- **Version:** Select the desired release ## Properties
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Step 3: Expose | Name | Type | Required | Default | Description |
Enable **"Expose"** |------|------|----------|---------|-------------|
| `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`