I am trying to create a azure pipeline that I can use to migrate my service bus from standard to premium and vice versa so that I can reduce the cost I mostly use the premium tier only when needed so it will help to save cost if its in standard when not in use more like function app premium and consumption plan concept. I know the consumption plan is not available in service bus is it possible to create like that? if yes can give me an example on how to do that. Thanks in advance
I have implemented it for function apps I need for service bus something similar. I am expecting answer that will give me an clear example from start to end on how to set this up.
It is possible to upgrade from standard to premium and you can use for this azure cli. First you need to follow these steps
But as far as I see there is no way to go back. So you cannot downgrade from premium to standard. And in fact this is not a upgrade, this is really migration.