Skip to content

Commit 9d93a43

Browse files
authored
Merge pull request #98871 from ggailey777/anirudh
fix conflict in public PR
2 parents ba071ab + eb91e8d commit 9d93a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-create-first-function-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ You're now ready to publish your local functions project to the function app in
139139
After you create the function app in Azure, you can use the [func azure functionapp publish](functions-run-local.md#project-file-deployment) Core Tools command to deploy your project code to Azure. In this example, replace `<APP_NAME>` with the name of your app.
140140

141141
```console
142-
func azure functionapp publish <APP_NAME> --build remote
142+
func azure functionapp publish <APP_NAME>
143143
```
144144

145-
The `--build remote` option builds your Python project remotely in Azure from the files in the deployment package, which is recommended.
145+
Your Python project is built remotely in Azure from the files in the deployment package.
146146

147147
You'll see output similar to the following message. It's truncated here so you can read it better:
148148

0 commit comments

Comments
 (0)