From f04f9db3109fdb2280a39ae6dbbb555c7f89cf62 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Fri, 3 Dec 2021 09:36:11 -0800 Subject: [PATCH] Update Readme.md --- docs/demos/azurecontainerapps/Readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/demos/azurecontainerapps/Readme.md b/docs/demos/azurecontainerapps/Readme.md index c66a960..9f0e01f 100644 --- a/docs/demos/azurecontainerapps/Readme.md +++ b/docs/demos/azurecontainerapps/Readme.md @@ -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) \ No newline at end of file + ![Scale out replicas](./scale-out-demo-1.png)