Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid value given for parameter administratorLogin. Specify a valid parameter value

While create mysql server from azure portal, i am getting like this

{
  "code": "DeploymentFailed",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
  "details": [
    {
      "code": "InvalidParameterValue",
      "message": "Invalid value given for parameter administratorLogin. Specify a valid parameter value."
    }
  ]
}

Anyone please help me to fix this issue

i tried to create new mysql server in azure portal. I am getting error. i want to create mysql db in azure portal.

like image 344
sweetnandha cse Avatar asked Jul 16 '26 05:07

sweetnandha cse


1 Answers

i found the solution and resolved this issue. I am able create mysql db now. the problem is while mysql db i gave admin user name as admin/root. so i am getting above error. after read microsoft docs i found the solution for this issue.

enter image description here

Official docs for create mysql server in azure portal link here.

like image 174
sweetnandha cse Avatar answered Jul 18 '26 20:07

sweetnandha cse



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!