Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.92k stars 441 forks source link

Sync trigger fails when AzureWebJobsStorage is not set. #10341

Open ishank12 opened 2 months ago

ishank12 commented 2 months ago

Check for a solution in the Azure portal

Functions host saves some last hash of the trigger synced. This fails when AzureWebJobsStorage is not set. because it always tries to save the hash on blob.

LogicApps hybrid does not use Azure for runtime as dataplane itself can be at any customer location disconnected from internet. We use AzureWebJobsSecretStorageType = files , so that all the secrets are generated on file storage. There should be similar mechanism to save last synced hash on the filestorage when AzureWebJobsSecretStorageType is set to 'files'

Investigative information

Please provide the following:

Repro steps

Provide the steps required to reproduce the problem:

Expected behavior

Provide a description of the expected behavior.

Actual behavior

Provide a description of the actual behavior observed.

Known workarounds

Provide a description of any known workarounds.

Related information

Provide any related information