Replace function.json with yaml or jsonc
Open
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
# Issue Title
Use YAML or JsonC file instead of function.json
## Description
JSON file does not allow inline comments to explain how certain properties are used.
This is especially useful when referencing ENV vars, like
```
## this is related to the 'my-company/orders' service bus topic
subscriptionName: %subscription_name%
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.