Closed jwshive closed 4 years ago
You'll have the all the right people looking at this issue if you move it to the azurerm
provider's repository: https://github.com/terraform-providers/terraform-provider-azurerm
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Expect terraform (through azure devops) to wait at least 2 hours before failing. ### Actual Behavior Terraform (through azure devops) waits 11 minutes and fails. ### Steps to ReproduceAdditional Context
The database is created, available and usable through the azure portal, but I assume some provisioning statement isn't claiming complete and that's what is triggering the timeout. ``` 2020-08-04T01:44:20.3729389Z [0m[1mazurerm_mssql_database.sql_database: Still creating... [10m10s elapsed][0m[0m 2020-08-04T01:44:30.3751181Z [0m[1mazurerm_mssql_database.sql_database: Still creating... [10m20s elapsed][0m[0m 2020-08-04T01:44:40.3772278Z [0m[1mazurerm_mssql_database.sql_database: Still creating... [10m30s elapsed][0m[0m 2020-08-04T01:44:50.3788765Z [0m[1mazurerm_mssql_database.sql_database: Still creating... [10m40s elapsed][0m[0m 2020-08-04T01:45:00.3815142Z [0m[1mazurerm_mssql_database.sql_database: Still creating... [10m50s elapsed][0m[0m 2020-08-04T01:45:10.6773262Z [31m 2020-08-04T01:45:10.6777939Z [1m[31mError: [0m[0m[1mfailure in issuing create/update request for SQL Database "agency-dept-dev-app-db" Blob Auditing Policies(SQL Server "agency-dept-dev-app-sqlsvr"/ Resource Group "agency-dept-dev-app-rg"): sql.ExtendedDatabaseBlobAuditingPoliciesClient#CreateOrUpdate: Failure responding to request: StatusCode=500 -- Original Error: autorest/azure: Service returned an error. Status=500 Code="InternalServerError" Message="An unexpected error occured while processing the request. Tracking ID: '8f78e558-d9bb-4644-9e7a-1ca753986d9c'"[0m 2020-08-04T01:45:10.6780054Z 2020-08-04T01:45:10.6780718Z [0m on dept-app-env.tf line 254, in resource "azurerm_mssql_database" "sql_database": 2020-08-04T01:45:10.6781509Z 254: resource "azurerm_mssql_database" "sql_database" [4m{[0m 2020-08-04T01:45:10.6782014Z [0m 2020-08-04T01:45:10.6782280Z [0m[0m 2020-08-04T01:45:10.8191946Z ##[error]Error: The process 'C:\hostedtoolcache\windows\terraform\0.12.28\x64\terraform.exe' failed with exit code 1 2020-08-04T01:45:10.8260098Z ##[section]Finishing: Terraform : apply ``` ### References