Update wiki Home page for azure-storage-blob-event-based-source
parent
30ce98543b
commit
eea72d6dfd
43
Home.md
43
Home.md
@ -1,21 +1,36 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# Azure Storage Blob Event-based Source
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account.
|
||||||
|
|
||||||
## Step 1: Create a release
|
## Metadata
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
The new version is automatically available in the list
|
| Property | Value |
|
||||||
|
|----------|-------|
|
||||||
|
| Type | source |
|
||||||
|
| Group | Azure Storage Blob Event Based |
|
||||||
|
| Namespace | Azure |
|
||||||
|
| Support Level | Preview |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
## Step 2: Deploy
|
## Properties
|
||||||
Click on **"Deploy"**
|
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
| Name | Type | Required | Default | Description |
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|------|------|----------|---------|-------------|
|
||||||
- **Configuration:** Select the configuration source
|
| `topicOrQueueName` | string | ✓ | | Topic Or Queue Name for the Azure Servicebus instance |
|
||||||
- **Resources:** Set CPU and Memory
|
| `connectionString` | string | ✓ | | Connection String for Azure Servicebus instance |
|
||||||
|
| `serviceBusReceiveMode` | string | | `RECEIVE_AND_DELETE` | Sets the receive mode for the receiver. |
|
||||||
|
| `subscriptionName` | string | | | Sets the name of the subscription in the topic to listen to. This parameter is mandatory in case of topic. |
|
||||||
|
| `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. |
|
||||||
|
| `getBlob` | boolean | | `false` | If getBlob is enabled, then the file created in the container will be get and returned as body, if not only the event will be returned as body. |
|
||||||
|
|
||||||
## Step 3: Expose
|
## Dependencies
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
- `camel:azure-servicebus`
|
||||||
|
- `camel:azure-storage-blob`
|
||||||
|
- `camel:kamelet`
|
||||||
|
- `camel:core`
|
||||||
|
- `camel:jsonpath`
|
||||||
|
- `camel:jackson`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user