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

Trying to create multiple azure_instance inside the same cloud service fails #18

Closed hashibot closed 6 years ago

hashibot commented 7 years ago

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


If I try and create three azure_instance resources with the same azure_hosted_service (cloud service in Azure) the first one creates ok and the next two fail:

I think this behaviour appears to be the same as below:

I can create a second VM through the portal with the same cloud service so it looks like a bug, reasonably well explained in the link above

hashibot commented 7 years ago

This comment was originally opened by @elmalto as https://github.com/hashicorp/terraform/issues/4175#issuecomment-173645883. It was migrated here as part of the provider split. The original comment is below.


Is there a fix for this? I saw a pull request which does not compile and after fixing the compile bugs unfortunately does not fix the issue.

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