Skip to content

Commit b14b6be

Browse files
authored
Merge pull request #97403 from PramodValavala-MSFT/patch-81
(AzureCXP) update for uniform casing
2 parents eaacf2f + 47e60b3 commit b14b6be

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

includes/functions-folder-structure.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The code for all the functions in a specific function app is located in a root p
1616
```
1717
FunctionApp
1818
| - host.json
19-
| - Myfirstfunction
19+
| - MyFirstFunction
2020
| | - function.json
2121
| | - ...
22-
| - mysecondfunction
22+
| - MySecondFunction
2323
| | - function.json
2424
| | - ...
2525
| - SharedCode
@@ -35,6 +35,3 @@ The [host.json](../articles/azure-functions/functions-host-json.md) file contain
3535
* [F# script](../articles/azure-functions/functions-reference-fsharp.md#folder-structure)
3636
* [Java](../articles/azure-functions/functions-reference-java.md#folder-structure)
3737
* [JavaScript](../articles/azure-functions/functions-reference-node.md#folder-structure)
38-
39-
40-

0 commit comments

Comments
 (0)