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

gitea_admin 2026-03-11 14:35:12 +00:00
parent 4cdfe0608e
commit c83162dc84

37
Home.md

@ -1,21 +1,30 @@
# Deploy the Project on CamelX Platform # Azure Storage Queue Sink
Deploy on CamelX Platform in three steps Send events to Azure Storage queues.
## Step 1: Create a release In the header, you can set the `partition` / `ce-partition` property to determine how long an event remains in the Azure Storage queue. Use `PnDTnHnMn.nS.` format. For example, `PT20.345S`parses as 20.345 seconds and `P2D`parses as 2 days. If you not set the property in the header, the Kamelet uses the default of `P27D` (7 days).
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 Queue |
| 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 Queue account name. |
| `queueName` | string | ✓ | | The Azure Storage Queue container name. |
| `accessKey` | string | ✓ | | The Azure Storage Queue 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-queue`
- `camel:kamelet`