Skip to content

Commit b12fdde

Browse files
authored
Remove extra code break
1 parent 9acce27 commit b12fdde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ In Azure Functions, a function project is a container for one or more individual
112112
func new --name HttpExample --template "HTTP trigger" --authlevel "anonymous"
113113
```
114114

115-
`func new` creates a subfolder matching the function name that contains a code file appropriate to the project's chosen language and a configuration file named *function.json*.
116-
```
115+
`func new` creates a subfolder matching the function name that contains a code file appropriate to the project's chosen language and a configuration file named *function.json*.
117116
::: zone-end
118117
::: zone pivot="python-mode-decorators"
119118
1. Run the `func init` command as follows to create a functions project in a folder named *LocalFunctionProj* with the specified runtime and the specified programming model version.

0 commit comments

Comments
 (0)