Skip to content

Commit b9cbf7d

Browse files
authored
Merge pull request #124016 from pierceboggan/patch-4
Fix second unnecessary 'publish' in instructions to publish local code to function app in Azure
2 parents 2e36753 + 6044f23 commit b9cbf7d

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)