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

rds-update-rdsh-collection - doesn't correctly use an existing vnet in different ResourceGroup #19

Open
ChristianMontoya opened this issue May 16, 2017 · 0 comments

Comments

@ChristianMontoya
Copy link
Contributor

Existing vnet doesn't always work, since it assumes the vnet is in the same ResourceGroup as the current deployment, which isn't possible with Azure Marketplace deployment and doesn't work with typical ExpressRoute setups (where the ExpressRoute is all by itself in a resource group).

Behavior should model the one here:
https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-from-user-image
where...

  • there is an "existingvnet.json" file
  • there is a "newvnet.json" file
  • the variable for which .json file to use is a concat of ["new/existing" in the variable] and "vnet.json"
  • the network interface "dependsOn" this file
  • the Subnet for the network interface is the output of this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Windows Server RDS
  
Needs triage
Development

No branches or pull requests

1 participant