Skip to content

Commit b0d4706

Browse files
authored
Merge pull request #99369 from fred-cardoso/patch-1
fix: typo "promoted" changed to "prompted"
2 parents 65c8ad3 + 29243d1 commit b0d4706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-how-to-use-azure-function-app-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The Functions editor built into the Azure portal lets you update your function c
265265
Files in the root of the app, such as function.proj or extensions.csproj need to be created and edited by using the [Advanced Tools (Kudu)](#kudu).
266266

267267
1. Select your function app, then under **Development tools** select **Advanced tools** > **Go**.
268-
1. If promoted, sign-in to the SCM site with your Azure credentials.
268+
1. If prompted, sign-in to the SCM site with your Azure credentials.
269269
1. From the **Debug console** menu, choose **CMD**.
270270
1. Navigate to `.\site\wwwroot`, select the plus (**+**) button at the top, and select **New file**.
271271
1. Name the file, such as `extensions.csproj` and press Enter.

0 commit comments

Comments
 (0)