Why I can not create WEB App + Database

Mane Hambardzumyan 0 Reputation points
2024-04-10T14:26:01.65+00:00

I can not create Azure WEB APP + Database. I am trying to create Django backed with PostgresSQL with the following parameters:

  • Region UK West
  • Python 3.10
  • PosgresSQL - Fixable Server (recommended) Azure Cache for Redis - NO Hosting plan - Standart (tried Basic too)

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}"
    }
  ]
}
Azure Database for PostgreSQL
{count} votes

2 answers

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 28,932 Reputation points Microsoft Employee
    2024-04-11T12:45:55.01+00:00

    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?

    User's image

    Regards

    Geetha


  2. Mane Hambardzumyan 0 Reputation points
    2024-05-06T08:10:54.5033333+00:00

    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