pip_services3_azure.containers.AzureFunctionContextHelper module

class pip_services3_azure.containers.AzureFunctionContextHelper.AzureFunctionContextHelper

Bases: object

static get_command(context: azure.functions._http.HttpRequest) str

Returns command from Azure Function context.

Parameters

context – the Azure Function context

Returns

returns command from context

static get_correlation_id(context: azure.functions._http.HttpRequest) str

Returns correlationId from Azure Function context.

Parameters

context – the Azure Function context

Returns

returns correlationId from context

static get_parameters(context: azure.functions._http.HttpRequest) pip_services3_commons.run.Parameters.Parameters

Returns body from Azure Function context http request.

Parameters

context – the Azure Function context

Returns

returns body from context