Jeff Sanders Technical Blog

I am a Microsoft employee that has worked on all aspects of the Web Stack for a long time. I hope these blogs are useful to you! Use this information at your own risk.


<< Go Back

Azure Mobile Appshow To Remove The Notification Hub And Get The Wizard Back

- 19 Feb 2016

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//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!

<< Go Back