functions_extensions
Creates, updates, deletes, gets or lists a functions_extensions
resource.
Overview
Name | functions_extensions |
Type | Resource |
Id | azure.container_apps.functions_extensions |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
invoke_functions_host | exec | subscriptionId , resourceGroupName , containerAppName , revisionName , functionAppName |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
containerAppName | string | Name of the Container App. |
functionAppName | string | Name of the Function App, the extension resource. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
revisionName | string | Name of the Container App Revision, the parent resource. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- invoke_functions_host
Functions host call response.
EXEC azure.container_apps.functions_extensions.invoke_functions_host
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@containerAppName='{{ containerAppName }}' --required,
@revisionName='{{ revisionName }}' --required,
@functionAppName='{{ functionAppName }}' --required
;