Skip to content

Commit 6044f23

Browse files
authored
Update functions-run-local.md
1 parent e7c5c16 commit 6044f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-run-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ If you don't have these tools installed, you need to instead [get a valid access
345345
## <a name="project-file-deployment"></a>Deploy project files
346346

347347
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-powershell,programming-language-python,programming-language-typescript"
348-
To publish your local code to a function app in Azure, use the [`func azure functionapp publish publish`](./functions-core-tools-reference.md#func-azure-functionapp-publish) command, as in the following example:
348+
To publish your local code to a function app in Azure, use the [`func azure functionapp publish`](./functions-core-tools-reference.md#func-azure-functionapp-publish) command, as in the following example:
349349

350350
```
351351
func azure functionapp publish <FunctionAppName>

0 commit comments

Comments
 (0)