Skip to content

Commit 91948fb

Browse files
authored
Merge pull request #208490 from MicrosoftDocs/main
Publish to Live, Friday 4AM PST, 8/19
2 parents 2038155 + d57c33c commit 91948fb

File tree

199 files changed

+2140
-1599
lines changed

Some content is hidden

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

199 files changed

+2140
-1599
lines changed

articles/active-directory-b2c/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
items:
356356
- name: Multi-factor authentication
357357
href: multi-factor-authentication.md
358-
displayName: TOTP, time-based-one-time password, time-based one-time password, authenticator app, Microsoft authenticator app, mfa, 2fa
358+
displayName: TOTP, multi-factor, multifactor, time-based-one-time password, time-based one-time password, authenticator app, Microsoft authenticator app, mfa, 2fa
359359
- name: Partner integration
360360
items:
361361
- name: Asignio

articles/active-directory/manage-apps/datawiza-azure-ad-sso-oracle-jde.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To integrate Oracle JDE with Azure AD:
9898
|:-----|:-------|
9999
| Platform | Web |
100100
| App Name | Enter a unique application name.|
101-
| Public Domain | For example: https:/jde-external.example.com. <br>For testing, you can use localhost DNS. If you aren't deploying DAB behind a load balancer, use the **Public Domain** port. |
101+
| Public Domain | For example: `https://jde-external.example.com`. <br>For testing, you can use localhost DNS. If you aren't deploying DAB behind a load balancer, use the **Public Domain** port. |
102102
| Listen Port | The port that DAB listens on.|
103103
| Upstream Servers | The Oracle JDE implementation URL and port to be protected.|
104104

articles/active-directory/saas-apps/tickitlms-learn-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
7373
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
7474

7575
In the **Sign-on URL** text box, type the URL:
76-
`https:/learn.tickitlms.com/sso/login`
76+
`https://learn.tickitlms.com/sso/login`
7777

7878
1. Click **Save**.
7979

articles/active-directory/verifiable-credentials/admin-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,17 +1048,17 @@ Don't supply a request body for this method.
10481048

10491049
example message:
10501050

1051-
```
1051+
```json
10521052
{
1053-
value:
1053+
"value":
10541054
[
10551055
{
10561056
"id": "ZjViZjJmYzYtNzEzNS00ZDk0LWE2ZmUtYzI2ZTQ1NDNiYzVhPHNjcmlwdD5hbGVydCgneWF5IScpOzwvc2NyaXB0Pg",
10571057
"name": "test1",
10581058
"authorityId": "ffea7eb3-0000-1111-2222-000000000000",
10591059
"status": "Enabled",
10601060
"issueNotificationEnabled": false,
1061-
"manifestUrl" : "https:/...",
1061+
"manifestUrl" : "https://...",
10621062
"rules": "<rules JSON>",
10631063
"displays": [{<display JSON}]
10641064
},
@@ -1068,7 +1068,7 @@ example message:
10681068
"authorityId": "cc55ba22-0000-1111-2222-000000000000",
10691069
"status": "Enabled",
10701070
"issueNotificationEnabled": false,
1071-
"manifestUrl" : "https:/...",
1071+
"manifestUrl" : "https://...",
10721072
"rules": "<rules JSON>",
10731073
"displays": [{<display JSON}]
10741074
}

articles/aks/certificate-rotation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 5/10/2022
1111
Azure Kubernetes Service (AKS) uses certificates for authentication with many of its components. If you have a RBAC-enabled cluster built after March 2022 it is enabled with certificate auto-rotation. Periodically, you may need to rotate those certificates for security or policy reasons. For example, you may have a policy to rotate all your certificates every 90 days.
1212

1313
> [!NOTE]
14-
> Certificate auto-rotation will not be enabled by default for non-RBAC enabled AKS clusters.
14+
> Certificate auto-rotation will *only* be enabled by default for RBAC enabled AKS clusters.
1515
1616
This article shows you how certificate rotation works in your AKS cluster.
1717

@@ -55,10 +55,11 @@ az vmss run-command invoke -g MC_rg_myAKSCluster_region -n vmss-name --instance-
5555

5656
## Certificate Auto Rotation
5757

58-
For AKS to automatically rotate non-CA certificates, the cluster must have [TLS Bootstrapping](https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/) which has been enabled by default in all Azure regions.
58+
For AKS to automatically rotate non-CA certificates, the cluster must have [TLS Bootstrapping](https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/) which has been enabled by default in all Azure regions.
5959

6060
> [!Note]
6161
> If you have an existing cluster you have to upgrade that cluster to enable Certificate Auto-Rotation.
62+
> Do not disable bootstrap to keep your auto-rotation enabled.
6263
6364
For any AKS clusters created or upgraded after March 2022 Azure Kubernetes Service will automatically rotate non-CA certificates on both the control plane and agent nodes within 80% of the client certificate valid time, before they expire with no downtime for the cluster.
6465

@@ -82,7 +83,7 @@ az aks upgrade -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME
8283

8384
### Limitation
8485

85-
Auto certificate rotation won't be enabled on a non-RBAC cluster.
86+
Certificate auto-rotation will only be enabled by default for RBAC enabled AKS clusters.
8687

8788
## Manually rotate your cluster certificates
8889

articles/aks/integrations.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ The following rules are used by AKS for applying updates to installed add-ons:
2222
- Any breaking or behavior changes to the add-on will be announced well before, usually 60 days, a later minor version of Kubernetes is released on AKS.
2323
- Add-ons can be patched weekly with every new release of AKS which will be announced in the release notes. AKS releases can be controlled using [maintenance windows][maintenance-windows] and followed using [release tracker][release-tracker].
2424

25+
### Exceptions
26+
27+
The following exceptions apply to bringing in major/minor or breaking changes to the add-ons:
28+
- In the event that the Kubernetes version is in preview
29+
- In the event that the addon or feature is in preview
30+
2531
The below table shows the available add-ons.
2632

2733
| Name | Description | More details |

articles/aks/scale-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 06/29/2022
88

99
# Scale the node count in an Azure Kubernetes Service (AKS) cluster
1010

11-
If the resource needs of your applications change, you can manually scale an AKS cluster to run a different number of nodes. When you scale down, nodes are carefully [cordoned and drained][kubernetes-drain] to minimize disruption to running applications. When you scale up, AKS waits until nodes are marked **Ready** by the Kubernetes cluster before pods are scheduled on them.
11+
If the resource needs of your applications change, your cluster performance may be impacted due to low capacity on CPU, memory, PID space, or disk sizes. To address these changes, you can manually scale your AKS cluster to run a different number of nodes. When you scale down, nodes are carefully [cordoned and drained][kubernetes-drain] to minimize disruption to running applications. When you scale up, AKS waits until nodes are marked **Ready** by the Kubernetes cluster before pods are scheduled on them.
1212

1313
## Scale the cluster nodes
1414

@@ -165,4 +165,4 @@ In this article, you manually scaled an AKS cluster to increase or decrease the
165165
[set-azakscluster]: /powershell/module/az.aks/set-azakscluster
166166
[cluster-autoscaler]: cluster-autoscaler.md
167167
[az-aks-nodepool-scale]: /cli/azure/aks/nodepool#az_aks_nodepool_scale
168-
[update-azaksnodepool]: /powershell/module/az.aks/update-azaksnodepool
168+
[update-azaksnodepool]: /powershell/module/az.aks/update-azaksnodepool

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Azure App Service provides a web-based diagnostics console named Kudu. Kudu lets
260260

261261
To use Kudu, go to one of the following URLs. You'll need to sign into the Kudu site with your Azure credentials.
262262

263-
* For apps deployed in Free, Shared, Basic, Standard, and Premium App Service plans - `https:/<app-name>.scm.azurewebsites.net`
263+
* For apps deployed in Free, Shared, Basic, Standard, and Premium App Service plans - `https://<app-name>.scm.azurewebsites.net`
264264
* For apps deployed in Isolated service plans - `https://<app-name>.scm.<ase-name>.p.azurewebsites.net`
265265
From the main page in Kudu, you can find information about the application-hosting environment, app settings, deployments, and browse the files in the wwwroot directory.
266266

articles/azure-app-configuration/cli-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Azure CLI samples - Azure App Configuration
33
description: Information about sample scripts provided for Azure App Configuration
4-
author: AlexandraKemperMS
5-
ms.author: alkemper
4+
author: maud-lv
5+
ms.author: malev
66
ms.service: azure-app-configuration
77
ms.topic: sample
88
ms.date: 02/19/2020

articles/azure-app-configuration/concept-customer-managed-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Use customer-managed keys to encrypt your configuration data
33
description: Encrypt your configuration data using customer-managed keys
4-
author: AlexandraKemperMS
5-
ms.author: alkemper
4+
author: maud-lv
5+
ms.author: malev
66
ms.date: 07/28/2020
77
ms.topic: conceptual
88
ms.service: azure-app-configuration

0 commit comments

Comments
 (0)