In Azure Functions in Python. Setting SessionID when publishing message to Azure Service Bus
I drafted an Azure Function in Python, model V2. I have successfully published a message into a topic. Now I would like to set a SessionID for a published message, but can not figure out how. How do I publish…