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

Support custom and private networks for Azure #1896

Merged
merged 6 commits into from
Oct 25, 2024

Conversation

r4victor
Copy link
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
23 checks passed
@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