Skip to content

Commit 59dc0af

Browse files
author
BobbySchmidt2
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tutorial-water-quality-monitoring
2 parents 6c0d4ca + 9266255 commit 59dc0af

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

articles/active-directory/fundamentals/add-users-azure-active-directory.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.workload: identity
1010
ms.subservice: fundamentals
1111
ms.topic: conceptual
12-
ms.date: 11/11/2019
12+
ms.date: 11/12/2019
1313
ms.author: ajburnle
1414
ms.reviewer: jeffsta
1515
ms.custom: "it-pro, seodec18"
@@ -54,6 +54,14 @@ You can create a new user using the Azure Active Directory portal.
5454

5555
The user is created and added to your Azure AD organization.
5656

57+
## Add a new guest user
58+
59+
You can also invite new guest user to collaborate with your organization by selecting **Invite user** from the **New user** page. If your organization's external collaboration settings are configured such that you're allowed to invite guests, the user will be emailed an invitation they must accept in order to begin collaborating. For more information about inviting B2B collaboration users, see [Invite B2B users to Azure Active Directory](../b2b/add-users-administrator.md)
60+
61+
## Add a consumer user
62+
63+
There might be scenarios in which you want to manually create consumer accounts in your Azure Active Directory B2C (Azure AD B2C) directory. For more information about creating consumer accounts, see [Create and delete consumer users in Azure AD B2C](../../active-directory-b2c/manage-users-portal.md).
64+
5765
## Add a new user within a hybrid environment
5866

5967
If you have an environment with both Azure Active Directory (cloud) and Windows Server Active Directory (on-premises), you can add new users by syncing the existing user account data. For more information about hybrid environments and users, see [Integrate your on-premises directories with Azure Active Directory](../hybrid/whatis-hybrid-identity.md).

articles/cognitive-services/text-analytics/includes/model-versioning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Each response from the v3 endpoints includes a `model-version` field specifying
2020

2121
```json
2222
{
23-
documents: […]
24-
errors: []
25-
model-version”: “2019-10-01
23+
"documents": []
24+
"errors": []
25+
"model-version": "2019-10-01"
2626
}
2727
```

0 commit comments

Comments
 (0)