azure-functions
Here are 1,553 public repositories matching this topic...
-
Updated
Aug 4, 2021 - C#
-
Updated
Sep 7, 2021 - C#
-
Updated
Jun 3, 2021
I'm getting "authLevel": "Anonymous"
from using the new -a
flag. This causes warnings from the JSON schema and has caused an issue with an app where it defaults back to function level when published. That last part strikes me as especially strange but would be a host issue. Regardless, the output from the Core Tools should be camelCased instead of PascalCased.
let people add .json
Is it possible to add .json to .imgbotconfig? (.imgbotconfig.json) I’d like my syntax to be highlighted
-
Updated
Aug 4, 2021 - C#
-
Updated
Aug 18, 2021 - C#
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Jun 24, 2018 - Shell
-
Updated
Nov 11, 2020
-
Updated
Mar 1, 2021
-
Updated
Aug 11, 2021 - C#
-
Updated
Aug 14, 2021 - C#
-
Updated
Jun 8, 2021 - Python
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Apr 26, 2021 - Python
-
Updated
Feb 26, 2021 - C#
-
Updated
Aug 11, 2021 - Python
Describe the solution you'd like
As a user, I'd like to be able to start swa
using a config file. All the CLI flags should be supported.
{
"options": {
// CLI flags
}
}
File name options:
swa.json
swa.config.json
.swarc
swa
property inpackage.json
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Sep 3, 2021 - C#
-
Updated
Jun 26, 2021 - C#
-
Updated
Feb 14, 2019 - C#
Improve this page
Add a description, image, and links to the azure-functions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the azure-functions topic, visit your repo's landing page and select "manage topics."
Use case description
Currently, configuring a function to be executed at multiple schedules requires multiple event entries, each of them potentially specifying additional properties (e.g. enabled, input):