Skip to content

Commit 2e0b74e

Browse files
committed
resolve merge conflict
2 parents 072fa6e + f01731d commit 2e0b74e

File tree

1,098 files changed

+8827
-6250
lines changed

Some content is hidden

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

1,098 files changed

+8827
-6250
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@
13301330
"articles/spatial-anchors/.openpublishing.redirection.spatial-anchors.json",
13311331
"articles/spring-apps/.openpublishing.redirection.spring-apps.json",
13321332
"articles/static-web-apps/.openpublishing.redirection.static-web-apps.json",
1333+
"articles/storage/.openpublishing.redirection.storage.json",
13331334
"articles/storsimple/.openpublishing.redirection.storsimple.json",
13341335
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",
13351336
"articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json",

.openpublishing.redirection.azure-monitor.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6623,6 +6623,21 @@
66236623
"source_path_from_root": "/articles/azure-monitor/insights/resource-group-insights.md",
66246624
"redirect_url": "/azure/azure-resource-manager/management/resource-group-insights",
66256625
"redirect_document_id": false
6626+
},
6627+
{
6628+
"source_path_from_root": "/articles/azure-monitor/essentials/data-collection-endpoint-sample.md",
6629+
"redirect_url": "/azure/azure-monitor/essentials/data-collection-endpoint-overview#sample-data-collection-endpoint",
6630+
"redirect_document_id": false
6631+
},
6632+
{
6633+
"source_path_from_root": "/articles/azure-monitor/essentials/data-collection.md",
6634+
"redirect_url": "/azure/azure-monitor/essentials/data-collection-rule-overview",
6635+
"redirect_document_id": false
6636+
},
6637+
{
6638+
"source_path_from_root": "/articles/azure-monitor/agents/resource-manager-data-collection-rules.md",
6639+
"redirect_url": "/azure/azure-monitor/essentials/data-collection-rule-create-edit?tabs=arm#manually-create-a-dcr",
6640+
"redirect_document_id": false
66266641
}
66276642
]
66286643
}

articles/active-directory-b2c/add-identity-provider.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Add an identity provider - Azure Active Directory B2C
2+
title: Add an identity provider
3+
titleSuffix: Azure AD B2C
34
description: Learn how to add an identity provider to your Active Directory B2C tenant.
4-
55
author: garrodonnell
66
manager: CelesteDG
7-
87
ms.author: godonnell
9-
ms.date: 02/08/2023
8+
ms.date: 03/22/2024
109
ms.custom: mvc
1110
ms.topic: how-to
1211
ms.service: active-directory

articles/active-directory-b2c/add-sign-up-and-sign-in-policy.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
title: Set up a sign-up and sign-in flow
33
titleSuffix: Azure AD B2C
44
description: Learn how to set up a sign-up and sign-in flow in Azure Active Directory B2C.
5-
65
author: garrodonnell
76
manager: CelesteDG
8-
97
ms.service: active-directory
10-
118
ms.topic: how-to
12-
ms.date: 02/09/2023
9+
ms.date: 03/22/2024
1310
ms.author: godonnell
1411
ms.subservice: B2C
1512
ms.custom: "b2c-support"

articles/active-directory-b2c/index-web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
author: kengaderdus
99
manager: CelesteDG
1010
ms.author: kengaderdus
11-
ms.date: 08/31/2022
11+
ms.date: 02/21/2024
1212
ms.service: active-directory
1313
ms.subservice: B2C
1414
ms.topic: landing-page

articles/active-directory-b2c/language-customization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Language customization in Azure Active Directory B2C
3-
description: Learn about customizing the language experience in your user flows in Azure Active Directory B2C.
3+
description: Learn how to customize the language experience in your user flows in Azure Active Directory B2C.
44
author: garrodonnell
55
manager: CelesteDG
66
ms.service: active-directory
77
ms.topic: how-to
8-
ms.date: 12/28/2022
8+
ms.date: 03/22/2024
99
ms.author: godonnell
1010
ms.subservice: B2C
1111
zone_pivot_groups: b2c-policy-type
@@ -28,7 +28,7 @@ You might not need that level of control over what languages your customer sees.
2828

2929
* **ui-locales specified language**: After you enable language customization, your user flow is translated to the language that's specified here.
3030
* **Browser-requested language**: If no `ui_locales` parameter was specified, your user flow is translated to the browser-requested language, *if the language is supported*.
31-
* **Policy default language**: If the browser doesn't specify a language, or it specifies one that is not supported, the user flow is translated to the user flow default language.
31+
* **Policy default language**: If the browser doesn't specify a language, or it specifies one that isn't supported, the user flow is translated to the user flow default language.
3232

3333
> [!NOTE]
3434
> If you're using custom user attributes, you need to provide your own translations. For more information, see [Customize your strings](#customize-your-strings).
@@ -41,7 +41,7 @@ Watch this video to learn how to localize or customize language using Azure AD B
4141

4242
Localization requires three steps:
4343

44-
1. Set-up the explicit list of supported languages
44+
1. Set up the explicit list of supported languages
4545
1. Provide language-specific strings and collections
4646
1. Edit the [content definition](contentdefinitions.md) for the page.
4747

@@ -124,7 +124,7 @@ Replace `<ExtensionAttributeValue>` with the new string to be displayed.
124124

125125
### Provide a list of values by using LocalizedCollections
126126

127-
If you want to provide a set list of values for responses, you need to create a `LocalizedCollections` attribute. `LocalizedCollections` is an array of `Name` and `Value` pairs. The order for the items will be the order they are displayed. To add `LocalizedCollections`, use the following format:
127+
If you want to provide a set list of values for responses, you need to create a `LocalizedCollections` attribute. `LocalizedCollections` is an array of `Name` and `Value` pairs. The order for the items will be the order they're displayed. To add `LocalizedCollections`, use the following format:
128128

129129
```json
130130
{
@@ -183,7 +183,7 @@ https://wingtiptoysb2c.blob.core.windows.net/fr/wingtip/unified.html
183183

184184
## Add custom languages
185185

186-
You can also add languages that Microsoft currently does not provide translations for. You'll need to provide the translations for all the strings in the user flow. Language and locale codes are limited to those in the ISO 639-1 standard. The locale code format should be "ISO_639-1_code"-"CountryCode", for example `en-GB`. For more information, please refer to [locale ID formats](/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a).
186+
You can also add languages that Microsoft currently doesn't provide translations for. You'll need to provide the translations for all the strings in the user flow. Language and locale codes are limited to those in the ISO 639-1 standard. The locale code format should be "ISO_639-1_code"-"CountryCode", for example `en-GB`. For more information, please refer to [locale ID formats](/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a).
187187

188188
1. In your Azure AD B2C tenant, select **User flows**.
189189
2. Click the user flow where you want to add custom languages, and then click **Languages**.
@@ -466,7 +466,7 @@ Microsoft provides the `ui_locales` OIDC parameter to social logins. But some so
466466

467467
### Browser behavior
468468

469-
Chrome and Firefox both request for their set language. If it's a supported language, it's displayed before the default. Microsoft Edge currently does not request a language and goes straight to the default language.
469+
Chrome and Firefox both request for their set language. If it's a supported language, it's displayed before the default. Microsoft Edge currently doesn't request a language and goes straight to the default language.
470470

471471
## Supported languages
472472

articles/active-directory-b2c/sign-in-options.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
title: Sign-in options supported by Azure AD B2C
33
titleSuffix: Azure AD B2C
44
description: Learn about the sign-up and sign-in options you can use with Azure Active Directory B2C, including username and password, email, phone, or federation with social or external identity providers.
5-
65
author: garrodonnell
76
manager: CelesteDG
8-
97
ms.service: active-directory
10-
118
ms.topic: concept-article
12-
ms.date: 02/08/2023
9+
ms.date: 03/22/2024
1310
ms.author: godonnell
1411
ms.subservice: B2C
1512

1613
#Customer Intent: As a developer integrating Azure AD B2C into my application, I want to understand the different sign-in options available so that I can choose the appropriate method for my users and configure the sign-in flow accordingly.
1714

18-
1915
---
2016
# Sign-in options in Azure AD B2C
2117

articles/active-directory-b2c/user-overview.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
---
22
title: Overview of user accounts in Azure Active Directory B2C
33
description: Learn about the types of user accounts that can be used in Azure Active Directory B2C.
4-
54
author: garrodonnell
65
manager: CelesteDG
7-
86
ms.service: active-directory
9-
7+
ms.date: 02/13/2024
108
ms.topic: concept-article
11-
ms.date: 12/28/2022
129
ms.author: godonnell
1310
ms.subservice: B2C
1411
ms.custom: b2c-support
1512

16-
#Customer intent: As a developer or IT administrator, I want to understand the different types of user accounts available Azure AD B2C, so that I can properly manage and configure user accounts properly.
13+
#Customer intent: As a developer or IT administrator, I want to understand the different types of user accounts available Azure AD B2C, so that I can properly manage and configure user accounts for my tenant.
1714
---
1815

1916
# Overview of user accounts in Azure Active Directory B2C
2017

21-
In Azure Active Directory B2C (Azure AD B2C), there are several types of accounts that can be created. Microsoft Entra ID, Microsoft Entra B2B, and Azure Active Directory B2C (Azure AD B2C) share in the types of user accounts that can be used.
18+
In Azure Active Directory B2C (Azure AD B2C), there are several types of accounts that can be created. These account types are shared across Microsoft Entra ID, Microsoft Entra B2B, and Azure Active Directory B2C (Azure AD B2C).
2219

2320
The following types of accounts are available:
2421

@@ -31,39 +28,35 @@ The following types of accounts are available:
3128

3229
## Work account
3330

34-
A work account is created the same way for all tenants based on Microsoft Entra ID. To create a work account, you can use the information in [Quickstart: Add new users to Microsoft Entra ID](../active-directory/fundamentals/add-users.md). A work account is created using the **New user** choice in the Azure portal.
31+
A work account is created the same way for all tenants based on Microsoft Entra ID. To create a work account, you can use the information in [Quickstart: Add new users to Microsoft Entra ID](/entra/fundamentals/how-to-create-delete-users). A work account is created using the **New user** choice in the Azure portal.
3532

3633
When you add a new work account, you need to consider the following configuration settings:
3734

38-
- **Name** and **User name** - The **Name** property contains the given and surname of the user. The **User name** is the identifier that the user enters to sign in. The user name includes the full domain. The domain name portion of the user name must either be the initial default domain name *your-domain.onmicrosoft.com*, or a verified, non-federated [custom domain](../active-directory/fundamentals/add-custom-domain.md) name such as *contoso.com*.
35+
- **Name** and **User name** - The **Name** property contains the given and surname of the user. The **User name** is the identifier that the user enters to sign in. The user name includes the full domain. The domain name portion of the user name must either be the initial default domain name *your-domain.onmicrosoft.com*, or a verified, non-federated [custom domain](/entra/fundamentals/add-custom-domain) name such as *contoso.com*.
3936
- **Email** - The new user can also sign in using an email address. We do not support special characters or multibyte characters in email, for example Japanese characters.
4037
- **Profile** - The account is set up with a profile of user data. You have the opportunity to enter a first name, last name, job title, and department name. You can edit the profile after the account is created.
4138
- **Groups** - Use groups to perform management tasks such as assigning licenses or permissions to many users, or devices at once. You can put the new account into an existing [group](../active-directory/fundamentals/how-to-manage-groups.md) in your tenant.
42-
- **Directory role** - You need to specify the level of access that the user account has to resources in your tenant. The following permission levels are available:
43-
44-
- **User** - Users can access assigned resources but cannot manage most tenant resources.
45-
- **Global administrator** - Global administrators have full control over all tenant resources.
46-
- **Limited administrator** - Select the administrative role or roles for the user. For more information about the roles that can be selected, see [Assigning administrator roles in Microsoft Entra ID](../active-directory/roles/permissions-reference.md).
39+
- **Directory role** - You need to specify the level of access that the user account has to resources in your tenant. For more information about the roles that can be selected, see [Microsoft Entra built-in roles](/entra/identity/role-based-access-control/permissions-reference).
4740

4841
### Create a work account
4942

5043
You can use the following information to create a new work account:
5144

52-
- [Azure portal](../active-directory/fundamentals/add-users.md)
45+
- [Azure portal](/entra/fundamentals/how-to-create-delete-users)
5346
- [Microsoft Graph](/graph/api/user-post-users)
5447

5548
### Update a user profile
5649

5750
You can use the following information to update the profile of a user:
5851

59-
- [Azure portal](../active-directory/fundamentals/how-to-manage-user-profile-info.md)
52+
- [Azure portal](/entra/fundamentals/how-to-manage-user-profile-info)
6053
- [Microsoft Graph](/graph/api/user-update)
6154

6255
### Reset a password for a user
6356

6457
You can use the following information to reset the password of a user:
6558

66-
- [Azure portal](../active-directory/fundamentals/users-reset-password-azure-portal.md)
59+
- [Azure portal](/entra/fundamentals/users-reset-password-azure-portal)
6760
- [Microsoft Graph](/graph/api/user-update)
6861

6962
## Guest user

articles/advisor/advisor-alerts-bicep.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: Create Azure Advisor alerts for new recommendations using Bicep
33
description: Learn how to set up an alert for new recommendations from Azure Advisor using Bicep.
4-
author: orspod
54
ms.topic: quickstart
6-
ms.author: orspodek
75
ms.custom: subject-armqs, mode-arm, devx-track-bicep
86
ms.date: 04/26/2022
97
---

articles/advisor/advisor-azure-resource-graph.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Advisor data in Azure Resource Graph
33
description: Make queries for Advisor data in Azure Resource Graph
4-
author: orspod
54
ms.topic: article
65
ms.date: 03/12/2020
7-
ms.author: orspodek
8-
96
---
107

118
# Query for Advisor data in Resource Graph Explorer (Azure Resource Graph)

0 commit comments

Comments
 (0)