HACKER Q&A
📣 louwrentius

Is deploying cloud resources on Azure with Terraform slow for you?


I'm supporting a smal project with a minimal cloud footprint. Just deploying an Azure Web App + Postgres database takes 10+ minutes.

Throuble shooting takes forever, a destroy/apply cycle takes more than 15 minutes.

I wonder if this is "normal" or am I the only one?


  👤 melezhik Accepted Answer ✓
Deploying app services might take minutes on my experience, there is a lot that happens under the hood when one uses platform as a service in Azure, and there is a little you can really control, Azure implementation of underlying resources could be suboptimal …