Skip to content

Commit c3739cb

Browse files
authored
Merge pull request #153728 from MicrosoftDocs/master
4/08 AM Publish
2 parents 5f48222 + 53eb16c commit c3739cb

File tree

55 files changed

+1412
-383
lines changed

Some content is hidden

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

55 files changed

+1412
-383
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62057,6 +62057,11 @@
6205762057
"redirect_url": "/azure/cognitive-services/Speech-Service/voice-assistants",
6205862058
"redirect_document_id": true
6205962059
},
62060+
{
62061+
"source_path_from_root": "/articles/cognitive-services/Speech-Service/quickstarts/intent-recognition.md",
62062+
"redirect_url": "/azure/cognitive-services/Speech-Service/get-started-intent-recognition",
62063+
"redirect_document_id": true
62064+
},
6206062065
{
6206162066
"source_path_from_root": "/articles/cognitive-services/entitylinking/GettingStarted.md",
6206262067
"redirect_url": "/azure/cognitive-services/text-analytics",

articles/active-directory-b2c/force-password-reset.md

Lines changed: 8 additions & 24 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: 03/03/2021
12+
ms.date: 04/08/2021
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
zone_pivot_groups: b2c-policy-type
@@ -19,18 +19,20 @@ zone_pivot_groups: b2c-policy-type
1919

2020
[!INCLUDE [active-directory-b2c-choose-user-flow-or-custom-policy](../../includes/active-directory-b2c-choose-user-flow-or-custom-policy.md)]
2121

22-
As an administrator, you can [reset a user's password](manage-users-portal.md#reset-a-users-password) if the user forgets their password. Or you would like to force them to reset the password. In this article, you'll learn how to force a password reset in these scenarios.
22+
> [!IMPORTANT]
23+
> Force password reset is a public preview feature of Azure AD B2C. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2324
2425
## Overview
26+
As an administrator, you can [reset a user's password](manage-users-portal.md#reset-a-users-password) if the user forgets their password. Or you would like to force them to reset the password. In this article, you'll learn how to force a password reset in these scenarios.
2527

26-
When an administrator resets a user's password via the Azure portal, the value of the [forceChangePasswordNextSignIn](user-profile-attributes.md#password-profile-property) attribute is set to `true`.
27-
28-
The [sign-in and sign-up journey](add-sign-up-and-sign-in-policy.md) checks the value of this attribute. After the user completes the sign-in, if the attribute is set to `true`, the user must reset their password. Then the value of the attribute is set to back `false`.
28+
When an administrator resets a user's password via the Azure portal, the value of the [forceChangePasswordNextSignIn](user-profile-attributes.md#password-profile-property) attribute is set to `true`. The [sign-in and sign-up journey](add-sign-up-and-sign-in-policy.md) checks the value of this attribute. After the user completes the sign-in, if the attribute is set to `true`, the user must reset their password. Then the value of the attribute is set to back `false`.
2929

3030
![Force password reset flow](./media/force-password-reset/force-password-reset-flow.png)
3131

3232
The password reset flow is applicable to local accounts in Azure AD B2C that use an [email address](identity-provider-local.md#email-sign-in) or [username](identity-provider-local.md#username-sign-in) with a password for sign-in.
3333

34+
::: zone pivot="b2c-user-flow"
35+
3436
### Force a password reset after 90 days
3537

3638
As an administrator, you can set a user's password expiration to 90 days, using [MS Graph](microsoft-graph-operations.md). After 90 days, the value of [forceChangePasswordNextSignIn](user-profile-attributes.md#password-profile-property) attribute is automatically set to `true`. For more information on how to set a user's password expiration policy, see [Password policy attribute](user-profile-attributes.md#password-policy-attribute).
@@ -43,8 +45,6 @@ Once a password expiration policy has been set, you must also configure force pa
4345

4446
## Configure your policy
4547

46-
::: zone pivot="b2c-user-flow"
47-
4848
To enable the **Forced password reset** setting in a sign-up or sign-in user flow:
4949

5050
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -75,23 +75,7 @@ To enable the **Forced password reset** setting in a sign-up or sign-in user flo
7575

7676
::: zone pivot="b2c-custom-policy"
7777

78-
1. Get the example of a force password reset on [GitHub](https://github.com/azure-ad-b2c/samples/tree/master/policies/force-password-reset).
79-
1. In each file, replace the string `yourtenant` with the name of your Azure AD B2C tenant. For example, if the name of your B2C tenant is *contosob2c*, all instances of `yourtenant.onmicrosoft.com` become `contosob2c.onmicrosoft.com`.
80-
1. Upload the policy files in the following order: the extension policy `TrustFrameworkExtensionsCustomForcePasswordReset.xml`, then the relying party policy `SignUpOrSigninCustomForcePasswordReset.xml`.
81-
82-
### Test the policy
83-
84-
1. Sign in to the [Azure portal](https://portal.azure.com) as a user administrator or a password administrator. For more information about the available roles, see [Assigning administrator roles in Azure Active Directory](../active-directory/roles/permissions-reference.md#all-roles).
85-
1. Select the **Directory + Subscription** icon in the portal toolbar, and then select the directory that contains your Azure AD B2C tenant.
86-
1. In the Azure portal, search for and select **Azure AD B2C**.
87-
1. Select **Users**. Search for and select the user you'll use to test the password reset, and then select **Reset Password**.
88-
1. In the Azure portal, search for and select **Azure AD B2C**.
89-
1. Under **Policies**, select **Identity Experience Framework**.
90-
1. Select the `B2C_1A_signup_signin_Custom_ForcePasswordReset` policy to open it.
91-
1. For **Application**, select a web application that you [previously registered](tutorial-register-applications.md). The **Reply URL** should show `https://jwt.ms`.
92-
1. Select the **Run now** button.
93-
1. Sign in with the user account for which you reset the password.
94-
1. You now must change the password for the user. Change the password and select **Continue**. The token is returned to `https://jwt.ms` and should be displayed to you.
78+
This feature is currently only available for User Flows. For setup steps, choose **User Flow** above.
9579

9680
::: zone-end
9781

articles/active-directory/authentication/concept-sspr-howitworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To get started with SSPR, complete the following tutorial:
6969

7070
## Require users to register when they sign in
7171

72-
You can enable the option to require a user to complete the SSPR registration if they sign in to any applications using Azure AD. This workflow includes the following applications:
72+
You can enable the option to require a user to complete the SSPR registration if they use modern authentication or web browser to sign in to any applications using Azure AD. This workflow includes the following applications:
7373

7474
* Microsoft 365
7575
* Azure portal

articles/active-directory/enterprise-users/groups-dynamic-membership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following is an example of a properly constructed membership rule with a sin
5757
user.department -eq "Sales"
5858
```
5959

60-
Parentheses are optional for a single expression. The total length of the body of your membership rule cannot exceed 2048 characters.
60+
Parentheses are optional for a single expression. The total length of the body of your membership rule cannot exceed 3072 characters.
6161

6262
## Constructing the body of a membership rule
6363

articles/active-directory/user-help/my-apps-portal-user-collections.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Collections (preview) in the My Apps portal - Azure AD
2+
title: Organize apps into collections in the My Apps portal - Azure AD
33
description: Learn how to create, edit, delete, hide, and show app collections in My Apps.
44
services: active-directory
55
author: curtand
@@ -8,19 +8,17 @@ ms.service: active-directory
88
ms.subservice: user-help
99
ms.workload: identity
1010
ms.topic: end-user-help
11-
ms.date: 01/19/2021
11+
ms.date: 04/07/2021
1212
ms.author: curtand
1313
ms.reviewer: kasimpso
1414
ms.custom: "user-help, seo-update-azuread-jan"
1515
---
1616

1717

18-
# User collections (preview) in My Apps
18+
# Organize apps using collections from My Apps
1919

2020
My Apps is your one-stop shop for launching and managing all of your work or school apps. Create collections to organize your apps and make it easier to find the apps you need.
2121

22-
[!INCLUDE [preview-notice](../../../includes/active-directory-end-user-my-apps-and-workspaces.md)]
23-
2422
In this article, you’ll learn how to:
2523

2624
- Create your own collections of apps
@@ -51,7 +49,7 @@ In this article, you’ll learn how to:
5149

5250
:::image type="content" source="media/my-apps-portal-user-collections/3-add-apps.png" alt-text="Adding apps from the list to your collection":::
5351

54-
1. On the following you can reorder or delete apps, or select **Add apps** to select more apps for the collection. When you’re happy with your choices, select **Create new**.
52+
1. On the **Create new** pane you can reorder or delete apps, or select **Add apps** to select more apps for the collection. When you’re happy with your choices, select **Create new**.
5553

5654
:::image type="content" source="media/my-apps-portal-user-collections/4-create-button.png" alt-text="Select the Create new button to save the collection to My Apps":::
5755

@@ -83,7 +81,7 @@ You can only edit collections you created. To edit a collection you already crea
8381

8482
:::image type="content" source="media/my-apps-portal-user-collections/9-manage-apps-again.png" alt-text="Use the Manage command to manage your apps":::
8583

86-
1. From here you can set the order in which collections appear in My Apps. The collection at th top of the list will be the default collection you see every time you go to myapps.microsoft.com.
84+
1. From here you can set the order in which collections appear in My Apps. The collection at the top of the list will be the default collection you see every time you go to myapps.microsoft.com.
8785

8886
:::image type="content" source="media/my-apps-portal-user-collections/10-default-collection.png" alt-text="My Apps now contains your new collection":::
8987

articles/azure-resource-manager/management/resource-name-rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resource naming restrictions
33
description: Shows the rules and restrictions for naming Azure resources.
44
ms.topic: conceptual
5-
ms.date: 04/06/2021
5+
ms.date: 04/08/2021
66
---
77

88
# Naming rules and restrictions for Azure resources
@@ -172,8 +172,8 @@ In the following tables, the term alphanumeric refers to:
172172
> | galleries / images / versions | image | 32-bit integer | Numbers and periods. |
173173
> | images | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric or underscore. |
174174
> | snapshots | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric or underscore. |
175-
> | virtualMachines | resource group | 1-15 (Windows)<br>1-64 (Linux)<br><br>See note below. | Can't use space or these characters:<br> `\/"'[]:|<>+=;,?*@&_`<br><br>Windows VMs can't include period or end with hyphen.<br><br>Linux VMs can't end with period or hyphen. |
176-
> | virtualMachineScaleSets | resource group | 1-15 (Windows)<br>1-64 (Linux)<br><br>See note below. | Can't use space or these characters:<br> `\/"'[]:|<>+=;,?*@&`<br><br>Can't start with underscore. Can't end with period or hyphen. |
175+
> | virtualMachines | resource group | 1-15 (Windows)<br>1-64 (Linux)<br><br>See note below. | Can't use space or these characters:<br> `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`<br><br>Windows VMs can't include period or end with hyphen.<br><br>Linux VMs can't end with period or hyphen. |
176+
> | virtualMachineScaleSets | resource group | 1-15 (Windows)<br>1-64 (Linux)<br><br>See note below. | Can't use space or these characters:<br> `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`<br><br>Can't start with underscore. Can't end with period or hyphen. |
177177
178178
> [!NOTE]
179179
> Azure virtual machines have two distinct names: resource name and host name. When you create a virtual machine in the portal, the same value is used for both names. The restrictions in the preceding table are for the host name. The actual resource name can have up to 64 characters.

articles/azure-resource-manager/management/resources-without-resource-group-limit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ By default, you can deploy up to 800 instances of a resource type in each resour
1111

1212
For some resource types, you need to contact support to have the 800 instance limit removed. Those resource types are noted in this article.
1313

14+
## Microsoft.AlertsManagement
15+
16+
* smartDetectorAlertRules
17+
1418
## Microsoft.Automation
1519

1620
* automationAccounts

0 commit comments

Comments
 (0)