【发布时间】:2022-12-27 13:46:01
【问题描述】:
How to design an Azure function with service bus trigger which has fail over connection strings.
My understanding of azure function service bus trigger is it will be triggered only by 1 service bus. How can I switch to failover connection string?
Example: Service_bus_connection_string_1 Service_bus_connection_string_2
【问题讨论】:
-
Fail over Connection String? What do you mean by this? Why does a connection string fail? Can you explain it clearly?
标签: .net azure-functions azureservicebus