Open mikecousins opened 8 years ago
I had similar issue, what I did to work around it was to delete all the resources from azure (at the resource group level) and followed the steps again.
I also had some issues with the "https" so when you are redirected to azure you end up with this link: https://deploy.azure.com/?repository=https://github.com/felixrieseberg/Ghost-Azure#/form/deploy
For it to work I had to change it to: https://deploy.azure.com/?repository=http://github.com/felixrieseberg/Ghost-Azure#/form/deploy
Let us know if it worked for you! :)
That's not really an option for me as I have many other websites running on my App Service Plan. :(
Could this also be because I just set the external repository to this one? Is that method of installation supported?
Full timeline:
I tried again now creating a new everything (and then switching app service plans afterwards) and it definitely worked that way.
Should I close this now or should it also work by just specifying this repository?
I'm using a Standard: Medium app service plan. I tried the Microsoft fork of this (https://github.com/AzureWebApps/Ghost-Azure) and it worked fine after a couple minutes. But when I try this one it never displays anything.