Skip to content

Commit 255a9fa

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into yelevin/analytics-health-and-audit
2 parents be6059b + 4eeec7e commit 255a9fa

28 files changed

+220
-217
lines changed

articles/active-directory-b2c/identity-provider-azure-ad-single-tenant.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 10/11/2022
12+
ms.date: 02/07/2023
1313
ms.author: godonnell
1414
ms.subservice: B2C
1515
ms.custom: fasttrack-edit, project-no-code
@@ -67,26 +67,6 @@ To enable sign-in for users with an Azure AD account from a specific Azure AD or
6767
1. Select **Certificates & secrets**, and then select **New client secret**.
6868
1. Enter a **Description** for the secret, select an expiration, and then select **Add**. Record the **Value** of the secret for use in a later step.
6969
70-
### Configuring optional claims
71-
72-
If you want to get the `family_name` and `given_name` claims from Azure AD, you can configure optional claims for your application in the Azure portal UI or application manifest. For more information, see [How to provide optional claims to your Azure AD app](../active-directory/develop/active-directory-optional-claims.md).
73-
74-
1. Sign in to the [Azure portal](https://portal.azure.com) using your organizational Azure AD tenant. Or if you're already signed in, make sure you're using the directory that contains your organizational Azure AD tenant (for example, Contoso):
75-
1. Select the **Directories + subscriptions** icon in the portal toolbar.
76-
2. On the **Portal settings | Directories + subscriptions** page, find your Azure AD directory in the **Directory name** list, and then select **Switch**.
77-
1. In the Azure portal, search for and select **Azure Active Directory**.
78-
1. In the left menu, under **Manage**, select **App registrations**.
79-
1. Select the application you want to configure optional claims for in the list, such as `Azure AD B2C App`.
80-
1. From the **Manage** section, select **Token configuration**.
81-
1. Select **Add optional claim**.
82-
1. For the **Token type**, select **ID**.
83-
1. Select the optional claims to add, `family_name` and `given_name`.
84-
1. Select **Add**. If **Turn on the Microsoft Graph profile permission (required for claims to appear in token)** appears, enable it, and then select **Add** again.
85-
86-
## [Optional] Verify your app authenticity
87-
88-
[Publisher verification](../active-directory/develop/publisher-verification-overview.md) helps your users understand the authenticity of the app you [registered](#register-an-azure-ad-app). A verified app means that the publisher of the app has [verified](/partner-center/verification-responses) their identity using their Microsoft Partner Network (MPN). Learn how to [mark your app as publisher verified](../active-directory/develop/mark-app-as-publisher-verified.md).
89-
9070
::: zone pivot="b2c-user-flow"
9171
9272
## Configure Azure AD as an identity provider
@@ -254,6 +234,26 @@ If the sign-in process is successful, your browser is redirected to `https://jwt
254234

255235
::: zone-end
256236

237+
### [Optional] Configuring optional claims
238+
239+
If you want to get the `family_name` and `given_name` claims from Azure AD, you can configure optional claims for your application in the Azure portal UI or application manifest. For more information, see [How to provide optional claims to your Azure AD app](../active-directory/develop/active-directory-optional-claims.md).
240+
241+
1. Sign in to the [Azure portal](https://portal.azure.com) using your organizational Azure AD tenant. Or if you're already signed in, make sure you're using the directory that contains your organizational Azure AD tenant (for example, Contoso):
242+
1. Select the **Directories + subscriptions** icon in the portal toolbar.
243+
2. On the **Portal settings | Directories + subscriptions** page, find your Azure AD directory in the **Directory name** list, and then select **Switch**.
244+
1. In the Azure portal, search for and select **Azure Active Directory**.
245+
1. In the left menu, under **Manage**, select **App registrations**.
246+
1. Select the application you want to configure optional claims for in the list, such as `Azure AD B2C App`.
247+
1. From the **Manage** section, select **Token configuration**.
248+
1. Select **Add optional claim**.
249+
1. For the **Token type**, select **ID**.
250+
1. Select the optional claims to add, `family_name` and `given_name`.
251+
1. Select **Add**. If **Turn on the Microsoft Graph profile permission (required for claims to appear in token)** appears, enable it, and then select **Add** again.
252+
253+
## [Optional] Verify your app authenticity
254+
255+
[Publisher verification](../active-directory/develop/publisher-verification-overview.md) helps your users understand the authenticity of the app you [registered](#register-an-azure-ad-app). A verified app means that the publisher of the app has [verified](/partner-center/verification-responses) their identity using their Microsoft Partner Network (MPN). Learn how to [mark your app as publisher verified](../active-directory/develop/mark-app-as-publisher-verified.md).
256+
257257
## Next steps
258258

259259
Learn how to [pass the Azure AD token to your application](idp-pass-through-user-flow.md).

articles/active-directory/develop/msal-shared-devices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 02/06/2023
12+
ms.date: 02/08/2023
1313
ms.author: henrymbugua
1414
ms.reviewer: brandwe
1515
ms.custom: aaddev
1616
---
1717

1818
# Overview of shared device mode
1919

20-
Shared device mode is a feature of Azure Active Directory(Azure AD) that allows you to build and deploy applications that support frontline workers and educational scenarios that require shared Android and iOS devices.
20+
Shared device mode is a feature of Azure Active Directory (Azure AD) that allows you to build and deploy applications that support frontline workers and educational scenarios that require shared Android and iOS devices.
2121

2222
> [!IMPORTANT]
2323
> Shared device mode for iOS [!INCLUDE [PREVIEW BOILERPLATE](../../../includes/active-directory-develop-preview.md)]
@@ -36,7 +36,7 @@ Azure AD enables these scenarios with a feature called **shared device mode**.
3636

3737
As mentioned, shared device mode is a feature of Azure AD that enables you to:
3838

39-
- Build applications that support frontline workers
39+
- Build applications that support frontline workers.
4040
- Deploy devices to frontline workers with apps that support shared device mode.
4141

4242
### Build applications that support frontline workers

articles/cosmos-db/nosql/sdk-java-async-v2.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ ms.custom: devx-track-java, ignite-2022
2020
The API for NoSQL Async Java SDK differs from the API for NoSQL Java SDK by providing asynchronous operations with support of the [Netty library](https://netty.io/). The pre-existing [API for NoSQL Java SDK](sdk-java-v2.md) does not support asynchronous operations.
2121

2222
> [!IMPORTANT]
23-
> This is *not* the latest Java SDK for Azure Cosmos DB! Consider using [Azure Cosmos DB Java SDK v4](sdk-java-v4.md) for your project. To upgrade, follow the instructions in the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide and the [Reactor vs RxJava](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/main/reactor-rxjava-guide.md) guide.
23+
> This is *not* the latest Java SDK for Azure Cosmos DB! We **strongly recommend** using [Azure Cosmos DB Java SDK v4](sdk-java-v4.md) for your project. To upgrade, follow the instructions in the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide and the [Reactor vs RxJava](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/main/reactor-rxjava-guide.md) guide.
2424
>
2525
2626
> [!IMPORTANT]
2727
> On August 31, 2024 the Azure Cosmos DB Async Java SDK v2.x
28-
> will be retired; the SDK and all applications using the SDK
29-
> **will continue to function**; Azure Cosmos DB will simply cease
30-
> to provide further maintenance and support for this SDK.
31-
> We recommend following the instructions above to migrate to
28+
> will be retired. Azure Cosmos DB will cease
29+
> to provide further maintenance and support for this SDK after retirement.
30+
> Please follow the instructions above to migrate to
3231
> Azure Cosmos DB Java SDK v4.
3332
>
3433

articles/cosmos-db/nosql/sdk-java-v2.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ ms.custom: devx-track-java, ignite-2022
2020
This is the original Azure Cosmos DB Sync Java SDK v2 for API for NoSQL which supports synchronous operations.
2121

2222
> [!IMPORTANT]
23-
> This is *not* the latest Java SDK for Azure Cosmos DB! Consider using [Azure Cosmos DB Java SDK v4](sdk-java-v4.md) for your project. To upgrade, follow the instructions in the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide and the [Reactor vs RxJava](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/main/reactor-rxjava-guide.md) guide.
23+
> This is *not* the latest Java SDK for Azure Cosmos DB! We **strongly recommend** using [Azure Cosmos DB Java SDK v4](sdk-java-v4.md) for your project. To upgrade, follow the instructions in the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide and the [Reactor vs RxJava](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/main/reactor-rxjava-guide.md) guide.
2424
>
2525
2626
> [!IMPORTANT]
2727
> On February 29, 2024 the Azure Cosmos DB Sync Java SDK v2.x
28-
> will be retired; the SDK and all applications using the SDK
29-
> **will continue to function**; Azure Cosmos DB will simply cease
30-
> to provide further maintenance and support for this SDK.
31-
> We recommend following the instructions above to migrate to
28+
> will be retired. Azure Cosmos DB will cease
29+
> to provide further maintenance and support for this SDK after retirement.
30+
> Please follow the instructions above to migrate to
3231
> Azure Cosmos DB Java SDK v4.
3332
>
3433

articles/defender-for-cloud/integration-defender-for-endpoint.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ If you've never enabled the integration for Windows, endpoint protection enables
217217

218218
1. From Defender for Cloud's menu, select **Environment settings** and select the subscription with the Linux machines that you want to receive Defender for Endpoint.
219219

220+
1. In the Monitoring coverage column of the Defender for Server plan, select **Settings**.
221+
220222
1. In the status of the Endpoint protection component, select **On** to enable the integration with Microsoft Defender for Endpoint.
221223

222224
:::image type="content" source="media/integration-defender-for-endpoint/enable-defender-for-endpoint.png" alt-text="Screenshot of Status toggle that enables Microsoft Defender for Endpoint." lightbox="media/integration-defender-for-endpoint/enable-defender-for-endpoint.png":::
@@ -229,6 +231,8 @@ If you've never enabled the integration for Windows, endpoint protection enables
229231

230232
Onboarding might take up to 1 hour.
231233

234+
1. Select **Continue** and **Save** to save your settings.
235+
232236
1. To verify installation of Defender for Endpoint on a Linux machine, run the following shell command on your machines:
233237

234238
`mdatp health`
@@ -339,8 +343,9 @@ To remove the Defender for Endpoint solution from your machines:
339343
340344
1. Disable the integration:
341345
1. From Defender for Cloud's menu, select **Environment settings** and select the subscription with the relevant machines.
342-
1. Open **Integrations** and clear the checkbox for **Allow Microsoft Defender for Endpoint to access my data**.
343-
1. Select **Save**.
346+
1. In the Monitoring coverage column of the Defender for Servers plan, select **Settings**.
347+
1. In the status of the Endpoint protection component, select **Off** to disable the integration with Microsoft Defender for Endpoint.
348+
1. Select **Continue** and **Save** to save your settings.
344349
345350
1. Remove the MDE.Windows/MDE.Linux extension from the machine.
346351

articles/hdinsight/hdinsight-upgrade-cluster.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: Learn guidelines to migrate your Azure HDInsight cluster to a newer
55
ms.service: hdinsight
66
ms.topic: how-to
77
ms.custom: hdinsightactive
8-
ms.date: 10/25/2022
8+
ms.date: 02/08/2023
99
---
1010
# Migrate HDInsight cluster to a newer version
1111

1212
To take advantage of the latest HDInsight features, we recommend that HDInsight clusters be regularly migrated to latest version. HDInsight doesn't support in-place upgrades where an existing cluster is upgraded to a newer component version. You must create a new cluster with the desired component and platform version and then migrate your applications to use the new cluster. Follow the below guidelines to migrate your HDInsight cluster versions.
1313

1414
> [!NOTE]
15-
> For information on supported versions of HDInsight, see [HDInsight component versions](hdinsight-component-versioning.md#supported-hdinsight-versions).
15+
> If you are creating a Hive cluster with a primary storage container, copy it from an existing HDInsight cluster. Don'tt copy the complete content. Copy only the data folders which are configured.
1616
1717
## Migration tasks
1818

@@ -40,7 +40,7 @@ The following documents provide guidance on how to migrate specific workloads:
4040
* [Migrate Kafka](./kafka/migrate-versions.md)
4141
* [Migrate Hive/Interactive Query](./interactive-query/apache-hive-migrate-workloads.md)
4242

43-
## Backup and restore
43+
## Back up and restore
4444

4545
For more information about database backup and restore, see [Recover a database in Azure SQL Database by using automated database backups](/azure/azure-sql/database/recovery-using-backups).
4646

@@ -51,13 +51,13 @@ As mentioned above, Microsoft recommends that HDInsight clusters be regularly mi
5151
* The cluster version is [Retired](hdinsight-retired-versions.md) or if you're having a cluster issue that would be resolved with a newer version.
5252
* The root cause of a cluster issue is determined to relate an undersized VM. [View Microsoft's recommended node configuration](hdinsight-supported-node-configuration.md).
5353
* A customer opens a support case and the Microsoft engineering team determines the issue has already been fixed in a newer cluster version.
54-
* A default metastore database (Ambari, Hive, Oozie, Ranger) has reached its utilization limit. Microsoft will ask you to recreate the cluster using a [custom metastore](hdinsight-use-external-metadata-stores.md#custom-metastore) database.
54+
* A default metastore database (Ambari, Hive, Oozie, Ranger) has reached its utilization limit. Microsoft asks you to recreate the cluster using a [custom metastore](hdinsight-use-external-metadata-stores.md#custom-metastore) database.
5555
* The root cause of a cluster issue is due to an **Unsupported Operation**. Here are some of the common unsupported operations:
5656
* **Moving or Adding a service in Ambari**. See the information on the cluster services in Ambari, one of the actions available from the Service Actions menu is **Move [Service Name]**. Another action is **Add [Service Name]**. Both of these options are unsupported.
5757
* **Python package corruption**. HDInsight clusters depend on the built-in Python environments, Python 2.7 and Python 3.5. Directly installing custom packages in those default built-in environments may cause unexpected library version changes and break the cluster. Learn how to [safely install custom external Python packages](./spark/apache-spark-python-package-installation.md#safely-install-external-python-packages) for your Spark applications.
5858
* **Third-party software**. Customers have the ability to install third-party software on their HDInsight clusters; however, we'll recommend recreating the cluster if it breaks the existing functionality.
5959
* **Multiple workloads on the same cluster**. In HDInsight 4.0, the Hive Warehouse Connector needs separate clusters for Spark and Interactive Query workloads. [Follow these steps to set up both clusters in Azure HDInsight](interactive-query/apache-hive-warehouse-connector.md). Similarly, integrating [Spark with HBASE](hdinsight-using-spark-query-hbase.md) requires two different clusters.
60-
* **Custom Ambari DB password changed**. The Ambari DB password is set during cluster creation and there's no current mechanism to update it. If a customer deploys the cluster with a [custom Ambari DB](hdinsight-custom-ambari-db.md), they'll have the ability to change the DB password on the SQL DB; however, there's no way to update this password for a running HDInsight cluster.
60+
* **Custom Ambari DB password changed**. The Ambari DB password is set during cluster creation and there's no current mechanism to update it. If a customer deploys the cluster with a [custom Ambari DB](hdinsight-custom-ambari-db.md), they have the ability to change the DB password on the SQL DB; however, there's no way to update this password for a running HDInsight cluster.
6161

6262
## Next steps
6363

articles/sentinel/connect-microsoft-purview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To disconnect the Azure Information Protection connector:
8181
1. Select **Azure Information Protection**.
8282
1. Below the connector description, select **Open connector page**.
8383
1. Under **Configuration**, select **Connect Azure Information Protection logs**.
84-
1. Select the configured workspace and select **Ok**.
84+
1. Clear the selection for the workspace from which you want to disconnect the connector, and select **OK**.
8585

8686
## Known issues and limitations
8787

articles/sentinel/sap/collect-sap-hana-audit-logs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ If you have SAP HANA database audit logs configured with Syslog, you'll also nee
4949

5050
## Next steps
5151

52-
Learn more about the Microsoft Sentinel Solution for SAP:
52+
Learn more about the Microsoft Sentinel solution for SAP® applications:
5353

54-
- [Deploy Microsoft Sentinel Solution for SAP](deployment-overview.md)
55-
- [Prerequisites for deploying Microsoft Sentinel Solution for SAP](prerequisites-for-deploying-sap-continuous-threat-monitoring.md)
54+
- [Deploy Microsoft Sentinel solution for SAP® applications](deployment-overview.md)
55+
- [Prerequisites for deploying Microsoft Sentinel solution for SAP® applications](prerequisites-for-deploying-sap-continuous-threat-monitoring.md)
5656
- [Deploy SAP Change Requests (CRs) and configure authorization](preparing-sap.md)
5757
- [Deploy and configure the container hosting the SAP data connector agent](deploy-data-connector-agent-container.md)
5858
- [Deploy SAP security content](deploy-sap-security-content.md)
@@ -61,13 +61,13 @@ Learn more about the Microsoft Sentinel Solution for SAP:
6161

6262
Troubleshooting:
6363

64-
- [Troubleshoot your Microsoft Sentinel Solution for SAP deployment](sap-deploy-troubleshoot.md)
64+
- [Troubleshoot your Microsoft Sentinel solution for SAP® applications deployment](sap-deploy-troubleshoot.md)
6565
- [Configure SAP Transport Management System](configure-transport.md)
6666

6767
Reference files:
6868

69-
- [Microsoft Sentinel Solution for SAP data reference](sap-solution-log-reference.md)
70-
- [Microsoft Sentinel Solution for SAP: security content reference](sap-solution-security-content.md)
69+
- [Microsoft Sentinel solution for SAP® applications data reference](sap-solution-log-reference.md)
70+
- [Microsoft Sentinel solution for SAP® applications: security content reference](sap-solution-security-content.md)
7171
- [Kickstart script reference](reference-kickstart.md)
7272
- [Update script reference](reference-update.md)
7373
- [Systemconfig.ini file reference](reference-systemconfig.md)

0 commit comments

Comments
 (0)