i need to change the notification hub tier free to standard using power shell script. help me on the script. i didn't find anything.
I have tried using auto scale setting , but its not working.
i need to change the notification hub tier free to standard using power shell script. help me on the script. i didn't find anything.
I have tried using auto scale setting , but its not working.
To change billing tier you need to update your namespace.
Notification Hubs namespace can be created/updated using Service Bus management APIs. Here's an article on how to create a namespace, and another one on how to create a hub. Updating should be very similar to those.
Alternatively, here's the REST API to create or update a Notification Hubs namespace.
In addition you can use the below request body to change the tier. This is using the Service Management API mentioned in the link above
Request Method: PUT
Request Body
Below is the powershell script example you can use to update the tier. You need to install the azure powershell sdk.