Closed cykreng closed 2 years ago
@torokzs - couple questions for you:
- For networking.bicep - is there a reason we're using the 2020/7/1 API version vs. the more recent one (2021/2/1) in main for vnetHub , vnetHubPeer, vnetSpokePeer? Is there a reason why we commented out creation of the CICD agent subnet?
- For ase.bicep - I initially left zoneRedundant in comments, is that still the case that it's not supported by bicep?
1a. I didn't modify API version, it should work, we have to test. 1b. I've moved CICD subnet creation next to the other subnet creations. The reason behind is this bug: https://githubmemory.com/repo/Azure/bicep/issues/4653
@torokzs - couple questions for you: