You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`--authlevel`**| Set the authorization level for an HTTP trigger. Supported values are: `function`, `anonymous`, `admin`. Authorization isn't enforced when running locally. For more information, see [Authorization level](functions-bindings-http-webhook-trigger.md#http-auth). |
90
-
|**`--csx`**|(Version 2.x and later versions.) Generates the same C# script (.csx) templates used in version 1.x and in the portal. |
90
+
|**`--csx`**| Generates the same C# script (.csx) templates used by version 1.x and in the portal editor. |
91
91
|**`--language`**, **`-l`**|*Reguired only in version 1.x.* In all other versions, the language is defined by the `--worker-runtime` value passed to `func init`. |
92
92
|**`--name`**, **`-n`**| The function name. |
93
93
|**`--template`**, **`-t`**| Use the `func templates list` command to see the complete list of available templates for each supported language. |
0 commit comments