Skip to main content

functions_extensions

Creates, updates, deletes, gets or lists a functions_extensions resource.

Overview

Namefunctions_extensions
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
invoke_functions_hostexecsubscriptionId, 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.

NameDatatypeDescription
containerAppNamestringName of the Container App.
functionAppNamestringName of the Function App, the extension resource.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
revisionNamestringName of the Container App Revision, the parent resource.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

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
;