Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion samples/eventhubs-eventgrid/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ archive, aggregates it per device, and writes summaries to a curated hub.
The following diagram illustrates the architecture of the solution:

```mermaid
flowchart LR
flowchart TB
devices["Devices<br/>telemetry_producer.py"]

subgraph ehns["Event Hubs namespace"]
Expand Down Expand Up @@ -44,6 +44,11 @@ flowchart LR
notifications -->|"5: trigger (capture-processor group)"| processor
processor -->|"6: read archive (data.fileUrl)"| archive
processor -->|"7: per-device summaries (output binding)"| curated

style ehns fill:#ffffff,stroke:#999999,color:#333333
style storage fill:#ffffff,stroke:#999999,color:#333333
style eventgrid fill:#ffffff,stroke:#999999,color:#333333
style funcapp fill:#ffffff,stroke:#999999,color:#333333
```

## Why this shape
Expand Down
5 changes: 5 additions & 0 deletions samples/eventhubs/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ flowchart LR
ehns -.-> kv
funcapp -.->|"telemetry"| monitor
dashboard -.->|"telemetry"| monitor

style producers fill:#ffffff,stroke:#999999,color:#333333
style ehns fill:#ffffff,stroke:#999999,color:#333333
style funcapp fill:#ffffff,stroke:#999999,color:#333333
style storage fill:#ffffff,stroke:#999999,color:#333333
```

**Deployment flow.** The deploy script creates Log Analytics and Application Insights, a
Expand Down
3 changes: 3 additions & 0 deletions samples/servicebus/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ flowchart LR
app -->|"1: send 'Hello, World!'"| queue
queue -->|"2: deliver to @ServiceBusListener"| app
app -.->|"authenticates with AZURE_SERVICEBUS_CONNECTION_STRING"| sbns

style host fill:#ffffff,stroke:#999999,color:#333333
style sbns fill:#ffffff,stroke:#999999,color:#333333
```

The solution is composed of the following Azure resources:
Expand Down