Skip to content

Support custom and private networks for Azure#1896

Merged
r4victor merged 6 commits intomasterfrom
issue_1672_azure_custom_vpc
Oct 25, 2024
Merged

Support custom and private networks for Azure#1896
r4victor merged 6 commits intomasterfrom
issue_1672_azure_custom_vpc

Conversation

@r4victor
Copy link
Copy Markdown
Collaborator

Closes #1672

This PR adds support for custom Azure networks specified via the vpc_ids mapping and instances without public IPs specified via public_ips: false:

type: azure
  ...
  regions: [westeurope]
  public_ips: false
  vpc_ids:
    westeurope: test-networks-rg/test-network
  creds:
    type: default

public_ips: false requires a NAT Gateway or a VNet peering.

@r4victor r4victor merged commit c8ab493 into master Oct 25, 2024
@r4victor r4victor deleted the issue_1672_azure_custom_vpc branch October 25, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Support private subnets on Azure

1 participant