How to stop a ServiceBusTrigger Azure function from listening to a topic subscription?
I want to disable a ServiceBusTrigger Azure function from listening to a topic subscription in the code.
Let’s call the function ‘MyFunction’.
Locally in local.settings.json file, I can add this setting and it disables the function completely. local.settings.json doesn’t get deployed as it’s only used locally by .NET/VS.
How to stop a ServiceBusTrigger Azure function from listening to a topic subscription?
I want to disable a ServiceBusTrigger Azure function from listening to a topic subscription in the code.
Let’s call the function ‘MyFunction’.
Locally in local.settings.json file, I can add this setting and it disables the function completely. local.settings.json doesn’t get deployed as it’s only used locally by .NET/VS.
How to stop a ServiceBusTrigger Azure function from listening to a topic subscription?
I want to disable a ServiceBusTrigger Azure function from listening to a topic subscription in the code.
Let’s call the function ‘MyFunction’.
Locally in local.settings.json file, I can add this setting and it disables the function completely. local.settings.json doesn’t get deployed as it’s only used locally by .NET/VS.