Skip to content

Commit

Permalink
Merge pull request #483 from Azure/ipv6update
Browse files Browse the repository at this point in the history
add ipv6 outbound info and portal screenshot
  • Loading branch information
seligj95 authored Nov 8, 2024
2 parents 52e7048 + 967fb60 commit e9dad8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ toc: true
toc_sticky: true
---

Update - August 1, 2024: All but two regions are now supported and we have Azure portal support rolling out soon. We also added a CLI sample for configuration IPv6 support on a deployment slot.
Update 2 - November 8, 2024: IPv6 non-vnet outbound support is rolling out soon. We expect public preview to begin in late Q1 2025. Azure portal support to set the `IPMode` property is now available. A screenshot is included below.

Update 1 - August 1, 2024: All but two regions are now supported and we have Azure portal support rolling out soon. We also added a CLI sample for configuration IPv6 support on a deployment slot.

## Introduction

Expand Down Expand Up @@ -55,6 +57,12 @@ If you are updating a slot, you'll need the resource id of the slot. Here is an
az resource update --ids '/subscriptions/<sub-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Web/sites/<app-name>/slots/<slot-name>' --set properties.ipMode='IPv6'
```

## Update using Azure portal

To update an app to return IPv6 DNS records, you can use the Azure portal. Go to the app, and under the **Configuration** blade, you'll find the `Inbound IP mode (preview)` property.

![Inbound IP mode portal setting]({{site.baseurl}}/media/2024/11/ipmode.png)

## Create or update using Azure Resource Manager templates

To deploy a new app or update an existing app using ARM, you can just set the IPMode to either IPv6 or IPv4AndIPv6. In this template, you are also creating an App Service plan. If you use the template below, replace the values prefixed with REPLACE. For the `reserved` property, true = Linux, false = Windows.
Expand Down
Binary file added media/2024/11/ipmode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9dad8b

Please sign in to comment.