Update Readme.md
parent
43ded77349
commit
f04f9db310
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
This folder contains additional scripts needed for testing the Azure Container Apps scenario.
|
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:
|
## Demo steps:
|
||||||
|
|
||||||
1. Get the HTTP API application details:
|
1. Get the HTTP API application details:
|
||||||
|
|
Loading…
Reference in New Issue