Skip to content

Commit f9d5884

Browse files
zhenlanavanigupta
andauthored
Review update
Co-authored-by: Avani Gupta <[email protected]>
1 parent 299099c commit f9d5884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/quickstart-azure-functions-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ For example, consider a queue-triggered Function app. Instead of specifying the
220220

221221
| Name | Value |
222222
|----------------------|--------------------------------------------|
223-
| *MyQueueName* | `@Microsoft.AppConfiguration(Endpoint=https://<your-store-name>.azconfig.io; Key=TestApp:Storage:QueueName)` |
223+
| *MyQueueName* | `@Microsoft.AppConfiguration(Endpoint=<your-store-endpoint>; Key=TestApp:Storage:QueueName)` |
224224

225225
> [!TIP]
226226
> If you have multiple key-values in Azure App Configuration, you can [export them in batch as App Configuration references](./howto-import-export-data.md?#export-data-to-azure-app-service) to Azure Functions using the Azure portal or CLI.

0 commit comments

Comments
 (0)