From 4a2569fee1a58cd3dfe4fa3940ec68e71d137afc Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Tue, 20 Sep 2022 11:30:11 -0500 Subject: [PATCH] update snippet for enabling ingestion --- docs/demos/azurecontainerapps/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/demos/azurecontainerapps/Readme.md b/docs/demos/azurecontainerapps/Readme.md index 5514df8..9e8afd2 100644 --- a/docs/demos/azurecontainerapps/Readme.md +++ b/docs/demos/azurecontainerapps/Readme.md @@ -4,8 +4,8 @@ This folder contains additional scripts needed for testing the Azure Container A You must first enable the _feeds_ injestion API by turning it on in the `api.bicep` file on [line 27](https://github.com/microsoft/dotnet-podcasts/blob/main/deploy/Services/api.bicep#L27). -``` -"deployIngestion": true +```bicep +var deployIngestion = true ``` ## Demo steps: