Update Readme.md

pull/16/head
James Montemagno 2021-12-03 09:36:11 -08:00 committed by GitHub
parent 43ded77349
commit f04f9db310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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:
@ -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)