Skip to content

Commit 66b6aaf

Browse files
committed
Merge branch 'main' into release-hv4-amd-launch
2 parents 1d11166 + a2aee4d commit 66b6aaf

File tree

170 files changed

+1427
-647
lines changed

Some content is hidden

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

170 files changed

+1427
-647
lines changed

.openpublishing.redirection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29356,12 +29356,12 @@
2935629356
},
2935729357
{
2935829358
"source_path_from_root": "/articles/availability-zones/az-overview.md",
29359-
"redirect_url": "/azure/reliablity/availability-zones-overview.md",
29359+
"redirect_url": "/azure/reliability/availability-zones-overview",
2936029360
"redirect_document_id": false
2936129361
},
2936229362
{
29363-
"source_path_from_root": "/articles/availability-zones/index.md",
29364-
"redirect_url": "/azure/reliablity/index.md",
29363+
"source_path_from_root": "/articles/availability-zones/index.yml",
29364+
"redirect_url": "/azure/reliability/index",
2936529365
"redirect_document_id": false
2936629366
},
2936729367
{

articles/active-directory/azuread-dev/azure-ad-endpoint-comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.service: active-directory
99
ms.subservice: azuread-dev
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 07/17/2020
12+
ms.date: 11/09/2022
1313
ms.author: ryanwi
14-
ms.reviewer: marsma, ludwignick
14+
ms.reviewer: ludwignick
1515
ms.custom: aaddev
1616
ROBOTS: NOINDEX
1717
---

articles/active-directory/develop/howto-authenticate-service-principal-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: develop
1010
ms.custom: aaddev, devx-track-azurepowershell
1111
ms.topic: how-to
1212
ms.tgt_pltfrm: multiple
13-
ms.date: 10/11/2021
13+
ms.date: 11/09/2022
1414
ms.author: ryanwi
1515
ms.reviewer: tomfitz
1616
---

articles/active-directory/develop/publisher-verification-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 06/01/2021
11+
ms.date: 11/09/2022
1212
ms.author: ryanwi
1313
ms.custom: aaddev
14-
ms.reviewer: ardhanap, jesakowi
14+
ms.reviewer: ardhanap, brianokoyo, jesakowi
1515
---
1616

1717
# Publisher verification
@@ -60,7 +60,7 @@ App developers must meet a few requirements to complete the publisher verificati
6060

6161
- The domain of the email address that's used during MPN account verification must either match the publisher domain that's set for the app or be a DNS-verified [custom domain](../fundamentals/add-custom-domain.md) that's added to the Azure AD tenant.
6262

63-
- The user who initiates verification must be authorized to make changes both to the app registration in Azure AD and to the MPN account in Partner Center.
63+
- The user who initiates verification must be authorized to make changes both to the app registration in Azure AD and to the MPN account in Partner Center. The user who initiates the verification must have one of the required roles in both Azure AD and Partner Center.
6464

6565
- In Azure AD, this user must be a member of one of the following [roles](../roles/permissions-reference.md): Application Admin, Cloud Application Admin, or Global Admin.
6666

articles/active-directory/develop/registration-config-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: develop
1010
ms.custom: aaddev
1111
ms.workload: identity
1212
ms.topic: conceptual
13-
ms.date: 09/27/2021
13+
ms.date: 11/09/2022
1414
ms.author: ryanwi
1515
ROBOTS: NOINDEX
1616
---

articles/active-directory/develop/scenario-spa-call-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Build single-page app calling a web API
33
description: Learn how to build a single-page application that calls a web API
44
services: active-directory
5-
author: rwike77
5+
author: OwenRichards1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
1212
ms.date: 09/27/2021
13-
ms.author: ryanwi
13+
ms.author: owenrichards
1414
ms.custom: aaddev
1515
#Customer intent: As an application developer, I want to know how to write a single-page application by using the Microsoft identity platform.
1616
---

articles/active-directory/develop/test-throttle-service-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 09/17/2021
12+
ms.date: 11/09/2022
1313
ms.author: ryanwi
1414
ms.reviewer: arcrowe
1515
#Customer intent: As a developer, I want to understand the throttling and service limits I might hit so that I can test my app without interruption.
@@ -64,4 +64,4 @@ Throttling behavior can depend on the type and number of requests. For example,
6464
When you exceed a throttling limit, you receive the HTTP status code `429 Too many requests` and your request fails. The response includes a `Retry-After` header value, which specifies the number of seconds your application should wait (or sleep) before sending the next request. Retry the request. If you send a request before the retry value has elapsed, your request isn't processed and a new retry value is returned. If the request fails again with a 429 error code, you are still being throttled. Continue to use the recommended `Retry-After` delay and retry the request until it succeeds.
6565

6666
## Next steps
67-
Learn how to [setup a test environment](test-setup-environment.md).
67+
Learn how to [setup a test environment](test-setup-environment.md).

articles/aks/azure-disk-volume.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ This article assumes that you have an existing AKS cluster with 1.21 or later ve
2424

2525
If you want to interact with Azure disks on an AKS cluster with 1.20 or previous version, see the [Kubernetes plugin for Azure disks][kubernetes-disks].
2626

27+
The Azure Disks CSI driver has a limit of 32 volumes per node. The volume count will change based on the size of the node/node pool. Run the following command to determine the number of volumes that can be allocated per node:
28+
29+
```console
30+
kubectl get CSINode <nodename> -o yaml
31+
```
32+
2733
## Storage class static provisioning
2834

2935
The following table describes the Storage Class parameters for the Azure disk CSI driver static provisioning:

articles/aks/azure-disks-dynamic-pv.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 07/21/2022
1515
A persistent volume represents a piece of storage that has been provisioned for use with Kubernetes pods. A persistent volume can be used by one or many pods, and can be dynamically or statically provisioned. This article shows you how to dynamically create persistent volumes with Azure Disks for use by a single pod in an Azure Kubernetes Service (AKS) cluster.
1616

1717
> [!NOTE]
18-
> An Azure Disks can only be mounted with *Access mode* type *ReadWriteOnce*, which makes it available to one node in AKS. If you need to share a persistent volume across multiple nodes, use [Azure Files][azure-files-pvc].
18+
> An Azure disk can only be mounted with *Access mode* type *ReadWriteOnce*, which makes it available to one node in AKS. If you need to share a persistent volume across multiple nodes, use [Azure Files][azure-files-pvc].
1919
2020
For more information on Kubernetes volumes, see [Storage options for applications in AKS][concepts-storage].
2121

@@ -25,6 +25,12 @@ This article assumes that you have an existing AKS cluster with 1.21 or later ve
2525

2626
You also need the Azure CLI version 2.0.59 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
2727

28+
The Azure Disks CSI driver has a limit of 32 volumes per node. The volume count will change based on the size of the node/node pool. Run the following command to determine the number of volumes that can be allocated per node:
29+
30+
```console
31+
kubectl get CSINode <nodename> -o yaml
32+
```
33+
2834
## Built-in storage classes
2935

3036
A storage class is used to define how a unit of storage is dynamically created with a persistent volume. For more information on Kubernetes storage classes, see [Kubernetes Storage Classes][kubernetes-storage-classes].

articles/aks/concepts-storage.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Kubernetes typically treats individual pods as ephemeral, disposable resources.
3333

3434
Traditional volumes are created as Kubernetes resources backed by Azure Storage. You can manually create data volumes to be assigned to pods directly, or have Kubernetes automatically create them. Data volumes can use: [Azure Disks][disks-types], [Azure Files][storage-files-planning], [Azure NetApp Files][azure-netapp-files-service-levels], or [Azure Blobs][storage-account-overview].
3535

36+
> [!NOTE]
37+
> The Azure Disks CSI driver has a limit of 32 volumes per node. Other Azure Storage services don't have an equivalent limit.
38+
3639
### Azure Disks
3740

3841
Use *Azure Disks* to create a Kubernetes *DataDisk* resource. Disks types include:
@@ -43,13 +46,13 @@ Use *Azure Disks* to create a Kubernetes *DataDisk* resource. Disks types includ
4346
* Standard HDDs
4447

4548
> [!TIP]
46-
>For most production and development workloads, use Premium SSD.
49+
> For most production and development workloads, use Premium SSD.
4750
48-
Since Azure Disks are mounted as *ReadWriteOnce*, they're only available to a single node. For storage volumes that can be accessed by pods on multiple nodes simultaneously, use Azure Files.
51+
Because Azure Disks are mounted as *ReadWriteOnce*, they're only available to a single node. For storage volumes that can be accessed by pods on multiple nodes simultaneously, use Azure Files.
4952

5053
### Azure Files
5154

52-
Use *Azure Files* to mount a Server Message Block (SMB) version 3.1.1 share or Network File System (NFS) version 4.1 share backed by an Azure storage accounts to pods. Files let you share data across multiple nodes and pods and can use:
55+
Use [Azure Files][azure-files-volume] to mount a Server Message Block (SMB) version 3.1.1 share or Network File System (NFS) version 4.1 share backed by an Azure storage account to pods. Azure Files let you share data across multiple nodes and pods and can use:
5356

5457
* Azure Premium storage backed by high-performance SSDs
5558
* Azure Standard storage backed by regular HDDs

0 commit comments

Comments
 (0)