n3wt0n/AzureWebAppSSLManager

Deployment on Azure fails

Closed this issue · 5 comments

Hey Davide,

I'm trying to deploy the app to Azure through the provided template.

I've created the Service Principal, SendGrid etc and created also a new Ressource Group.

I've assigned to all parameters the corresponding values

The deployment of the webapp leads to a failure with reason "Conflict"
image

Any idea what could be the reason?

Best regards,
Robert

Hey @robert-schmidt-motesque sorry for the late reply, I've taken a week off :). I will look into this. and let you know

@robert-schmidt-motesque I've fixed this.

The issue @rfreytag reported, of the Int parameters being specified as String was a non-issue, or better it was a param mismatch but that didn't cause the problem (I've fixed it anyway)

The problem was caused by the fact that I've changed the branch from master to main but I've forgotten to change the pointer in the ARM Template, hence the deployment was still looking for pulling the code from the master branch.

Now that is solved

Thank you very much! Will check it asap :)