Skip to content

Commit 4f8e042

Browse files
Merge pull request #230603 from Venkateshdodda-MSFT/patch-38
(AzureCXP) fixes MicrosoftDocs/azure-docs#106580
2 parents 69216e1 + 1c7d44f commit 4f8e042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-add-output-binding-storage-queue-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This article assumes that you're already signed in to your Azure subscription fr
5656

5757
In the [previous quickstart article](./create-first-function-vs-code-csharp.md), you created a function app in Azure along with the required storage account. The connection string for this account is stored securely in the app settings in Azure. In this article, you write messages to a Storage queue in the same account. To connect to your storage account when running the function locally, you must download app settings to the *local.settings.json* file.
5858

59-
1. Press <kbd>F1</kbd> to open the command palette, then search for and run the command `Azure Functions: Download Remote Settings....`.
59+
1. Press <kbd>F1</kbd> to open the command palette, then search for and run the command `Azure Functions: Download Remote Settings...`.
6060

6161
1. Choose the function app you created in the previous article. Select **Yes to all** to overwrite the existing local settings.
6262

0 commit comments

Comments
 (0)