You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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.
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'.
The text was updated successfully, but these errors were encountered: