hashicorp / terraform-provider-azure-classic

Terraform Azure Classic (Service Management) provider
https://www.terraform.io/docs/providers/azure/
Mozilla Public License 2.0
3 stars 11 forks source link

Copy file provisioner for windows vm in azure going to connection timeout. #21

Closed hashibot closed 6 years ago

hashibot commented 7 years ago

This issue was originally opened by @sanjaykumarswarnkar as hashicorp/terraform#5943. It was migrated here as part of the provider split. The original body of the issue is below.


I am trying to start a "Windows Server 2012 R2 Datacenter, November 2015" VM in azure, the vm is getting started but if I try to copy a file it is throwing this error. After looking over various posts regarding this I came to know its a firewall issue in the vm, is there a way to add an exception without manual intervention because then whole point of automating infrastructure will be gone.

Error applying plan: 1 error(s) occurred:

vancluever commented 6 years ago

Hello!

Thank you for opening this issue and participating in the discussion. Today (December 19, 2017) we’ve announced the deprecation and archival of the Azure Classic Provider. Matching Microsoft’s commitment to gradually remove access to Azure Classic (or Service Management) which is outlined in this blog post, we are closing all open PR's and Issues here. This repository will remain available here on GitHub, but in an archived state, and no longer receiving support or new releases.

The Azure (Resource Manager) Provider remains fully supported and is our recommended approach for managing Azure with Terraform. More information about this process is available in the blog post linked above.

Thanks! The Terraform Team