update snippet for enabling ingestion

pull/155/head
Marcus Felling 2022-09-20 11:30:11 -05:00
parent 5fa1b3ddec
commit 4a2569fee1
No known key found for this signature in database
GPG Key ID: 89EBCF55B58D842F
1 changed files with 2 additions and 2 deletions

View File

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