Azure / Azure/azure-functions-host

We shouldn't be generating function keys for non http functions

Open
#1,632 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

If you create a queue triggered function in the portal, we end up generating a function secret file for that function that includes a function key. However, function secrets are only used for http functions.

Related portal issue here: https://github.com/Azure/azure-functions-ux/issues/1511

Contributor guide

Open the contributing guide

Research direction

Reproduce the portal-created queue-triggered function and inspect the generated function secret file; the related portal issue is Azure/azure-functions-ux#1511. The work is done when non-HTTP functions no longer receive a function key, while HTTP functions retain the expected secrets behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend, cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.