Skip to content

Azure: Remove references to funclocal#532

Open
bblommers wants to merge 1 commit intomainfrom
azure-remove-funclocal-references
Open

Azure: Remove references to funclocal#532
bblommers wants to merge 1 commit intomainfrom
azure-remove-funclocal-references

Conversation

@bblommers
Copy link
Copy Markdown

Motivation

The Azure Functions Core Tools is an Azure tool to help developers manage their Functions Apps.

We have a tool called funclocal to automatically intercept any HTTP requests and send them to our Emulator, as documented in our docs.

However, as long as the user calls azlocal start-interception (which is already documented as part of the az tool), the func tool automatically calls the Emulator. This makes the funclocal tool unnecessary, and we could just remove it altogether.

Note

We should have a separate page to explain how the func tool works as part of our Integrations page, but that can be tackled later on.

@bblommers bblommers marked this pull request as ready for review March 30, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants