Skip to content

Commit 5cf70e1

Browse files
committed
order
1 parent aa88cfe commit 5cf70e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/app-service/overview-inbound-outbound-ips.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ You can configure the IP mode behavior using the `IPMode` property:
140140

141141
### Configure IPv6 support
142142

143+
# [Azure portal](#tab/azure-portal)
144+
145+
To update an app to return IPv6 DNS records in the Azure portal, go to the **Configuration** page for the App Service app and set the **Inbound IP mode** property.
146+
147+
:::image type="content" source="./media/overview-inbound-outbound-ips/ip-mode-configuration.png" alt-text="Screenshot that shows how the inbound IP mode is set in the App Service configuration page.":::
148+
143149
# [Azure CLI](#tab/azure-cli)
144150

145151
To update an app to return IPv6 DNS records in the Azure CLI, run the following command.
@@ -152,12 +158,6 @@ az resource update --name <app-name> --set properties.ipMode="IPv6" -g <resource
152158
az resource update --ids '/subscriptions/<sub-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Web/sites/<app-name>/slots/<slot-name>' --set properties.ipMode='IPv6'
153159
```
154160

155-
# [Azure portal](#tab/azure-portal)
156-
157-
To update an app to return IPv6 DNS records in the Azure portal, go to the **Configuration** page for the App Service app and set the **Inbound IP mode** property.
158-
159-
:::image type="content" source="./media/overview-inbound-outbound-ips/ip-mode-configuration.png" alt-text="Screenshot that shows how the inbound IP mode is set in the App Service configuration page.":::
160-
161161
# [Azure Resource Manager template](#tab/arm-template)
162162

163163
To deploy a new app or update an existing app using an Azure Resource Manager (ARM) template, set the `IPMode` to either "IPv6" or "IPv4AndIPv6".

0 commit comments

Comments
 (0)