Skip to content

Commit bb3117a

Browse files
committed
seo fixes
1 parent 1ae309b commit bb3117a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-network/what-is-ip-address-168-63-129-16.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: What is IP address 168.63.129.16?
3-
description: Learn about IP address 168.63.129.16, specifically that it's used to facilitate a communication channel to Azure platform resources.
2+
title: Azure IP Address 168.63.129.16 Overview
3+
description: Discover how Azure IP address 168.63.129.16 facilitates communication between VMs and Azure platform resources. Learn configuration, troubleshooting, and security considerations for optimal performance.
44
author: asudbring
55
ms.service: azure-virtual-network
66
ms.topic: concept-article
7-
ms.date: 03/31/2025
7+
ms.date: 07/25/2025
88
ms.author: allensu
99
# Customer intent: As a network engineer, I want to understand the function and significance of IP address 168.63.129.16, so that I can ensure proper configuration and communication for my Azure resources.
1010
---
1111

12-
# What is IP address 168.63.129.16?
12+
# Azure IP address 168.63.129.16 overview
1313

14-
IP address 168.63.129.16 is a virtual public IP address that is used to facilitate a communication channel to Azure platform resources. Customers can define any address space for their private virtual network in Azure. Therefore, the Azure platform resources must be presented as a unique public IP address. This virtual public IP address facilitates the following operations:
14+
Azure IP address 168.63.129.16 is a virtual public IP address that facilitates communication channels to Azure platform resources. Customers can define any address space for their private virtual network in Azure. Therefore, the Azure platform resources must be presented as a unique public IP address. This virtual public IP address facilitates the following operations:
1515

1616
- Enables the VM Agent to communicate with the Azure platform to signal that it is in a "Ready" state.
1717

@@ -23,7 +23,7 @@ IP address 168.63.129.16 is a virtual public IP address that is used to facilita
2323

2424
- Enables Guest Agent heartbeat messages for the PaaS role.
2525

26-
## Scope of IP address 168.63.129.16
26+
## Scope of Azure IP address 168.63.129.16
2727

2828
The public IP address 168.63.129.16 is used in all regions and all national clouds. Microsoft owns this special public IP address and it doesn't change. We recommend that you allow this IP address in any local (in the VM) firewall policies (outbound direction). The communication between this special IP address and the resources is safe because only the internal Azure platform can source a message from this IP address. If this address is blocked, unexpected behavior can occur in various scenarios. 168.63.129.16 is a [virtual IP of the host node](./network-security-groups-overview.md#azure-platform-considerations) and as such it isn't subject to user defined routes.
2929

@@ -37,7 +37,7 @@ The public IP address 168.63.129.16 is used in all regions and all national clou
3737

3838
- When the VM is part of a load balancer backend pool, [health probe](../load-balancer/load-balancer-custom-probe-overview.md) communication should be allowed to originate from 168.63.129.16. The default network security group configuration has a rule that allows this communication. This rule uses the [AzureLoadBalancer](../virtual-network/service-tags-overview.md#available-service-tags) service tag. If desired, this traffic can be blocked by configuring the network security group. The configuration of the block result in probes that fail.
3939

40-
## Troubleshoot connectivity
40+
## Troubleshoot Azure IP connectivity
4141

4242
> [!NOTE]
4343
> Execution of the following tests must be run as Administrator (Windows) and Root (Linux) to ensure accurate results.

0 commit comments

Comments
 (0)