I have an Azure Function with 2 slots. From my Logic App, I want to connect to a function residing in the second slot of the function. I am using the Azure Function connection in Logic App to do the same but its only connecting to the Primary slot function.
A secondary solution would be to call the Function's URL directly from the Logic App using the HTTP connector, but I was wondering if there is some way how I can connect using the Azure Function connector.