Open thoughtentity opened 10 years ago
I was trying to run this application by downloading the project from https://github.com/bradygaster/deploytoazure and following instructions. I am redirected to MS sign-in page, but when I return to my site (return URL) I land on the Error page with this message: Did you break the app again?! How to get pass this point and see what is going on? I have my local site run using SSL. Is this required? Thanks, Rad
I'd like to see this implemented asking the user for specific parameters to customize the deployment. It could be something simple as saving the key/value pairs in the file system so that I can access them at application startup. I have just deployed slackin using Heroku (see the button here https://github.com/rauchg/slackin) and the experience was brilliant. I'd like to have something similar to deploy my customized asp.net app to azure.
One of the nice features of Azure resource groups is the resource group template that lets you automate a deployment of Azure resources through a JSON file. It'd be nice if deploy to Azure could detect this file in the repository and if present use it to automate the deployment. If needed by the resource template, deploy to azure should also prompt for parameter values defined in the template.