0
votes

Have created a blob trigger in java by following functions-reference-java. The trigger works locally, however in the portal it says Error: The binding type(s) 'blobTrigger' are not registered.

Have followed these instructions to update the azure-function-core

My Function app details:

  • Runtime version: 2.0.12246.0 (~2)
  • Plaftform: 64-bit

How to get the extensions installed ?

Function app error

1

1 Answers

0
votes

I resolved it myself. extensions.csproj was missing from my pipeline.

I manually added it via the portal and ran the following in the kudu prompt.

dotnet build extensions.csproj -o bin --no-incremental --packages D:\home\.nuget