0
votes

Is there any Powershell or AZ command to take the backup of Azure Service Bus on Production or we can export the entities via commandline?

PS: Currently taking a backup from(Service bus explorer) here manually as we have a lot of topics and subscription. Anybody with access can delete the topics and subscription and to avoid this need backup.

enter image description here

1
Considering the fact that messages in a Service Bus Queue/Subscription are very transient, I am curious to know the reason for backing up. Would you mind editing your question and explain what you're trying to accomplish?Gaurav Mantri
@GauravMantri EditedSteveScm

1 Answers

0
votes

You could export an ARM template and export all of the entities from the namespace.