Skip to content

Conversation

@andagr
Copy link
Contributor

@andagr andagr commented Oct 22, 2025

Issue describing the changes in this PR

resolves [#3211]

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

Additional information

The example function with input/output is used standalone on https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-trigger . When copying this the code does not compile because it uses the class name, which is not included in the example, as function name.

Renaming the function to something more explicit, and using that as function name, should improve the example.

The example function with input/output is used standalone on https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-trigger . When copying this the code does not compile because it uses the class name, which is not included in the example, as function name.

Renaming the function to something more explicit, and using that as function name, should improve the example.
@andagr andagr changed the title Use name of function instead of class for input/output example Use name of function instead of class for input/output queue example Oct 22, 2025
@fabiocav
Copy link
Member

/azp run

@azure-pipelines
Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@fabiocav
Copy link
Member

/azp run dotnet-worker.public

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@satvu satvu merged commit 3a7d27e into Azure:main Nov 6, 2025
9 checks passed
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.

3 participants