Skip to content

Commit 4334b04

Browse files
authored
Merge pull request #118947 from camilonore/patch-1
Fix: Typo in functions-develop-vs-code.md. Corrected "baswed" to "based"
2 parents 5d32068 + fd2bec2 commit 4334b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-develop-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ At this point, you can do one of these tasks:
209209

210210
## Add a function to your project
211211

212-
You can add a new function to an existing project baswed on one of the predefined Functions trigger templates. To add a new function trigger, select F1 to open the command palette, and then search for and run the command **Azure Functions: Create Function**. Follow the prompts to choose your trigger type and define the required attributes of the trigger. If your trigger requires an access key or connection string to connect to a service, get it ready before you create the function trigger.
212+
You can add a new function to an existing project based on one of the predefined Functions trigger templates. To add a new function trigger, select F1 to open the command palette, and then search for and run the command **Azure Functions: Create Function**. Follow the prompts to choose your trigger type and define the required attributes of the trigger. If your trigger requires an access key or connection string to connect to a service, get it ready before you create the function trigger.
213213

214214
::: zone pivot="programming-language-csharp"
215215
The results of this action are that a new C# class library (.cs) file is added to your project.

0 commit comments

Comments
 (0)