Azure Functions Job
Azure Functions is a cloud service for serverless application development.
The following table describes Azure Functions job attributes:
Attribute |
Description |
---|---|
Connection profile |
Defines the connection profile for the job. Rules:
|
Function App |
Defines the name of the function application that contains your function. |
Function Name |
Defines the name of the function that you want to run. |
Optional Input Parameters |
Defines specific parameters in JSON format that are passed when when the function runs. Format: {"param1":"value1", "param2":"value2"} For no parameters, specify {}. |
Function Type |
One of the following types of Azure functions:
|