4:35 AM
0
A: trigger logic app from Azure Service bus in sequance

RithwikBojjaYou can use When a message is received in a topic subscription (peek-lock) as the trigger. This trigger contains an option called Session Id --> Next Available which will get the Messages in FIFO using Session Id. This option is not available in Auto Complete, It is only present in peek-lock. Th...

 
Thanks for your answer, made the changes in SB as you recommended, however, I'm using LA standard and unfortunately, I don't see the SB trigger connector "When a message is received in a topic subscription (peek-lock)" as you used in the screenshots.
Can you please suggest which SB connector I should use with LA Stand?
 
You have a trigger i.imgur.com/90kAAdS.png and inside that you sessions also i.imgur.com/1nA84Mx.png, I have used Stateful.
 
@NaveenSharma, of course I will, but let the problem resolve.
Hey @RithwikBojja, I have configured it accordingly imgur.com/a/uRZe2xe but no LA doesn't pick the messages, kindly refer to the attached screenshots. Looking forward to your advice. Thanks
 
You have to send a message with Session id with it : i.imgur.com/rc0wCtb.png , when you have session id then only it will trigger. If there is no session id , then it will not trigger
 
@RithwikBojja Thank you, please see my configuration imgur.com/a/5NgH7Hb is there any thing wrong? still messages are not picking up?
 
4:35 AM
You have to use this trigger i.imgur.com/0n0rHS4.png and in that i.imgur.com/sw7n0jX.png. I was giving for queue before, you should Topic and then Subscription name. Hope this solves your issue..
 
Hey @RithwikBojja, in both attached screenshots you are talking about 2 different SB connectors (message available and message received), I'm bit confused.
 
No it is same Service bus trigger use my latest comment screen shot trigger. I have said to you that yesterday given comment was not right trigger, today's latest comment was right... It is very simple please check the new comment trigger which is When a message is received in a topic subscription (peek-lock)
Did you check it @Deepak Shaw?
 
Hey, Did you check that? It should work..
 
4:44 AM
Session id should be next available..
 
Sorry, when I use "When a message is received in a topic subscription (peek-lock)" it doesn't pick the message at all
next available: should be in drop down isn't
 
Session id should be next available.. then only it will pick @Deepak Shaw, this I said from very starting
 
but it doesn't give me option like that
 
Check it again... It will be there
 
You know what, even topic name and queue name is not coming at dropdown
 
4:46 AM
Click on cross and then check in dropdown, if it is not there use custom value and in that Type Next Available... If you donot follow all steps then you will not get it triggered.
It should come..
 
I'm getting this error:
 
If it doesnot come try to use secondary connection string and try... i.imgur.com/C8vHRkK.png
The error mereans the connection is not establihed..
 
I'm using managed identity.. which works for other SB connector
anyway let me try with custom value: "Next Available"
 
See if you are using managed identity, did you give role to it? I dont know why you are using managed identity. I would suggest you to use Connection string
 
ok trying with connection string
 
4:52 AM
Yes, it will work with connection string..
Try with Primary Concection String and then if it doesnot come use Secondary..
Worked?
 
still checking
 
Did the values show up in Dropdown?
 
Yes, values are coming now in dropdown :)
 
It will work... Glad those came up..
 
Why the messages are coming so slow (seems like every one mint one message)
also, messages are not deleted in SB subscription..
 
5:07 AM
No it will not delete as you are using peek lock... You are not using Auto complete...
If you want to delete you can use action like delete the message from topic's subscription in next action using actions of service bus connectors and message id from trigger action
 
OK I will take a look, Thanks for your solution. I appreciated your help and time
 
Only sessions and ordering is available with Peek lock..
Glad I could help you and Solve your issue/problem..
 
Thanks again :)