Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created June 12, 2022 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/6c6a5b3467b6e215af003719a7f3407a to your computer and use it in GitHub Desktop.
Save johnlokerse/6c6a5b3467b6e215af003719a7f3407a to your computer and use it in GitHub Desktop.
resource resMyExistingVnet 'Microsoft.Network/virtualNetworks@2021-08-01' = {
name: 'my-exiting-virtual-network-name'
resource resMyFirstSubnet 'subnets' existing = {
name: 'my-existing-first-subnet'
}
resource resMyOtherSubnet 'subnets' existing = {
name: 'my-other-subnet'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment