Hi, @Mane Hambardzumyan I tried in UK west and was able to deploy without any issue which version of postgres you are trying to deploy?
Regards
Geetha
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I can not create Azure WEB APP + Database. I am trying to create Django backed with PostgresSQL with the following parameters:
I am getting DeploymentFailed for 'databaseResource'. Please find error below
{
"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": "BadRequest",
"message": "{\r\n \"error\": {\r\n \"code\": \"ParameterOutOfRange\",\r\n \"message\": \"The value of the 'Version' should be in: []. Verify that the specified parameter value is correct.\"\r\n }\r\n}"
}
]
}
Hi, @Mane Hambardzumyan I tried in UK west and was able to deploy without any issue which version of postgres you are trying to deploy?
Regards
Geetha
Funny but I was lucky and it works once for me. I assume maybe it related to limited count of servers for UK area. Thanks
Thank you for sharing this. I also encountered the same issue today in the US East region, along with the same error code. I have an enterprise subscription and a Premium v2 P1V2 plan. I would appreciate it if anyone knows the answer.