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

Add capability for "Virtual WAN Networking" resources - Connectivity Subscription #226

Closed
matt-FFFFFF opened this issue Nov 26, 2021 · 0 comments · Fixed by #287
Closed
Assignees
Labels
enhancement New feature or request PR-merged

Comments

@matt-FFFFFF
Copy link
Member

matt-FFFFFF commented Nov 26, 2021

To improve alignment with the ARM reference implementation option, this issue outlines the requirement to add support for deploying an Azure Virtual WAN based hub as part of the connectivity capability.

This would align to the Contoso reference architecture, providing the option to easily scale to support multiple Azure regions and on-premises locations (any-to-any connectivity) as shown in the following figure:

Azure landing zones Contoso networking diagram

The connectivity child module already has a placeholder for this capability to be added without making a breaking change to the module:

{
  settings = {
    hub_networks = [
      # (hub_network instance(s) hidden)
    ]
    vwan_hub_networks = [
      # (Placeholder for vwan_hub_networks instance(s) to be added)
    ]
    ddos_protection_plan = {
      # (child elements hidden)
    }
    dns = {
      # (child elements hidden)
    }
  }
  location = null
  tags     = null
  advanced = null
}

Need to agree on the resource to be deployed, and configuration schema used to control settings (aligned to that already being used for hub_networks = []

@matt-FFFFFF matt-FFFFFF added the enhancement New feature or request label Nov 26, 2021
@matt-FFFFFF matt-FFFFFF added this to the 1.2.0 milestone Nov 26, 2021
@krowlandson krowlandson self-assigned this Jan 28, 2022
@ghost ghost added the PR-referenced label Mar 1, 2022
@ghost ghost added PR-merged and removed PR-referenced labels Mar 9, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request PR-merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants