Skip to content

Commit 26bdd4e

Browse files
committed
Merge branch 'main' into release-qumolo
2 parents 929db26 + 9141866 commit 26bdd4e

File tree

75 files changed

+900
-343
lines changed

Some content is hidden

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

75 files changed

+900
-343
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
22
"redirections": [
33
{
4+
"source_path_from_root": "/articles/azure-monitor/best-practices.md",
5+
"redirect_url": "/azure/azure-monitor/getting-started",
6+
"redirect_document_id": false
7+
},
8+
{
49
"source_path_from_root": "/articles/azure-monitor/change/change-analysis-query.md",
510
"redirect_url": "/azure/azure-monitor/change/change-analysis-visualizations",
611
"redirect_document_id": false
7-
},
12+
},
13+
{
14+
"source_path_from_root": "/articles/azure-monitor/change/tutorial-outages.md",
15+
"redirect_url": "/azure/azure-monitor/change/change-analysis-track-outages",
16+
"redirect_document_id": false
17+
},
818
{
919
"source_path_from_root": "/articles/azure-monitor/change/change-analysis-custom-filters.md",
1020
"redirect_url": "/azure/azure-monitor/change/change-analysis-visualizations",

articles/active-directory/verifiable-credentials/how-to-use-quickstart-idtoken.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The claims mapping in the following example requires that you configure the toke
9191
{
9292
"clientId": "8d5b446e-22b2-4e01-bb2e-9070f6b20c90",
9393
"configuration": "https://didplayground.b2clogin.com/didplayground.onmicrosoft.com/B2C_1_sisu/v2.0/.well-known/openid-configuration",
94-
"redirectUri": "vcclient://openid",
94+
"redirectUri": "vcclient://openid/",
9595
"scope": "openid profile email",
9696
"mapping": [
9797
{
@@ -143,7 +143,7 @@ The clientId attribute is the application ID of a registered application in the
143143

144144
If you want only accounts in your tenant to be able to sign in, keep the **Accounts in this directory only** checkbox selected.
145145

146-
1. In **Redirect URI (optional)**, select **Public client/native (mobile & desktop)**, and then enter **vcclient://openid**.
146+
1. In **Redirect URI (optional)**, select **Public client/native (mobile & desktop)**, and then enter **vcclient://openid/**.
147147

148148
If you want to be able to test what claims are in the Azure Active Directory ID token, do the following:
149149

@@ -226,4 +226,4 @@ The easiest way to find this information for a custom credential is to go to you
226226

227227
## Next steps
228228

229-
See the [Rules and display definitions reference](rules-and-display-definitions-model.md).
229+
See the [Rules and display definitions reference](rules-and-display-definitions-model.md).

articles/aks/api-server-vnet-integration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: API Server VNet Integration in Azure Kubernetes Service (AKS)
33
description: Learn how to create an Azure Kubernetes Service (AKS) cluster with API Server VNet Integration
4-
services: container-service
5-
ms.topic: article
4+
author: asudbring
5+
ms.author: allensu
6+
ms.service: azure-kubernetes-service
7+
ms.subservice: aks-networking
8+
ms.topic: how-to
69
ms.date: 09/09/2022
710
ms.custom: references_regions
811

articles/aks/azure-cni-overlay.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: Configure Azure CNI Overlay networking in Azure Kubernetes Service (AKS) (Preview)
33
description: Learn how to configure Azure CNI Overlay networking in Azure Kubernetes Service (AKS), including deploying an AKS cluster into an existing virtual network and subnet.
4-
services: container-service
5-
ms.topic: article
4+
author: asudbring
5+
ms.author: allensu
6+
ms.service: azure-kubernetes-service
7+
ms.subservice: aks-networking
8+
ms.topic: how-to
69
ms.custom: references_regions
710
ms.date: 12/12/2022
811
---

articles/aks/azure-cni-powered-by-cilium.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: Configure Azure CNI Powered by Cilium in Azure Kubernetes Service (AKS) (Preview)
33
description: Learn how to create an Azure Kubernetes Service (AKS) cluster with Azure CNI Powered by Cilium.
4-
services: container-service
4+
author: asudbring
5+
ms.author: allensu
6+
ms.service: azure-kubernetes-service
7+
ms.subservice: aks-networking
58
ms.topic: article
69
ms.custom: references_regions
710
ms.date: 10/24/2022

articles/aks/configure-azure-cni.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
title: Configure Azure CNI networking in Azure Kubernetes Service (AKS)
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to configure Azure CNI (advanced) networking in Azure Kubernetes Service (AKS), including deploying an AKS cluster into an existing virtual network and subnet.
4-
services: container-service
5-
ms.topic: article
5+
author: asudbring
6+
ms.author: allensu
7+
ms.service: azure-kubernetes-service
8+
ms.subservice: aks-networking
9+
ms.topic: how-to
610
ms.date: 05/16/2022
711
ms.custom: references_regions, devx-track-azurecli
812
---

articles/aks/configure-kube-proxy.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
title: Configure kube-proxy (iptables/IPVS) (preview)
33
titleSuffix: Azure Kubernetes Service
44
description: Learn how to configure kube-proxy to utilize different load balancing configurations with Azure Kubernetes Service (AKS).
5-
services: container-service
6-
ms.topic: article
5+
ms.service: azure-kubernetes-service
6+
ms.subservice: aks-networking
7+
ms.topic: how-to
78
ms.date: 10/25/2022
8-
ms.author: pahealy
9-
author: phealy
9+
ms.author: allensu
10+
author: asudbring
1011

1112
#Customer intent: As a cluster operator, I want to utilize a different kube-proxy configuration.
1213
---

articles/aks/configure-kubenet-dual-stack.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
title: Configure dual-stack kubenet networking in Azure Kubernetes Service (AKS)
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to configure dual-stack kubenet networking in Azure Kubernetes Service (AKS)
4-
services: container-service
5-
ms.topic: article
5+
author: asudbring
6+
ms.author: allensu
7+
ms.service: azure-kubernetes-service
8+
ms.subservice: aks-networking
9+
ms.topic: how-to
610
ms.date: 12/15/2021
711
---
812

articles/aks/configure-kubenet.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: Configure kubenet networking in Azure Kubernetes Service (AKS)
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to configure kubenet (basic) network in Azure Kubernetes Service (AKS) to deploy an AKS cluster into an existing virtual network and subnet.
4-
services: container-service
5-
ms.topic: article
5+
author: asudbring
6+
ms.author: allensu
7+
ms.service: azure-kubernetes-service
8+
ms.subservice: aks-networking
9+
ms.topic: how-to
610
ms.date: 10/26/2022
7-
8-
ms.reviewer: nieberts, jomore
911
---
1012

1113
# Use kubenet networking with your own IP address ranges in Azure Kubernetes Service (AKS)

articles/aks/coredns-custom.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Customize CoreDNS for Azure Kubernetes Service (AKS)
33
description: Learn how to customize CoreDNS to add subdomains or extend custom DNS endpoints using Azure Kubernetes Service (AKS)
4-
services: container-service
5-
author: palma21
6-
ms.topic: article
4+
ms.service: azure-kubernetes-service
5+
ms.subservice: aks-networking
6+
author: asudbring
7+
ms.topic: how-to
78
ms.date: 03/15/2019
8-
ms.author: jpalma
9+
ms.author: allensu
910

1011
#Customer intent: As a cluster operator or developer, I want to learn how to customize the CoreDNS configuration to add sub domains or extend to custom DNS endpoints within my network
1112
---

0 commit comments

Comments
 (0)