Question: 1/50
You are developing an Azure Function that processes queue messages. During a deployment, you need to stop the function from processing new messages without deleting the function or changing code. What should you do?
Disable the specific function in the Function App
Stop the entire Function App
Delete the queue trigger binding from function.json
Scale the Function App down to zero instances