Skip to content

Commit

Permalink
added arch diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshGule committed Oct 31, 2022
1 parent ef23499 commit c14fd40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion demo.http
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
GET https://techtalks-producer.mangoground-2435f5cf.eastasia.azurecontainerapps.io/api/TechTalks/Generate
?numberOfMessages=5000
?numberOfMessages=10000

1 change: 1 addition & 0 deletions docs/05-test-producer-and-consumer.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ We can also verify the messages are being processed by the Consumer app using th
![Consumer app logs](/images/techtalks-consumer-logs-stream.png)

We can see the different attributes related to the Tech Talk like Id, name, Category and Level printed in the log.

Binary file added images/application-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion powershell/setup-tech-talks-container-app.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,8 @@ az containerapp update `
# --plan-name rabbitmq `
# --plan-product rabbitmq `
# --plan-publisher bitnami `
# --public-ip-sku Standard
# --public-ip-sku Standard

# delete resource group $resourceGroupName


0 comments on commit c14fd40

Please sign in to comment.