diff --git a/articles/azure-functions/create-first-function-azure-developer-cli.md b/articles/azure-functions/create-first-function-azure-developer-cli.md index 2304619722a1f..467c18ef03910 100644 --- a/articles/azure-functions/create-first-function-azure-developer-cli.md +++ b/articles/azure-functions/create-first-function-azure-developer-cli.md @@ -55,7 +55,8 @@ You can use the `azd init` command to create a local Azure Functions code projec "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", - "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated" + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated", + "AzureWebJobsFeatureFlags": "EnableWorkerIndexing" } } ```