Skip to content

Sync trigger fails when AzureWebJobsStorage is not set. #10341

Open
@ishank12

Description

@ishank12

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:

  • Timestamp:
  • Function App version:
  • Function App name:
  • Function name(s) (as appropriate):
  • Invocation ID:
  • Region:

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

  • Programming language used
  • Links to source
  • Bindings used

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions