Skip to content

Commit 5468e21

Browse files
authored
Merge pull request #247978 from MicrosoftDocs/main
8/10/2023 PM Publish
2 parents 0305356 + ce7c481 commit 5468e21

File tree

177 files changed

+2038
-1786
lines changed

Some content is hidden

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

177 files changed

+2038
-1786
lines changed

articles/active-directory/fundamentals/how-to-approve-support-access-requests.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ When you have a pending support access request, you can view and approve that re
4646

4747
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/) and navigate to **Diagnose and solve problems**.
4848

49-
1. Select the link from the banner message at the top of the page...
49+
1. Select the link from the banner message at the top of the page.
5050

5151
![Screenshot of the Diagnose and solve problems page with the banner notification highlighted.](media/how-to-approve-support-access-requests/diagnose-solve-problems-banner.png)
5252

53-
... or scroll to the bottom of the page and select **Manage pending requests** from the **Microsoft Support Access Requests** section.
53+
Or scroll to the bottom of the page and select **Manage pending requests** from the **Microsoft Support Access Requests** section.
5454

5555
:::image type="content" source="media/how-to-approve-support-access-requests/diagnose-solve-problems-access-requests.png" alt-text="Screenshot of the Diagnose and solve problems page with the Manage pending requests link highlighted." lightbox="media/how-to-approve-support-access-requests/diagnose-solve-problems-access-requests-expanded.png":::
5656

@@ -69,8 +69,7 @@ When viewing the details of a pending support access request, you can approve or
6969
- A message appears, indicating this choice may result in slower resolution of your support request.
7070
- Your support engineer may ask you for data needed to diagnose the issue, and you must collect and provide that information to your support engineer.
7171

72-
![Screenshot of the Support Access requests details page with the Reject and Approve buttons highlighted](media/how-to-approve-support-access-requests/pending-request-details.png)
73-
72+
![Screenshot of the Support Access requests details page with the Reject and Approve buttons highlighted.](media/how-to-approve-support-access-requests/pending-request-details.png)
7473

7574
## Next steps
7675

articles/active-directory/fundamentals/how-to-manage-support-access-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ Closing a support request automatically revokes the support engineer's access to
4040

4141
Select the **Remove access** button to revoke access to an approved support access request.
4242

43-
![Screenshot of the Support access requests history with the Revoke button highlighted](media/how-to-manage-support-access-requests/remove-approved-access.png)
43+
![Screenshot of the Support access requests history with the Revoke button highlighted.](media/how-to-manage-support-access-requests/remove-approved-access.png)
4444

4545
When your support request is closed, the status of an approved Microsoft Support access request is automatically set to **Completed.** Microsoft Support access requests remain in the **Approved access** list for 30 days.
4646

4747
## Next steps
4848

4949
- [Approve Microsoft Support access requests](how-to-approve-support-access-requests.md)
5050
- [View Microsoft Support access request logs](how-to-view-support-access-request-logs.md)
51-
- [Learn how Microsoft uses data for Azure support](https://azure.microsoft.com/support/legal/support-diagnostic-information-collection/)
51+
- [Learn how Microsoft uses data for Azure support](https://azure.microsoft.com/support/legal/support-diagnostic-information-collection/)

articles/active-directory/reports-monitoring/recommendation-migrate-from-adal-to-msal.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.topic: reference
99
ms.workload: identity
1010
ms.subservice: report-monitor
11-
ms.date: 05/26/2023
11+
ms.date: 08/10/2023
1212
ms.author: sarahlipsey
1313
ms.reviewer: jamesmantu
1414

@@ -25,7 +25,9 @@ This article covers the recommendation to migrate from the Azure Active Director
2525

2626
The Azure Active Directory Authentication Library (ADAL) is currently slated for end-of-support on June 30, 2023. We recommend that customers migrate to Microsoft Authentication Libraries (MSAL), which replaces ADAL.
2727

28-
This recommendation shows up if your tenant has applications that still use ADAL.
28+
This recommendation shows up if your tenant has applications that still use ADAL. The service marks any application in your tenant that makes a token request from the ADAL as an ADAL application. Applications that use both ADAL and MSAL are marked as ADAL applications.
29+
30+
When an application is identified as an ADAL application, each day the recommendation looks back 30 days for any new ADAL requests from applications within the tenant. If an ADAL recommendation doesn't send any new ADAL requests for 30 days, the recommendation is marked as completed. When all applications are completed, the recommendation status changes to completed. If a new ADAL request is detected for an application that was completed, the status changes back to active.
2931

3032
## Value
3133

@@ -35,9 +37,9 @@ Existing apps that use ADAL will continue to work after the end-of-support date.
3537

3638
## Action plan
3739

38-
The first step to migrating your apps from ADAL to MSAL is to identify all applications in your tenant that are currently using ADAL. You can identify your apps in the Azure portal or programmatically.
40+
The first step to migrating your apps from ADAL to MSAL is to identify all applications in your tenant that are currently using ADAL. You can identify your apps in the Azure portal or programmatically with the Microsoft Graph API or the Microsoft Graph PowerShell SDK.
3941

40-
### Identify your apps in the Azure portal
42+
### [Azure portal](#tab/Azure-portal)
4143

4244
There are four steps to identifying and updating your apps in the Azure portal. The following steps are covered in detail in the [List all apps using ADAL](../develop/howto-get-list-of-all-active-directory-auth-library-apps.md) article.
4345

@@ -49,7 +51,7 @@ There are four steps to identifying and updating your apps in the Azure portal.
4951
- For example, the steps for .NET and Python applications have separate instructions.
5052
- For a full list of instructions for each scenario, see [How to migrate to MSAL](../develop/msal-migration.md#how-to-migrate-to-msal).
5153

52-
### Identify your apps with the Microsoft Graph API
54+
### [Microsoft Graph API](#tab/Microsoft-Graph-API)
5355

5456
You can use Microsoft Graph to identify apps that need to be migrated to MSAL. To get started, see [How to use Microsoft Graph with Azure AD recommendations](howto-use-recommendations.md#how-to-use-microsoft-graph-with-azure-active-directory-recommendations).
5557

@@ -87,7 +89,7 @@ df.onecloud.azure-test.net/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBla
8789
}
8890
```
8991

90-
### Identify your apps with Microsoft Graph PowerShell SDK
92+
### [Microsoft Graph PowerShell SDK](#tab/Microsoft-Graph-PowerShell-SDK)
9193

9294
You can run the following set of commands in Windows PowerShell. These commands use the [Microsoft Graph PowerShell SDK](/graph/powershell/installation) to get a list of all applications in your tenant that use ADAL.
9395

@@ -104,6 +106,30 @@ You can run the following set of commands in Windows PowerShell. These commands
104106

105107
1. Update the code for your apps using the instructions in [How to migrate to MSAL](../develop/msal-migration.md#how-to-migrate-to-msal).
106108

109+
---
110+
111+
## Frequently asked questions
112+
113+
### Why does it take 30 days to change the status to completed?
114+
115+
To reduce false positives, the service uses a 30 day window for ADAL requests. This way, the service can go several days without an ADAL request and not be falsely marked as completed.
116+
117+
### How were ADAL applications identified before the recommendation was released?
118+
119+
The [Azure AD sign-ins workbook](../develop/howto-get-list-of-all-auth-library-apps.md) is an alternative method to identify these apps. The workbook is still available to you, but using the workbook requires streaming sign-in logs to Azure Monitor first. The ADAL to MSAL recommendation works out of the box. Plus, the sign-ins workbook does not capture Service Principal sign-ins, while the recommendation does.
120+
121+
### Why is the number of ADAL applications different in the workbook and the recommendation?
122+
123+
Because the recommendation captures Service Principal sign-ins and the workbook doesn't, the recommendation may show more ADAL applications.
124+
125+
### How do I identify the owner of an application in my tenant?
126+
127+
You can locate owner from the recommendation details. Select the resource, which takes you to the application details. Select **Owners** from the navigation menu.
128+
129+
### Can the status change from *completed* to *active*?
130+
131+
Yes. If an application was marked as completed - so no ADAL requests were made during the 30 day window - that application would be marked as complete. If the service detects a new ADAL request, the status changes back to *active*.
132+
107133
## Next steps
108134

109135
- [Review the Azure AD recommendations overview](overview-recommendations.md)

articles/active-directory/reports-monitoring/reports-faq.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,10 @@ sections:
232232
answer: |
233233
You may need to sign in to Microsoft Graph separately from the Azure portal. Select your profile icon on the upper-right corner and sign in to the right directory.
234234
You may be trying to run a query that you don't have permissions for. Select **Modify Permissions** and select the **Consent** button. Follow the sign-in prompts.
235+
236+
- name: Identity recommendations
237+
questions:
238+
- question: |
239+
Why did a recommendation that was "completed" change back to "active"?
240+
answer: |
241+
If the service detects activity related to that recommendation for something marked as "completed" it changes automatically back to "active".

articles/ai-services/document-intelligence/how-to-guides/includes/v3-0/javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.custom: devx-track-csharp
2828

2929
* The latest version of [Visual Studio Code](https://code.visualstudio.com/) or your preferred IDE. For more information, *see* [Node.js in Visual Studio Code](https://code.visualstudio.com/docs/nodejs/nodejs-tutorial)
3030

31-
* The latest LTS version of [Node.js](https://nodejs.org/about/releases/)
31+
* The latest LTS version of [Node.js](https://nodejs.org/)
3232

3333
* An Azure AI services or Document Intelligence resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) Document Intelligence resource, in the Azure portal, to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3434

articles/ai-services/document-intelligence/how-to-guides/includes/v3-0/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ After you've called the [**Analyze document**](https://westus.dev.cognitive.micr
106106

107107
* Use the NodeJS **json tool** as a JSON formatter for curl.
108108

109-
* If you don't have [Node.js](https://nodejs.org/about/releases/) installed, download and install the latest version.
109+
* If you don't have [Node.js](https://nodejs.org/) installed, download and install the latest version.
110110

111111
* Open a new command prompt and install the **json tool** with the following command:
112112

articles/ai-services/document-intelligence/quickstarts/includes/get-started/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this quickstart, you use the following APIs to extract structured data from f
2525

2626
* The latest version of [Visual Studio Code](https://code.visualstudio.com/) or your preferred IDE.
2727

28-
* The latest LTS version of [Node.js](https://nodejs.org/about/releases/)
28+
* The latest LTS version of [Node.js](https://nodejs.org/)
2929

3030
* An Azure AI services or Document Intelligence resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) Document Intelligence resource in the Azure portal to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3131

articles/ai-services/document-intelligence/quickstarts/includes/v3-javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this quickstart you'll, use the following features to analyze and extract dat
2828

2929
* The latest version of [Visual Studio Code](https://code.visualstudio.com/) or your preferred IDE. For more information, *see* [Node.js in Visual Studio Code](https://code.visualstudio.com/docs/nodejs/nodejs-tutorial)
3030

31-
* The latest LTS version of [Node.js](https://nodejs.org/about/releases/)
31+
* The latest LTS version of [Node.js](https://nodejs.org/)
3232

3333
* An Azure AI services or Document Intelligence resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) Document Intelligence resource, in the Azure portal, to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3434

0 commit comments

Comments
 (0)