Skip to content

Commit 8eebbd4

Browse files
authored
Merge pull request #228537 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 1249e61 + ac5db20 commit 8eebbd4

File tree

180 files changed

+374
-355
lines changed

Some content is hidden

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

180 files changed

+374
-355
lines changed

articles/active-directory/conditional-access/plan-conditional-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Will this policy apply to any application, user action, or authentication contex
6666

6767
* What application(s) will the policy apply to?
6868
* What user actions will be subject to this policy?
69-
* What authentication contexts does this policy will be applied to?
69+
* What authentication contexts will this policy be applied to?
7070

7171
**Conditions**
7272

articles/aks/cluster-container-registry-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ms.devlang: azurecli
1111

1212
You need to establish an authentication mechanism when using [Azure Container Registry (ACR)][acr-intro] with Azure Kubernetes Service (AKS). This operation is implemented as part of the Azure CLI, Azure PowerShell, and Azure portal experiences by granting the required permissions to your ACR. This article provides examples for configuring authentication between these Azure services.
1313

14-
You can set up the AKS to ACR integration using the Azure CLI or Azure PowerShell. The AKS to ACR integration assigns the [**AcrPull** role][acr-pull] to the [Azure Active Directory (Azure AD) **managed identity**][aad-identity] associated with your AKS cluster.
14+
You can set up the AKS to ACR integration using the Azure CLI or Azure PowerShell. The AKS to ACR integration assigns the [**AcrPull** role][acr-pull] to the [Azure Active Directory (Azure AD) **managed identity**][aad-identity] associated with the agent pool in your AKS cluster. For more information on AKS managed identities, see [Summary of managed identities][summary-msi].
1515

1616
> [!IMPORTANT]
17-
> There is a latency issue with Azure Active Directory groups when attaching ACR. If the AcrPull role is granted to an Azure AD group and the kubelet identity is added to the group to complete the RBAC configuration, there might be up to a one-hour delay before the RBAC group takes effect. We recommended you to use the [Bring your own kubelet identity][byo-kubelet-identity] as a workaround. You can pre-create a user-assigned identity, add it to the Azure AD group, then use the identity as the kubelet identity to create an AKS cluster. This ensures the identity is added to the Azure AD group before a token is generated by kubelet, which avoids the latency issue.
17+
> There is a latency issue with Azure Active Directory groups when attaching ACR. If the AcrPull role is granted to an Azure AD group and the kubelet identity is added to the group to complete the RBAC configuration, there may be a delay before the RBAC group takes effect. If you are running automation that requires the RBAC configuration to be complete, we recommended you use the [Bring your own kubelet identity][byo-kubelet-identity] as a workaround. You can pre-create a user-assigned identity, add it to the Azure AD group, then use the identity as the kubelet identity to create an AKS cluster. This ensures the identity is added to the Azure AD group before a token is generated by kubelet, which avoids the latency issue.
1818
1919
> [!NOTE]
2020
> This article covers automatic authentication between AKS and ACR. If you need to pull an image from a private external registry, use an [image pull secret][image-pull-secret].

articles/aks/upgrade-cluster.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Part of the AKS cluster lifecycle involves performing periodic upgrades to the l
1212

1313
For AKS clusters that use multiple node pools or Windows Server nodes, see [Upgrade a node pool in AKS][nodepool-upgrade]. To upgrade a specific node pool without doing a Kubernetes cluster upgrade, see [Upgrade a specific node pool][specific-nodepool].
1414

15-
>[!WARNING]
16-
> AKS clusters with Calico enabled should not upgrade to Kubernetes v1.25 preview.
17-
1815
> [!NOTE]
1916
> Any upgrade operation, whether performed manually or automatically, will upgrade the node image version if not already on the latest. The latest version is contingent on a full AKS release, and can be determined by visiting the [AKS release tracker][release-tracker].
2017

articles/app-service/tutorial-secure-ntier-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: jordanselig
99

1010
# Tutorial: Create a secure n-tier app in Azure App Service
1111

12-
Many applications have more than a single component. For example, you may have a front end that is publicly accessible and connects to a back-end database, storage account, key vault, another VM, or a combination of these resources. This architecture makes up an N-tier application. It's important that applications like this are architected to protect back-end resources to the greatest extent possible.
12+
Many applications have more than a single component. For example, you may have a front end that is publicly accessible and connects to a back-end API or web app which in turn connects to a database, storage account, key vault, another VM, or a combination of these resources. This architecture makes up an N-tier application. It's important that applications like this are architected to protect back-end resources to the greatest extent possible.
1313

1414
In this tutorial, you learn how to deploy a secure N-tier application, with a front-end web app that connects to another network-isolated web app. All traffic is isolated within your Azure Virtual Network using [Virtual Network integration](overview-vnet-integration.md) and [private endpoints](networking/private-endpoint.md). For more comprehensive guidance that includes other scenarios, see:
1515

@@ -430,4 +430,4 @@ To learn how to deploy ARM/Bicep templates, see [How to deploy resources with Bi
430430
> [!div class="nextstepaction"]
431431
> [App Service networking features](networking-features.md)
432432
> [!div class="nextstepaction"]
433-
> [Reliable web app pattern planning (.NET)](/azure/architecture/reference-architectures/reliable-web-app/dotnet/pattern-overview.md)
433+
> [Reliable web app pattern planning (.NET)](/azure/architecture/reference-architectures/reliable-web-app/dotnet/pattern-overview.md)

articles/azure-maps/about-azure-maps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Overview for Microsoft Azure Maps
33
description: Learn about services and capabilities in Microsoft Azure Maps and how to use them in your applications.
4-
author: stevemunk
5-
ms.author: v-munksteve
4+
author: eriklindeman
5+
ms.author: eriklind
66
ms.date: 10/21/2022
77
ms.topic: overview
88
ms.service: azure-maps

articles/azure-maps/add-bubble-layer-map-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Add a bubble layer to iOS maps
33
titleSuffix: Microsoft Azure Maps
44
description: Learn how to render points on maps as circles with fixed sizes. See how to use the Azure Maps iOS SDK to add and customize bubble layers for this purpose.
5-
author: stevemunk
6-
ms.author: v-munksteve
5+
author: eriklindeman
6+
ms.author: eriklind
77
ms.date: 11/23/2021
88
ms.topic: how-to
99
ms.service: azure-maps

articles/azure-maps/add-controls-map-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Add controls to an iOS map
33
titleSuffix: Microsoft Azure Maps
44
description: How to add zoom control, pitch control, rotate control and a style picker to a map in Microsoft Azure Maps iOS SDK.
5-
author: stevemunk
6-
ms.author: v-munksteve
5+
author: eriklindeman
6+
ms.author: eriklind
77
ms.date: 11/19/2021
88
ms.topic: how-to
99
ms.service: azure-maps

articles/azure-maps/add-heat-map-layer-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Add a heat map layer to iOS maps
33
titleSuffix: Microsoft Azure Maps
44
description: Learn how to create a heat map. See how to use the Azure Maps iOS SDK to add a heat map layer to a map. Find out how to customize heat map layers.
5-
author: stevemunk
6-
ms.author: v-munksteve
5+
author: eriklindeman
6+
ms.author: eriklind
77
ms.date: 11/23/2021
88
ms.topic: how-to
99
ms.service: azure-maps

articles/azure-maps/add-image-layer-map-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Add an Image layer to an iOS map
33
titleSuffix: Microsoft Azure Maps
44
description: Learn how to add images to a map. See how to use the Azure Maps iOS SDK to customize image layers and overlay images on fixed sets of coordinates.
5-
author: stevemunk
6-
ms.author: v-munksteve
5+
author: eriklindeman
6+
ms.author: eriklind
77
ms.date: 11/23/2021
88
ms.topic: how-to
99
ms.service: azure-maps

articles/azure-maps/add-line-layer-map-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Add a line layer to iOS maps
33
titleSuffix: Microsoft Azure Maps
44
description: Learn how to add lines to maps. See examples that use the Azure Maps iOS SDK to add line layers to maps and to customize lines with symbols and color gradients.
5-
author: stevemunk
6-
ms.author: v-munksteve
5+
author: eriklindeman
6+
ms.author: eriklind
77
ms.date: 11/23/2021
88
ms.topic: how-to
99
ms.service: azure-maps

0 commit comments

Comments
 (0)