Skip to content

Commit 108c0d4

Browse files
authored
Merge pull request mendix#10672 from mendix/qt-ebupdate
Update Event Broker screenshots
2 parents 3f3fb11 + f8774b8 commit 108c0d4

11 files changed

Lines changed: 14 additions & 14 deletions

File tree

content/en/docs/marketplace/platform-supported-content/services/event-broker.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ Technical Contacts with a license to the Mendix Event Broker can manage this fea
148148
* **Azure Blob Storage** – one-way bridge that receives events via Azure object storage
149149
* **AWS S3** – one-way bridge that receives events via AWS object storage
150150

151-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/ebb_general_bridge_create.png" class="no-border" >}}
151+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/ebb_general_bridge_create.png" >}}
152152

153-
1. Click **Next** to continue creating your bridge.
153+
3. Click **Next** to continue creating your bridge.
154154

155155
* For instructions on configuring AWS SQS, see [Configuring a Bridge with AWS SQS](#bridge-with-aws-sqs).
156156
* For instructions on configuring HTTP, see [Configuring a Bridge with HTTP](#bridge-with-http).
157157
* For instructions on configuring Azure Blob Storage, see [Configuring a Bridge with Azure Blob Storage](#bridge-with-azure-blob-storage).
158158
* For instructions on configuring AWS S3, see [Configuring a Bridge with AWS S3](#bridge-with-aws-s3).
159159

160-
2. After configuring the service and connecting events (as described in the bridge-specific sections above), click **Start** on the confirmation screen to deploy the bridge.
160+
4. After configuring the service and connecting events (as described in the bridge-specific sections above), click **Start** on the confirmation screen to deploy the bridge.
161161

162-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/ebb_general_bridge_start.png" class="no-border" >}}
162+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/ebb_general_bridge_start.png" >}}
163163

164164
Once the bridge has been successfully deployed, its configuration and status can be viewed on the **Overview** page.
165165

@@ -175,7 +175,7 @@ The creation process for AWS SQS bridges includes two additional steps on the Me
175175
* **Name** – the name you want to call the bridge
176176
* **AWS region** – the AWS region where your bridge operates
177177

178-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_configure.png" class="no-border" width="400" >}}
178+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_configure.png" width="400" >}}
179179

180180
2. Click **Next** to continue the configuration.
181181

@@ -186,17 +186,17 @@ Select the business events to integrate with AWS SQS:
186186
1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker, including Mendix app-defined events and uploaded AsyncAPI events.
187187
2. Select the checkbox for the event(s) you want to add, then click **Select**.
188188

189-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_choose_events.png" class="no-border" width="400" >}}
189+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_choose_events.png" width="400" >}}
190190

191191
3. Configure each event with its own SQS URL for each direction the event will be integrated.
192192

193-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_connect_events.png" class="no-border" width="400" >}}
193+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_connect_events.png" width="400" >}}
194194

195195
4. Click **Next** to continue.
196196

197197
5. Confirm the configuration with the AWS Access Policy.
198198

199-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_approve_policy.png" class="no-border" width="400" >}}
199+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_approve_policy.png" width="400" >}}
200200

201201
6. After all events have been configured, click **Start** to start the Mendix Event Broker Bridge. This process will take several minutes to complete.
202202

@@ -262,7 +262,7 @@ Add the object below to your Access Policy of the AWS SQS queue if it is receivi
262262
* **Name** – the name you want to call the bridge
263263
* **AWS region** – the AWS region where your bridge operates
264264

265-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_configure.png" class="no-border" width="400" >}}
265+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_configure.png" width="400" >}}
266266

267267
2. Click **Next** to connect events to your bridge.
268268

@@ -273,7 +273,7 @@ Select the business events to integrate with the HTTP Bridge:
273273
1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker, including Mendix app-defined events and uploaded AsyncAPI events. Only events capable of subscribing are shown, as this bridge operates in one direction.
274274
2. Select the event(s) to integrate. Once selected, the URL for the HTTP connection is automatically generated.
275275

276-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_connect_events.png" class="no-border" width="400" >}}
276+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_connect_events.png" width="400" >}}
277277

278278
3. Click **Next** to proceed to the confirmation screen.
279279

@@ -302,7 +302,7 @@ To run the HTTP bridge from your client, include a Bearer token in the request h
302302
* **Storage SAS Token** – the storage SAS Token
303303
* **Container Path** – the path of the container where the messages will be stored
304304

305-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/azure-blob-storage/ebb_azure_blob_configure.png" class="no-border" >}}
305+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/azure-blob-storage/ebb_azure_blob_configure.png" >}}
306306

307307
2. Click **Next** to connect events to your bridge.
308308

@@ -313,7 +313,7 @@ Select the business events to integrate with Azure Blob Storage:
313313
1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker, including Mendix app-defined events and uploaded AsyncAPI events. Only events capable of publishing are shown, as this bridge operates in one direction.
314314
2. Select the event(s) to integrate and specify the prefix path for event storage.
315315

316-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/azure-blob-storage/ebb_azure_blob_connect_events.png" class="no-border" >}}
316+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/azure-blob-storage/ebb_azure_blob_connect_events.png" >}}
317317

318318
3. Click **Next** to proceed to the confirmation screen.
319319

@@ -341,7 +341,7 @@ Once the Mendix Event Broker Bridge has been successfully deployed, its configur
341341
For detailed instructions on how to create the IAM role and obtain these values, see [Configure AWS Authentication for S3 Bridge](#configure-aws-s3-authentication).
342342
{{% /alert %}}
343343

344-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_configure.png" class="no-border" >}}
344+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_configure.png" >}}
345345

346346
2. Click **Next** to connect events to your bridge.
347347

@@ -352,7 +352,7 @@ Select the business events to integrate with AWS S3:
352352
1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker, including Mendix app-defined events and uploaded AsyncAPI events. Only events capable of publishing are shown, as this bridge operates in one direction.
353353
2. Select the event(s) to integrate and specify the prefix path for event storage.
354354

355-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_connect_events.png" class="no-border" >}}
355+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_connect_events.png" >}}
356356

357357
3. Click **Next** to proceed to the confirmation screen.
358358

-3.08 KB
Loading
-2.76 KB
Loading
-2.84 KB
Loading
-2.35 KB
Loading
-4.74 KB
Loading
Loading
-130 KB
Loading
-143 KB
Loading
-6.56 KB
Loading

0 commit comments

Comments
 (0)