File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ The code for all the functions in a specific function app is located in a root p
16
16
```
17
17
FunctionApp
18
18
| - host.json
19
- | - Myfirstfunction
19
+ | - MyFirstFunction
20
20
| | - function.json
21
21
| | - ...
22
- | - mysecondfunction
22
+ | - MySecondFunction
23
23
| | - function.json
24
24
| | - ...
25
25
| - SharedCode
@@ -35,6 +35,3 @@ The [host.json](../articles/azure-functions/functions-host-json.md) file contain
35
35
* [ F# script] ( ../articles/azure-functions/functions-reference-fsharp.md#folder-structure )
36
36
* [ Java] ( ../articles/azure-functions/functions-reference-java.md#folder-structure )
37
37
* [ JavaScript] ( ../articles/azure-functions/functions-reference-node.md#folder-structure )
38
-
39
-
40
-
You can’t perform that action at this time.
0 commit comments