ContainerAppRevisionResource.InvokeFunctionsHost Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Proxies a Functions host call to the function app backed by the container app.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/providers/Microsoft.App/functions/{functionAppName}/invoke.
- Operation Id. : FunctionsExtension_InvokeFunctionsHost.
- Default Api Version. : 2025-10-02-preview.
- Resource. : ContainerAppRevisionResource.
public virtual Azure.Response<string> InvokeFunctionsHost(string functionAppName, System.Threading.CancellationToken cancellationToken = default);
abstract member InvokeFunctionsHost : string * System.Threading.CancellationToken -> Azure.Response<string>
override this.InvokeFunctionsHost : string * System.Threading.CancellationToken -> Azure.Response<string>
Public Overridable Function InvokeFunctionsHost (functionAppName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of String)
Parameters
- functionAppName
- String
Name of the Function.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
functionAppName is null.
functionAppName is an empty string, and was expected to be non-empty.