Skip to content

Commit 403de20

Browse files
authored
Merge pull request #229561 from MicrosoftDocs/main
Publish to live, Monday 4 AM PST, 3/6
2 parents a632487 + 492c2e4 commit 403de20

File tree

53 files changed

+881
-432
lines changed

Some content is hidden

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

53 files changed

+881
-432
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Ensure that your client meets the following requirements:
107107
- TCP connectivity from the client to either the public or private IP address of the VM. (ProxyCommand or SSH forwarding to a machine with connectivity also works.)
108108

109109
> [!IMPORTANT]
110-
> SSH clients based on PuTTY don't support OpenSSH certificates and can't be used to log in with Azure AD OpenSSH certificate-based authentication.
110+
> SSH clients based on PuTTY now supports OpenSSH certificates and can be used to log in with Azure AD OpenSSH certificate-based authentication.
111111
112112
## Enable Azure AD login for a Linux VM in Azure
113113

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure-graph.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author: rolyon
66
manager: amycolannino
77
ms.service: active-directory
88
ms.workload: identity
9-
ms.subservice: multi-tenant-organizations
109
ms.topic: how-to
1110
ms.date: 02/27/2023
1211
ms.author: rolyon

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author: rolyon
66
manager: amycolannino
77
ms.service: active-directory
88
ms.workload: identity
9-
ms.subservice: multi-tenant-organizations
109
ms.topic: how-to
1110
ms.date: 02/06/2023
1211
ms.author: rolyon

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author: rolyon
66
manager: amycolannino
77
ms.service: active-directory
88
ms.workload: identity
9-
ms.subservice: multi-tenant-organizations
109
ms.topic: overview
1110
ms.date: 02/22/2023
1211
ms.author: rolyon

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-topology.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author: rolyon
66
manager: amycolannino
77
ms.service: active-directory
88
ms.workload: identity
9-
ms.subservice: multi-tenant-organizations
109
ms.topic: conceptual
1110
ms.date: 01/23/2023
1211
ms.author: rolyon

articles/active-directory/multi-tenant-organizations/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author: rolyon
66
manager: amycolannino
77
ms.service: active-directory
88
ms.workload: identity
9-
ms.subservice: multi-tenant-organizations
109
ms.topic: overview
1110
ms.date: 01/23/2023
1211
ms.author: rolyon

articles/active-directory/saas-apps/oracle-idcs-for-peoplesoft-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ In this section, you test your Azure AD single sign-on configuration with follow
105105

106106
## Next steps
107107

108-
Once you configure Oracle IDCS for PeopleSoft you can enforce session control, which protects exfiltration and infiltration of your organization’s sensitive data in real time. Session control extends from Conditional Access. [Learn how to enforce session control with Microsoft Cloud App Security](/cloud-app-security/proxy-deployment-aad).
108+
Once you configure Oracle IDCS for PeopleSoft you can enforce session control, which protects exfiltration and infiltration of your organization’s sensitive data in real time. Session control extends from Conditional Access. [Learn how to enforce session control with Microsoft Defender for Cloud Apps](/cloud-app-security/proxy-deployment-aad).

articles/aks/use-kms-etcd-encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Key Management Service (KMS) etcd encryption in Azure Kubernetes Service (AKS)
33
description: Learn how to use the Key Management Service (KMS) etcd encryption with Azure Kubernetes Service (AKS)
44
ms.topic: article
5-
ms.date: 01/17/2023
5+
ms.date: 02/20/2023
66
---
77

88
# Add Key Management Service (KMS) etcd encryption to an Azure Kubernetes Service (AKS) cluster
@@ -338,7 +338,7 @@ Use the following command to disable KMS on existing cluster.
338338
az aks update --name myAKSCluster --resource-group MyResourceGroup --disable-azure-keyvault-kms
339339
```
340340

341-
Use the following command to update all secrets. Otherwise, the old secrets will still be encrypted with the previous key. For larger clusters, you may want to subdivide the secrets by namespace or script an update.
341+
Use the following command to update all secrets. Otherwise, the old secrets will still be encrypted with the previous key and the encrypt/decrypt permission on key vault is still required. For larger clusters, you may want to subdivide the secrets by namespace or script an update.
342342

343343
```azurecli-interactive
344344
kubectl get secrets --all-namespaces -o json | kubectl replace -f -

articles/application-gateway/configuration-listeners.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Associate a frontend port. You can select an existing port or create a new one.
5151
>
5252
> **Outbound Rule**: (no specific requirement)
5353
54-
**Limitation**: The portal currently supports private and public listeners creation only for the Public clouds.
55-
5654
## Protocol
5755

5856
Choose HTTP or HTTPS:

articles/azure-monitor/app/opencensus-python.md

Lines changed: 95 additions & 121 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)