Skip to content

Commit d521ec1

Browse files
committed
Replacing docs.azure.cn links with local Azure links
1 parent 263cf6c commit d521ec1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/application-gateway/json-web-token-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 11/18/2025
1111

1212
# JSON Web Token (JWT) validation in Azure Application Gateway (preview)
1313

14-
[Azure Application Gateway](/azure/application-gateway/) validates JSON Web Tokens (JWTs) issued by [Microsoft Entra ID](https://docs.azure.cn/en-us/entra/fundamentals/what-is-entra) (formerly Azure Active Directory) in incoming HTTPS requests. This capability provides first-hop authentication enforcement for web APIs or any protected resource without requiring custom code in your backend applications.
14+
[Azure Application Gateway](/azure/application-gateway/) validates JSON Web Tokens (JWTs) issued by [Microsoft Entra ID](/entra/fundamentals/what-is-entra) (formerly Azure Active Directory) in incoming HTTPS requests. This capability provides first-hop authentication enforcement for web APIs or any protected resource without requiring custom code in your backend applications.
1515

1616
This capability verifies the integrity and authenticity of tokens in incoming requests. It then determines whether to allow or deny access before forwarding traffic to backend services. Upon successful validation, the gateway injects the `x-msft-entra-identity` header into the request and forwards it to the backend. Downstream applications can then securely consume verified identity information.
1717

articles/dns/sharding-private-dns-zones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Smaller environments or single-team deployments can continue using a flat privat
150150

151151
## Zone size and observability considerations
152152

153-
Azure Private DNS enforces service limits on the number of record sets per zone and the number of records per record set. However, operational complexity and resiliency often increase well before these limits are reached. For current limits, see [Azure Private DNS Limits](https://docs.azure.cn/en-us/dns/private-dns-privatednszone#limits).
153+
Azure Private DNS enforces service limits on the number of record sets per zone and the number of records per record set. However, operational complexity and resiliency often increase well before these limits are reached. For current limits, see [Azure Private DNS Limits](private-dns-privatednszone.md#limits).
154154

155155
As Private DNS Zones grow, especially in multiteam environments, zone size becomes an important operational signal. Large, flat zones can accumulate tens of thousands of records over time, making your workloads harder to govern and increasing the impact radius of changes.
156156

articles/storage-mover/cloud-to-cloud-private-network-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Example custom IPsec/IKE settings (validate against your device compatibility):
8585

8686
:::image type="content" source="./media/cloud-to-cloud-networking/ipsec-policy.png" alt-text="Screenshot of ipsec policy." lightbox="./media/cloud-to-cloud-networking/ipsec-policy.png":::
8787

88-
**Learn more:** [Configure custom IPsec/IKE connection policies](https://docs.azure.cn/en-us/vpn-gateway/ipsec-ike-policy-howto).
88+
**Learn more:** [Configure custom IPsec/IKE connection policies](azure/vpn-gateway/ipsec-ike-policy-howto).
8989

9090
### SD-WAN with network virtual appliances (NVAs)
9191

articles/storage-mover/migrations-requiring-private-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before you begin, ensure that you have the following resources and configuration
3131

3232
### Prerequisites for creating a private connection
3333

34-
- A [Private Link Service Direct Connect](https://docs.azure.cn/en-us/private-link/create-private-link-service-portal?tabs=dynamic-ip) configured and ready to use.
34+
- A [Private Link Service Direct Connect](../private-link/create-private-link-service-portal.md) configured and ready to use.
3535
- Familiarity with [Azure Private Link networking documentation](/azure/private-link/).
3636

3737
## Known limits

articles/storage/blobs/soft-delete-vs-versioning-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 09/15/2025
1313

1414
This article helps you determine when to enable soft delete, versioning, both, or neither.
1515

16-
Both **blob soft delete** and **blob versioning** can help you protect from deletes and overwrites. These features can be used independently or together, depending on your workload, cost sensitivity, and recovery needs. To learn about other ways to protect blobs and containers, see [data protection overview](https://docs.azure.cn/en-us/storage/blobs/data-protection-overview).
16+
Both **blob soft delete** and **blob versioning** can help you protect from deletes and overwrites. These features can be used independently or together, depending on your workload, cost sensitivity, and recovery needs. To learn about other ways to protect blobs and containers, see [data protection overview](data-protection-overview.md).
1717

1818
## Our recommendation
1919

0 commit comments

Comments
 (0)