Azure Mobile Apps–How to remove the notification hub and get the wizard back

I noticed that you cannot change the notification hub in the UI.  There is a simple workaround (it will be fixed by the way).

Here is a picture of what I mean:

capture20160219144141503

Run this powershell script from the Azure Powershell (or do similar using the Azure CLI):

Remove-AzureRmResource -ResourceId /subscriptions/<SUBCRIPTION_ID>/resourcegroups/<RESOURCE_GROUP>/providers
/Microsoft.Web/sites/<APP_NAME>/providers/Microsoft.Resources/links/mobile-notificationhub

snip_20160219145313

And I get my wizard back!

capture20160219145117858

Let me know if this is helpful by dropping me a note!