Azure / Azure/Azure-Functions

Support for consumption function apps that are not publicly addressable

Open
#1,005 1 comment 4 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

Today to get consumption based pricing for functions, you must create function apps that are publicly addressable over HTTP and there is no way to avoid this. If you workload doesn't involve HTTP triggers and you're managing the function app through ARM, the HTTP endpoint exposes unnecessary surface area.

Consider implementing support to remove the public HTTP endpoint. This could be achieved without any modifications to the functions host itself, if the consumption infrastructure supported "unregistering" a given function app from the frontends.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.