Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment Failure: Parameter with name DATABASE_HOST already exists #104

Open
brokenStones opened this issue Nov 19, 2019 · 2 comments
Open

Comments

@brokenStones
Copy link

When deploying a new Wordpress on Linux through the Azure portal deployment fails with a conflict error: Parameter with name DATABASE_HOST already exists

To replicate Create a New Wordpress on Linux App in Azure Portal and go with the default settings, after a short while it fails with the above error.

@brokenStones
Copy link
Author

I've got a workaround on this for now,

I run through the creation as normal, however rather than click Create, I then click 'Automation Options' and export the Template.

Then I edit the template.json and remove the first reference to 'DATABASE_HOST':

{ "name": "DATABASE_HOST", "value": "P:DATABASEHOST:3306" },

Then I Create a New Resource and choose template deployment. upload my amended template file and click create and all seems well.

@rodrigochapeta
Copy link

rodrigochapeta commented Nov 28, 2019

Thanks @brokenStones have to do 2 instances and got that error. What did you put on Hosting Environment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants