Error while deploying SQL Database on Azure

Jose de Jesus Rodriguez Hernandez 0 Puntos de reputación
2025-01-23T17:15:31.1266667+00:00

I am facing an error while trying to deploy a database using SQL Database on Azure. Most of the presets are set to their default options, and I am only modifying the collation. Here is the error I am encountering. After checking the deployment logs to gather more information about the failure.
After 30 minutes of deployment process it shows the error message that the deployment failed
Deployment failed

{
  "code": "DeploymentFailed",
  "target": "/subscriptions/3f1dbccb-5208-4387-83fa-be8dd4faad23/resourceGroups/TenerifePro/providers/Microsoft.Resources/deployments/Microsoft.SQLDatabase.newDatabaseExistingServer_ddb9c1b22e8547a5",
  "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": "ResourceDeploymentFailure",
      "target": "/subscriptions/3f1dbccb-5208-4387-83fa-be8dd4faad23/resourceGroups/TenerifePro/providers/Microsoft.Sql/servers/tenerifepro/databases/TenerifePro",
      "message": "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."
    }
  ]
}

{
    "status": "Failed",
    "error": {
        "code": "OperationTimedOut",
        "message": "The operation timed out and automatically rolled back. Please retry the operation."
    }
}

Azure
Azure
Plataforma e infraestructura de informática en la nube para crear, implementar y administrar aplicaciones y servicios a través de una red mundial de centros de datos administrados por Microsoft.
538 preguntas
0 comentarios No hay comentarios
{count} votos

1 respuesta

Ordenar por: Muy útil
  1. Gao Chen 5,690 Puntos de reputación Proveedor de Microsoft
    2025-01-23T19:42:04.62+00:00

    Hello again Jose de Jesus Rodriguez Hernandez,

    Welcome to Microsoft Q&A!

    Since you've created another thread with this specific topic, just so you can keep in mind that I'm going to keep providing assistance to the following thread instead: https://learn.microsoft.com/es-es/answers/questions/2150859/error-while-deploying-sql-database-on-azure?page=0&orderby=Helpful#answers

    So, I will consider this thread as a duplicate so if you have any doubts about the information provided, please do not hesitate to reply to the above thread and I will be more than happy to help you.

    Regards,

    Gao


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comentarios No hay comentarios

Su respuesta

Las respuestas se pueden marcar como respuestas aceptadas por el autor de la pregunta, lo que ayuda a los usuarios a conocer la respuesta que resolvió el problema del autor.