What Azure function scales down AKS nodes and ACR resources

Tom 0 Reputation points
2023-02-01T23:55:11.9666667+00:00

Hi, I am looking to start and stop several resources. one of them is AKS cluster nodes the other is the ACR. I am trying to scale it the nodes from whatever number to zero. I know there is a CLI command for that but what I am looking for is an azure function. I already found the begin and create_update() functions however I am yet to find one specifically for node AKS and one ACR. Basically, I am looking for functions that don't delete the resource but rather keep them in either a paused state or disabled state without deleting. specifically for AKS and ACR

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,332 questions
{count} votes