Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit d7a2b6f

Browse files
author
Yoichi Kawasaki
committed
fixed up doc mistake
1 parent 6bc4806 commit d7a2b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart-v2-python-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a quickstart on how you create and deploy a Python function on Azure Fun
1313
- [function.json](#functionjson)
1414
- [Update the host.json file to use extension bundles,](#update-the-hostjson-file-to-use-extension-bundles)
1515
- [Run the function locally](#run-the-function-locally)
16-
- [Publishing to Azure](#publishing-to-azure)
16+
- [Publishing to Azure](#publishing-to-azure)
1717
- [LINKS](#links)
1818

1919

@@ -139,7 +139,7 @@ func host start
139139
For more detail, please refer to [Local development Azure Functions Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-register#local-development-azure-functions-core-tools)
140140
>
141141
142-
### Publishing to Azure
142+
## Publishing to Azure
143143

144144
```sh
145145
APP_NAME="your function name"

0 commit comments

Comments
 (0)