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: articles/service-bus-messaging/batch-delete.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ You can delete messages by calling [DeleteMessagesAsync](/dotnet/api/azure.messa
32
32
33
33
Additionally, you can call [PurgeMessagesAsync](/dotnet/api/azure.messaging.servicebus.servicebusreceiver.purgemessagesasync?view=azure-dotnet-preview) to purge all messages from entity.
34
34
35
-
### Using Azure Portal
35
+
### Using Azure portal
36
36
37
-
You can also purge messages from entity using Service Bus explorer available on Azure Portal. You can follow following steps to purge messages:
37
+
You can also purge messages from entity using Service Bus explorer available on Azure portal. You can follow following steps to purge messages:
38
38
39
39
1. Navigate to 'Service Bus explorer' blade on the entity you want to delete messages from.
40
40
2. Choose 'Receive mode' in Service Bus explorer dropdown.
0 commit comments