You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,16 @@ For visual walkthroughs, screenshots, and detailed guides of these features, vis
20
20
21
21
---
22
22
23
+
## Current Limitations
24
+
25
+
While Bussin supports most Azure Service Bus operations directly in the browser, there are a few limitations to keep in mind:
26
+
27
+
***Batch Send on Session-Enabled Entities**: Batch sending does not currently support session-enabled queues or topic subscriptions (which require a Session ID for each message).
28
+
***Partitioned & Session-Enabled Entities**: Certain administrative actions (such as the portal-based fast batch delete/purge API) are not supported by the Service Bus broker on partitioned or session-enabled entities. Bussin automatically falls back to compatible data-plane receiver flows (such as parallel receivers or sequential session loops) in these cases to complete the operation safely.
29
+
30
+
---
31
+
32
+
23
33
***Direct Client-Side Architecture**: Your data never leaves your browser. Bussin communicates directly with Azure APIs.
24
34
***Zero Installation**: Access the tool online at [https://bussin.dev](https://bussin.dev/) or install it as a PWA.
25
35
***Entra ID Integration**: Authenticate securely using your existing Azure identity and Role-Based Access Control (RBAC) roles.
0 commit comments