generated from camel.apache.org/kamelet
Update wiki Home page for azure-storage-queue-sink
parent
4cdfe0608e
commit
c83162dc84
37
Home.md
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
|
||||
From the project space, click on **"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).
|
||||
|
||||
The new version is automatically available in the list
|
||||
## Metadata
|
||||
|
||||
## Step 2: Deploy
|
||||
Click on **"Deploy"**
|
||||
| Property | Value |
|
||||
|----------|-------|
|
||||
| Type | sink |
|
||||
| Group | Azure Storage Queue |
|
||||
| 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 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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user