Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform takes too long (or is unable) to create App Service Plan #882

Open
antmeyer408 opened this issue Oct 7, 2024 · 1 comment
Open
Assignees
Labels
question Further information is requested

Comments

@antmeyer408
Copy link

During the deployment process (via 'make deploy'), Terraform seems to be unable to create the azurerm_service_plan resources. After an hour, the process times out:

module.functions.azurerm_service_plan.funcServicePlan: Still creating... [57m20s elapsed]
module.enrichmentApp.azurerm_service_plan.appServicePlan: Still creating... [57m20s elapsed]
module.webapp.azurerm_service_plan.appServicePlan: Still creating... [57m20s elapsed]
module.enrichmentApp.azurerm_service_plan.appServicePlan: Still creating... [57m30s elapsed]

To reproduce this, just following the deployment instructions and run 'make deploy'.

@bjakems
Copy link
Contributor

bjakems commented Oct 9, 2024

Was this deployment for version 1.2? Will you please attempt to run make deploy again? Also, check in the Azure portal to see if the resources are created. If so, then Terraform most likely lost connectivity to your Azure resources and another make deploy should fix this issue.

@bjakems bjakems added the question Further information is requested label Oct 10, 2024
@bjakems bjakems self-assigned this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants