Skip to content

Document Blob Storage SDK type requirements - #240

Open
Arnab Nandy (arnabnandy7) wants to merge 1 commit into
Azure:devfrom
arnabnandy7:docs/blob-sdk-type-requirements
Open

Document Blob Storage SDK type requirements#240
Arnab Nandy (arnabnandy7) wants to merge 1 commit into
Azure:devfrom
arnabnandy7:docs/blob-sdk-type-requirements

Conversation

@arnabnandy7

Copy link
Copy Markdown

Description

Documents the configuration required to use Azure Blob Storage SDK types with Java Functions.

Without SDK type support enabled, the Java worker treats BlobClient as a POJO and Gson attempts to deserialize it, resulting in a duplicate client field exception.

Fixes #222.

Changes

  • Document supported Blob Storage SDK types.
  • Document the JAVA_ENABLE_SDK_TYPES=true application setting.
  • Document the Azure Functions Maven Plugin 1.38.0+ requirement.
  • Add a BlobClient trigger example.
  • Clarify the one-SDK-type-per-function limitation.
  • Update BlobTrigger Javadoc with the same requirements.

Validation

  • No runtime code was changed.

Signed-off-by: Arnab Nandy <arnab_nandy7@yahoo.com>
@arnabnandy7
Arnab Nandy (arnabnandy7) requested a review from a team as a code owner August 8, 2026 15:56
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Duplicated field "client" in BlockBlobClient, raises gson IllegalArgumentException

1 participant