Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure function]Please support [Disable] attribute for isolated-worker mode #9751

Open
qcnguyen opened this issue Dec 28, 2023 · 4 comments
Open

Comments

@qcnguyen
Copy link

qcnguyen commented Dec 28, 2023

hi team, in Azure function isolated-worker mode, we need something similar to [Disable] attribute - which available in in-process mode.
Because we want the ability to disable many functions / group of functions easily , it can only be done with [Disable] attribute.
Thank you

@bhagyshricompany
Copy link

Thanks for reporting will discuss and update.

@luismanez
Copy link

+1 here.

@wouter-b
Copy link

+1 here
And also [Singleton] support in isolated.

@fabiocav
Copy link
Member

Providing an update here.

Although the DisabledAttribute works in some contexts, there are several scenarios where the in-proc behavior leads to issues. In order for us to bring this functionality forward to isolated, some additional platform and host work would need to be completed to make sure the current issues are addressed. This is particularly important in the newer Flex consumption SKU, as it could lead to problems that could potentially cause over scaling (and higher bills).

The host change is tracked by #10216. Once that's in place, the platform would also need to be updated.

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

No branches or pull requests

6 participants