-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Deploying Azure App Service Environment fails #937
Comments
@Phydeauxman since we're adding the ASE resource in #869 and we met the similar long time running but fail issue, and we're working closely with service team to see if there's anything wrong on their side, will share more updates later. |
@metacpp Thanks for the update. I also have an open ticket with the Azure service team on this issue because the behavior exists also when deploying from VS 2017 using the ARM template I use in my Terraform config. |
hey @Phydeauxman Since the root cause for this is a duplicate of #171 I'm going to close this in favour of that issue (rather than having multiple issues tracking the same thing) - which we'll be fixing in the near future. Thanks! |
updates are appreciated ... (👍 |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Trying to deploy an App Service Environment (ASE) v2 in Azure. Since there is currently no Terraform ASE resource, attempting to use ARM template resource method. ASEs take anywhere from 1 to 2 hours to provision. Each time I run the deployment, the Terraform deployment errors out after exactly 1 hour. The deployment in Azure continues and eventually completes successfully but I am left without an up-to-date state file and I am not able to collect the outputs I desire from the deployment. Once the Terraform deployment fails, if I wait until the deployment in Azure is complete and then re-run the Terraform deployment...the Terraform deployment will complete successfully.
Terraform Version
Terraform Configuration Files
Terraform config file:
Shell script used to deploy config:
Debug Output
https://gist.github.com/Phydeauxman/0f9aa3d1c1379c36e2f8f420d0ae345e
Expected Behavior
Deployment should have completed successfully and state file should have been updated
Actual Behavior
After exactly 1 hour the deployment errored out with the following error:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
./apply.sh
The text was updated successfully, but these errors were encountered: