Skip to content

Commit fd01a77

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-refresh
2 parents e2bfffb + 21a203a commit fd01a77

File tree

101 files changed

+2969
-1045
lines changed

Some content is hidden

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

101 files changed

+2969
-1045
lines changed

articles/active-directory/app-provisioning/application-provisioning-log-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-provisioning
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 04/25/2023
11+
ms.date: 04/26/2023
1212
ms.author: kenwith
1313
ms.reviewer: arvinh
1414
---

articles/active-directory/app-provisioning/expression-builder.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-provisioning
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 10/20/2022
11+
ms.date: 04/26/2023
1212
ms.author: kenwith
1313
ms.reviewer: arvinh
1414
---
@@ -31,13 +31,13 @@ In application provisioning, you use expressions for attribute mappings. You acc
3131

3232
To use expression builder, select a function and attribute and then enter a suffix if needed. Then select **Add expression** to add the expression to the code box. To learn more about the functions available and how to use them, see [Reference for writing expressions for attribute mappings](functions-for-customizing-application-data.md).
3333

34-
Test the expression by searching for a user or providing values and selecting **Test expression**. The output of the expression test will appear in the **View expression output** box.
34+
Test the expression by searching for a user or providing values and selecting **Test expression**. The output of the expression test appears in the **View expression output** box.
3535

3636
When you're satisfied with the expression, move it to an attribute mapping. Copy and paste it into the expression box for the attribute mapping you're working on.
3737

3838
## Known limitations
39-
* Extension attributes are not available for selection in the expression builder. However, extension attributes can be used in the attribute mapping expression.
39+
* Extension attributes aren't available for selection in the expression builder. However, extension attributes can be used in the attribute mapping expression.
4040

4141
## Next steps
4242

43-
[Reference for writing expressions for attribute mappings](functions-for-customizing-application-data.md)
43+
[Reference for writing expressions for attribute mappings](functions-for-customizing-application-data.md)

articles/active-directory/app-provisioning/sap-successfactors-attribute-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-provisioning
99
ms.topic: reference
1010
ms.workload: identity
11-
ms.date: 10/20/2022
11+
ms.date: 04/26/2023
1212
ms.author: kenwith
1313
ms.reviewer: chmutali
1414
---
@@ -27,7 +27,7 @@ The table below captures the list of SuccessFactors attributes included by defau
2727
- [SuccessFactors to Active Directory User Provisioning](../saas-apps/sap-successfactors-inbound-provisioning-tutorial.md)
2828
- [SuccessFactors to Azure AD User Provisioning](../saas-apps/sap-successfactors-inbound-provisioning-cloud-only-tutorial.md)
2929

30-
Please refer to the [SAP SuccessFactors integration reference](./sap-successfactors-integration-reference.md#retrieving-additional-attributes) to extend the schema for additional attributes.
30+
Please refer to the [SAP SuccessFactors integration reference](./sap-successfactors-integration-reference.md#retrieving-more-attributes) to extend the schema for additional attributes.
3131

3232
| \# | SuccessFactors Entity | SuccessFactors Attribute | Operation Type |
3333
|----|----------------------------------------|------------------------------|----------------|

articles/active-directory/app-provisioning/sap-successfactors-integration-reference.md

Lines changed: 62 additions & 72 deletions
Large diffs are not rendered by default.

articles/active-directory/authentication/how-to-mfa-authenticator-lite.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 03/15/2023
9+
ms.date: 04/25/2023
1010

1111
ms.author: justinha
1212
author: sabina-smith
@@ -30,6 +30,10 @@ Users receive a notification in Outlook mobile to approve or deny sign-in, or th
3030
## Prerequisites
3131

3232
- Your organization needs to enable Microsoft Authenticator (second factor) push notifications for some users or groups by using the Authentication methods policy. You can edit the Authentication methods policy by using the Azure portal or Microsoft Graph API.
33+
34+
>[!TIP]
35+
>We recommend that you also enable [system-preferred multifactor authentication (MFA)](concept-system-preferred-multifactor-authentication.md) when you enable Authenticator Lite. With system-preferred MFA enabled, users try to sign-in with Authenticator Lite before they try less secure telephony methods like SMS or voice call.
36+
3337
- If your organization is using the Active Directory Federation Services (AD FS) adapter or Network Policy Server (NPS) extensions, upgrade to the latest versions for a consistent experience.
3438
- Users enabled for shared device mode on Outlook mobile aren't eligible for Authenticator Lite.
3539
- Users must run a minimum Outlook mobile version.
@@ -125,7 +129,7 @@ If enabled for Authenticator Lite, users are prompted to register their account
125129
:::image type="content" border="true" source="./media/how-to-mfa-authenticator-lite/registration.png" alt-text="Screenshot of how to register Authenticator Lite.":::
126130

127131
>[!NOTE]
128-
>Users with no MFA methods registered will be prompted to download the Authenticator App when they begin registration flow. For the most seamless Authenticator Lite registration experience, [provision your users a TAP](https://learn.microsoft.com/azure/active-directory/authentication/howto-authentication-temporary-access-pass) (temporary access pass) which they can use during registration.
132+
>If they don't have any MFA methods registered, users are prompted to download Authenticator when they begin the registration flow. For the most seamless experience, provision users with a [Temporary Access Pass (TAP)](howto-authentication-temporary-access-pass.md) that they can use during Authenticator Lite registration.
129133
130134

131135
## Monitoring Authenticator Lite usage

articles/active-directory/authentication/howto-sspr-authenticationdata.md

Lines changed: 25 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 01/29/2023
9+
ms.date: 04/26/2023
1010

1111
ms.author: justinha
1212
author: justinha
@@ -82,45 +82,46 @@ The following fields can be set through PowerShell:
8282
> [!IMPORTANT]
8383
> Azure AD PowerShell is planned for deprecation. You can start using [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Azure AD as you would in Azure AD PowerShell, or use the [Microsoft Graph REST API for managing authentication methods](/graph/api/resources/authenticationmethods-overview).
8484
85-
### Use Azure AD PowerShell version 1
85+
### Use Microsoft Graph PowerShell
8686

87-
To get started, [download and install the Azure AD PowerShell module](/previous-versions/azure/jj151815(v=azure.100)#bkmk_installmodule). After it's installed, use the following steps to configure each field.
87+
To get started, [download and install the Microsoft Graph PowerShell module](/powershell/microsoftgraph/overview).
8888

89-
#### Set the authentication data with Azure AD PowerShell version 1
89+
To quickly install from recent versions of PowerShell that support `Install-Module`, run the following commands. The first line checks to see if the module is already installed:
9090

9191
```PowerShell
92-
Connect-MsolService
93-
94-
Set-MsolUser -UserPrincipalName [email protected] -AlternateEmailAddresses @("[email protected]")
95-
Set-MsolUser -UserPrincipalName [email protected] -MobilePhone "+1 4251234567"
96-
Set-MsolUser -UserPrincipalName [email protected] -PhoneNumber "+1 4252345678"
97-
98-
Set-MsolUser -UserPrincipalName [email protected] -AlternateEmailAddresses @("[email protected]") -MobilePhone "+1 4251234567" -PhoneNumber "+1 4252345678"
92+
Get-Module Microsoft.Graph
93+
Install-Module Microsoft.Graph
94+
Select-MgProfile -Name "beta"
95+
Connect-MgGraph -Scopes "User.ReadWrite.All"
9996
```
10097

101-
#### Read the authentication data with Azure AD PowerShell version 1
98+
After the module is installed, use the following steps to configure each field.
99+
100+
#### Set the authentication data with Microsoft Graph PowerShell
102101

103102
```PowerShell
104-
Connect-MsolService
103+
Connect-MgGraph -Scopes "User.ReadWrite.All"
105104
106-
Get-MsolUser -UserPrincipalName [email protected] | select AlternateEmailAddresses
107-
Get-MsolUser -UserPrincipalName [email protected] | select MobilePhone
108-
Get-MsolUser -UserPrincipalName [email protected] | select PhoneNumber
105+
Update-MgUser -UserId '[email protected]' -otherMails @("[email protected]")
106+
Update-MgUser -UserId '[email protected]' -mobilePhone "+1 4251234567"
107+
Update-MgUser -UserId '[email protected]' -businessPhones "+1 4252345678"
109108
110-
Get-MsolUser | select DisplayName,UserPrincipalName,AlternateEmailAddresses,MobilePhone,PhoneNumber | Format-Table
109+
Update-MgUser -UserId '[email protected]' -otherMails @("[email protected]") -mobilePhone "+1 4251234567" -businessPhones "+1 4252345678"
111110
```
112111

113-
#### Read the Authentication Phone and Authentication Email options
114-
115-
To read the **Authentication Phone** and **Authentication Email** when you use PowerShell version 1, use the following commands:
112+
#### Read the authentication data with Microsoft Graph PowerShell
116113

117114
```PowerShell
118-
Connect-MsolService
119-
Get-MsolUser -UserPrincipalName [email protected] | select -Expand StrongAuthenticationUserDetails | select PhoneNumber
120-
Get-MsolUser -UserPrincipalName [email protected] | select -Expand StrongAuthenticationUserDetails | select Email
115+
Connect-MgGraph -Scopes "User.Read.All"
116+
117+
Get-MgUser -UserId '[email protected]' | select otherMails
118+
Get-MgUser -UserId '[email protected]' | select mobilePhone
119+
Get-MgUser -UserId '[email protected]' | select businessPhones
120+
121+
Get-MgUser -UserId '[email protected]' | Select businessPhones, mobilePhone, otherMails | Format-Table
121122
```
122123

123-
### Use Azure AD PowerShell version 2
124+
### Use Azure AD PowerShell
124125

125126
To get started, [download and install the Azure AD version 2 PowerShell module](/powershell/module/azuread/).
126127

@@ -158,45 +159,6 @@ Get-AzureADUser -ObjectID [email protected] | select TelephoneNumber
158159
Get-AzureADUser | select DisplayName,UserPrincipalName,otherMails,Mobile,TelephoneNumber | Format-Table
159160
```
160161

161-
### Use Microsoft Graph PowerShell
162-
163-
To get started, [download and install the Microsoft Graph PowerShell module](/powershell/microsoftgraph/overview).
164-
165-
To quickly install from recent versions of PowerShell that support `Install-Module`, run the following commands. The first line checks to see if the module is already installed:
166-
167-
```PowerShell
168-
Get-Module Microsoft.Graph
169-
Install-Module Microsoft.Graph
170-
Select-MgProfile -Name "beta"
171-
Connect-MgGraph -Scopes "User.ReadWrite.All"
172-
```
173-
174-
After the module is installed, use the following steps to configure each field.
175-
176-
#### Set the authentication data with Microsoft Graph PowerShell
177-
178-
```PowerShell
179-
Connect-MgGraph -Scopes "User.ReadWrite.All"
180-
181-
Update-MgUser -UserId '[email protected]' -otherMails @("[email protected]")
182-
Update-MgUser -UserId '[email protected]' -mobilePhone "+1 4251234567"
183-
Update-MgUser -UserId '[email protected]' -businessPhones "+1 4252345678"
184-
185-
Update-MgUser -UserId '[email protected]' -otherMails @("[email protected]") -mobilePhone "+1 4251234567" -businessPhones "+1 4252345678"
186-
```
187-
188-
#### Read the authentication data with Microsoft Graph PowerShell
189-
190-
```PowerShell
191-
Connect-MgGraph -Scopes "User.Read.All"
192-
193-
Get-MgUser -UserId '[email protected]' | select otherMails
194-
Get-MgUser -UserId '[email protected]' | select mobilePhone
195-
Get-MgUser -UserId '[email protected]' | select businessPhones
196-
197-
Get-MgUser -UserId '[email protected]' | Select businessPhones, mobilePhone, otherMails | Format-Table
198-
```
199-
200162
## Next steps
201163

202164
Once authentication contact information is pre-populated for users, complete the following tutorial to enable self-service password reset:

articles/active-directory/fundamentals/customize-branding.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Adding custom branding requires one of the following licenses:
3232
- Azure AD Premium 2
3333
- Office 365 (for Office apps)
3434

35+
At least one of the previously listed licenses is sufficient to add and manage the company branding in your tenant.
36+
3537
Azure AD Premium editions are available for customers in China using the worldwide instance of Azure AD. Azure AD Premium editions aren't currently supported in the Azure service operated by 21Vianet in China. For more information about licensing and editions, see [Sign up for Azure AD Premium](active-directory-get-started-premium.md).
3638

3739
The **Global Administrator** role is required to customize company branding.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Improve reliability of your business-critical applications using Azure Advisor.
3+
description: Use Azure Advisor to evaluate the reliability posture of your business-critical applications, assess risks and plan improvements.
4+
ms.topic: article
5+
ms.date: 04/25/2023
6+
7+
---
8+
9+
# Improve the reliability of your business-critical applications using Azure Advisor
10+
11+
Azure Advisor helps you assess and improve the reliability of your business-critical applications.
12+
13+
## Reliability recommendations
14+
15+
You can get reliability recommendations on the **Reliability** tab on the Advisor dashboard.
16+
17+
1. Sign in to the [**Azure portal**](https://portal.azure.com).
18+
19+
1. Search for and select [**Advisor**](https://aka.ms/azureadvisordashboard) from any page.
20+
21+
1. On the **Advisor** dashboard, select the **Reliability** tab.
22+
23+
## Reliability workbook
24+
25+
You can evaluate the reliability of posture of your applications, assess risks and plan improvements using the new Reliability workbook template, which is available in Azure Advisor.
26+
27+
1. Sign in to the [**Azure portal**](https://portal.azure.com).
28+
29+
1. Search for and select [**Advisor**](https://aka.ms/azureadvisordashboard) from any page.
30+
31+
1. Select **Workbooks** item in the left menu.
32+
33+
1. Open **Reliability** workbook template.
34+
35+
:::image type="content" source="media/advisor-reliability-workbook.png#lightbox" alt-text="Screenshot of the Azure Advisor reliability workbook template.":::
36+
37+
38+
## Next steps
39+
40+
For more information about Advisor recommendations, see:
41+
* [Reliability recommendations](advisor-reference-reliability-recommendations.md)
42+
* [Introduction to Advisor](advisor-overview.md)
43+
* [Get started with Advisor](advisor-get-started.md)
44+
45+
157 KB
Loading

articles/advisor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
href: advisor-cost-recommendations.md
4747
- name: Improve security
4848
href: advisor-security-recommendations.md
49+
- name: Improve reliability
50+
href: advisor-how-to-improve-reliability.md
4951
- name: Improve the performance of highly used VMs
5052
href: advisor-how-to-performance-resize-high-usage-vm-recommendations.md
5153
- name: Use tags to filter recommendations and score

0 commit comments

Comments
 (0)