add Azure Service Bus(Data Operations/Messaging) service doc#500
add Azure Service Bus(Data Operations/Messaging) service doc#500HarshCasper merged 5 commits intomainfrom
Conversation
|
Hey @HarshCasper! Is it possible to add the known limitations to this page? The basic functionality of ServiceBus (sending/receiving messages) is fully implemented, but there are some missing features that may be worth pointing out. These are all the limitations that we know about:
|
|
Hi @bblommers it looks we worked on the same article at the same time. Great minds think alike as you said in Slack 😅 @HarshCasper Please find below the sections to add at the end of the article before the FeaturesThe emulator includes the following core capabilities:
LimitationsThe current version of the emulator does not support the following:
The following Azure-native features are currently unavailable in the emulator:
SamplesExplore the following samples to get started with Service Bus on LocalStack: |
paolosalvatori
left a comment
There was a problem hiding this comment.
Thanks @HarshCasper, the article looks amazing. I like how you used curl to invoke the data plane API. Please integrate the additional sections from my comment below. Reach out to me and @bblommers once those are addressed, and we’ll get this approved right away.
…lane doc Address PR review feedback from paolosalvatori and bblommers by adding sections covering emulator capabilities, known limitations, and sample projects before the API Coverage section. Made-with: Cursor
719605d to
e1cacba
Compare
Co-authored-by: Paolo Salvatori <leprino@hotmail.com>
Fixes DOC-84