Skip to content

Default outbound internet access - Agora - ArcBox - LocalBox#3269

Merged
sebassem merged 16 commits intomicrosoft:mainfrom
sebassem:sfi-outbound-internet
Jul 20, 2025
Merged

Default outbound internet access - Agora - ArcBox - LocalBox#3269
sebassem merged 16 commits intomicrosoft:mainfrom
sebassem:sfi-outbound-internet

Conversation

@sebassem
Copy link
Contributor

@sebassem sebassem commented Jul 1, 2025

This pull request introduces updates to avoid any issues when deploying JS solutions (ArcBox, LocalBox and Agora) when the default outbound internet access is deprecated in September.

Public IP Address SKU Upgrade:

  • Updated the SKU of public IP addresses from Basic to Standard

NAT Gateway Integration:

  • Added a new parameter natGatewayName to define the name of the NAT Gateway
  • Deploy a NAT gateway and associated Public Ip address conditionally and always across the scenarios. It is now deployed always in scenarios where AKS or K3s are deployed given that they have nodes with no public Ip addresses associated.

Vnet Configurations:

  • Update Virtual network API versions to the latest
  • Updated subnet definitions to include NAT Gateway
  • Explicitly set defaultOutboundAccess property to false

Copy link
Contributor

@janegilring janegilring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, tested on ArcBox and LocalBox without issues

@sebassem sebassem merged commit 4065097 into microsoft:main Jul 20, 2025
1 check passed
@sebassem sebassem deleted the sfi-outbound-internet branch July 20, 2025 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment