Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Dec 3, 2021
1 parent 43ded77 commit f04f9db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/demos/azurecontainerapps/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This folder contains additional scripts needed for testing the Azure Container Apps scenario.

You must first enable the _feeds_ injestion API by turning it on in the `api.deployment.json` file on [line 64](https://github.com/microsoft/dotnet-podcasts/blob/main/deploy/Services/api.deployment.json#L64).

```
"deployIngestion": true
```

## Demo steps:

1. Get the HTTP API application details:
Expand Down Expand Up @@ -110,4 +116,4 @@ This folder contains additional scripts needed for testing the Azure Container A
6. Observe how the HTTP API and the worker scale out.
![Scale out replicas](./scale-out-demo-1.png)
![Scale out replicas](./scale-out-demo-1.png)

0 comments on commit f04f9db

Please sign in to comment.