Skip to content

Commit 7f85b94

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into record-calls
2 parents bd544f6 + 712c1ec commit 7f85b94

File tree

60 files changed

+504
-176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+504
-176
lines changed
-13.2 KB
Loading
-14.4 KB
Loading
86.2 KB
Loading
50.7 KB
Loading
-8.55 KB
Loading
46.3 KB
Loading
23.4 KB
Loading

articles/advisor/advisor-reference-reliability-recommendations.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,12 +645,13 @@ In active-active configuration, both instances of the VPN gateway establish S2S
645645

646646
Learn more about [Virtual network gateway - VNetGatewayActiveActive (Enable Active-Active gateways for redundancy)](https://aka.ms/aa_vpnha_learnmore).
647647

648+
<!--
648649
### Use HEAD health probes
649650
650651
For health probes, it’s a good practice to use the HEAD method, which reduces the amount of traffic load on your origins.
651652
652653
Learn more about [Front Door - Use HEAD health probes](https://aka.ms/afd-use-health-probes).
653-
654+
-->
654655
### Use managed TLS certificates
655656

656657
Front Door management of your TLS certificates reduces your operational costs and helps you to avoid costly outages caused by forgetting to renew a certificate.
@@ -663,6 +664,12 @@ If you only have a single origin, Front Door always routes traffic to that origi
663664

664665
Learn more about [Health probe best practices](https://aka.ms/afd-disable-health-probes).
665666

667+
### Use the same domain name on Azure Front Door and your origin
668+
669+
We recommend that you preserve the original HTTP host name when you use a reverse proxy in front of a web application. Having a different host name at the reverse proxy than the one that's provided to the back-end application server can lead to cookies or redirect URLs that don't work properly. For example, session state can get lost, authentication can fail, or back-end URLs can inadvertently be exposed to end users. You can avoid these problems by preserving the host name of the initial request so that the application server sees the same domain as the web browser.
670+
671+
Learn more about [Use the same domain name on Azure Front Door and your origin](https://aka.ms/afd-same-domain-origin).
672+
666673
## SAP for Azure
667674

668675
### Enable the 'concurrent-fencing' parameter in Pacemaker cofiguration in ASCS HA setup in SAP workloads

articles/aks/auto-upgrade-node-os-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It's best to use both cluster-level [auto-upgrades][Autoupgrade] and the node OS
1919

2020
## Channels for node OS image upgrades
2121

22-
The selected channel determines the timing of upgrades. When making changes to node OS auto-upgrade channels, allow up to 24 hours for the changes to take effect.
22+
The selected channel determines the timing of upgrades. When making changes to node OS auto-upgrade channels, allow up to 24 hours for the changes to take effect. Once you change from one channel to another channel, a reimage will be triggered leading to rolling nodes.
2323

2424
> [!NOTE]
2525
> Node OS image auto-upgrade won't affect the cluster's Kubernetes version. It only works for a cluster in a [supported version][supported].
57 Bytes
Loading

0 commit comments

Comments
 (0)