Azure / Azure/azure-quickstart-templates
[Issue] VM IPv6 configuration blank/empty because subnet missing in IPV6 configuration
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
-
[Create an Internet-facing load-balancer with a Public IPv6 address](https://github.com/Azure/azure-quickstart-templates/tree/master/201-load-balancer-ipv6-create)
### Issue Details
VM IPv6 configuration blank/empty
Subnet missing
Code : https://github.com/Azure/azure-quickstart-templates/blob/master/201-load-balancer-ipv6-create/azuredeploy.json#L148
Fix: Add following for subnet in IPv6 configuration for interface (VM)
```json
"subnet": {
"id": "[resourceId('Microsoft.Network/virtualNetworks/subnets',variables('vnetName'), variables('subnetName'))]"
},
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Open 201-load-balancer-ipv6-create/azuredeploy.json and inspect the VM IPv6 configuration around line 148. Compare it with the referenced load-balancer template context and verify that the subnet is present in the interface configuration. Done means the IPv6 VM configuration no longer appears blank and includes the intended subnet.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100