azure-appservice-samples / ContosoMoments

Contoso Moments is a sample to demonstrate the advantages of using Azure App Service for building Modern Applications
https://contosomoments.azurewebsites.net
MIT License
48 stars 92 forks source link

Deploy to Azure fails #85

Closed nzthiago closed 7 years ago

nzthiago commented 7 years ago

Trying to use the Deploy to Azure button from my unmodified fork. Regardless of what I use in the Resource Group and Hosting Plan name values it always fails with a validation error saying the Notification Hub name is trademarked or reserved word. I tried a few different and unrelated names. Here's the validation error printscreen:

screen shot 2017-01-10 at 7 38 56 am
manvekar commented 7 years ago

I too face the same exact problem mentioned by nzthiago capture

nzthiago commented 7 years ago

It seems to actually deploy the resources, but this error makes it not continue from the ARM template deploy perspective; I only noticed later that it did run the deploy... I tried figuring out why and for some reason I think it doesn't like "microsoft' in the name field of the links section, which is odd as that used to work as far as I know

lindydonna commented 7 years ago

@manvekar This is really weird, and it looks like some validation is happening that did not previously. In order for the Mobile Apps blade to see the linked reference, that is the name that the link name is supposed to have. I'll follow up with the ARM team to see what's going on.

lindydonna commented 7 years ago

@nzthiago and @manvekar I checked with the ARM team and they were already aware of the issue and have deployed a fix. Can you try again?

nzthiago commented 7 years ago

Success!

screen shot 2017-02-09 at 9 54 53 am