Unable to create Databases in Azure SQL Managed SQL

84 Views Asked by At

When running the create DB from the managed instance I get this message.

{
    "status": "Failed",
    "error": {
        "code": "LinkedInvalidPropertyId",
        "message": "Property id '' at path 'properties.recoverableDatabaseId' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'."
    }
}

I tried creating the database from SSMS and got the same type of error messages.

0

There are 0 best solutions below