Skip to content

Commit 9d24e73

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ml-upgrade
2 parents bf7f64c + 1b02cab commit 9d24e73

File tree

299 files changed

+4082
-2199
lines changed

Some content is hidden

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

299 files changed

+4082
-2199
lines changed

articles/active-directory-b2c/custom-policies-series-validate-user-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Azure Active Directory B2C (Azure AD B2C) custom policy not only allows you to m
4949

5050
## Step 1 - Validate user input by limiting user input options
5151

52-
If you know all the possible values that a user can enter for a given input, you can provide a finite set of values that a user must select from. You can use *DropdownSinglSelect*, *CheckboxMultiSelect*, and *RadioSingleSelect* [UserInputType](claimsschema.md#userinputtype) for this purpose. In this article, you'll use a *RadioSingleSelect* input type:
52+
If you know all the possible values that a user can enter for a given input, you can provide a finite set of values that a user must select from. You can use *DropdownSingleSelect*, *CheckboxMultiSelect*, and *RadioSingleSelect* [UserInputType](claimsschema.md#userinputtype) for this purpose. In this article, you'll use a *RadioSingleSelect* input type:
5353

5454
1. In VS Code, open the file `ContosoCustomPolicy.XML`.
5555

articles/active-directory-b2c/find-help-open-support-ticket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you're unable to find answers by using self-help resources, you can open an o
4141
4242
1. Sign in to the [Azure portal](https://portal.azure.com).
4343

44-
1. If you have access to multiple tenants, select the **Settings** icon in the top menu to switch to your Azure AD B2C tenant from the **Directories + subscriptions** menu.
44+
1. If you have access to multiple tenants, select the **Settings** icon in the top menu to switch to your Microsoft Entra tenant from the **Directories + subscriptions** menu. Currently, you can't submit support cases directly from your Azure AD B2C tenant.
4545

4646
1. In the Azure portal, search for and select **Microsoft Entra ID**.
4747

articles/active-directory-b2c/session-behavior.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ With single sign-on, users sign in once with a single account and get access to
2525

2626
When the user initially signs in to an application, Azure AD B2C persists a cookie-based session. Upon subsequent authentication requests, Azure AD B2C reads and validates the cookie-based session, and issues an access token without prompting the user to sign in again. If the cookie-based session expires or becomes invalid, the user is prompted to sign-in again.
2727

28+
>[!NOTE]
29+
>If the user uses a browser that blocks third-party cookies, there are limitations with SSO due to limited access to the cookie-based session. The most user-visible impact is that there are more interactions required for sign-in. Additionally, the front channel sign-out doesn't immediately clear authentication state from federated applications. Check our recommended ways about [how to handle third-party cookie blocking in browsers](/entra/identity-platform/reference-third-party-cookies-spas).
30+
2831
## Prerequisites
2932

3033
[!INCLUDE [active-directory-b2c-customization-prerequisites](../../includes/active-directory-b2c-customization-prerequisites.md)]

articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,17 @@
625625
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/v3-rest-api-sdk.md",
626626
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/rest-api-sdk.md",
627627
"redirect_document_id": true
628+
},
629+
{
630+
"source_path_from_root": "/articles/ai-services/translator/document-translation/quickstarts/document-translation-sdk.md",
631+
"redirect_url": "/azure/ai-services/translator/document-translation/quickstarts/asynchronous-sdk",
632+
"redirect_document_id": true
633+
},
634+
{
635+
"source_path_from_root": "/articles/ai-services/translator/document-translation/quickstarts/document-translation-rest-api.md",
636+
"redirect_url": "/azure/ai-services/translator/document-translation/quickstarts/asynchronous-rest-api",
637+
"redirect_document_id": true
628638
}
629-
639+
630640
]
631641
}

articles/ai-services/.openpublishing.redirection.applied-ai-services.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@
190190
"redirect_url": "/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
191191
"redirect_document_id": false
192192
},
193+
{
194+
"source_path_from_root": "/articles/ai-services/luis/luis-migration-authoring-entities.md",
195+
"redirect_url": "/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
196+
"redirect_document_id": false
197+
},
198+
{
199+
"source_path_from_root": "/articles/ai-services/luis/migrate-from-composite-entity.md",
200+
"redirect_url": "/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
201+
"redirect_document_id": false
202+
},
193203
{
194204
"source_path_from_root": "/articles/ai-services/custom-vision-service/update-application-to-3.0-sdk.md",
195205
"redirect_url": "/azure/ai-services/custom-vision-service/overview",

articles/ai-services/LUIS/luis-migration-authoring-entities.md

Lines changed: 0 additions & 193 deletions
This file was deleted.

articles/ai-services/LUIS/migrate-from-composite-entity.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

articles/ai-services/LUIS/toc.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,8 @@ items:
7878
href: ../speech-service/how-to-recognize-intents-from-speech-csharp.md?toc=/azure/ai-services/luis/toc.json&bc=/azure/ai-services/luis/breadcrumb/toc.json
7979
- name: With LUIS and question answering using orchestration
8080
href: how-to/orchestration-projects.md
81-
- name: Migrate
82-
items:
83-
- name: Migrate to conversational language understanding
84-
href: ../language-service/conversational-language-understanding/how-to/migrate-from-luis.md?context=/azure/ai-services/LUIS/context/context
85-
- name: Migrate to V3 Authoring APIs
86-
href: luis-migration-authoring-entities.md
87-
- name: Migrate from composite entity
88-
href: migrate-from-composite-entity.md
81+
- name: Migrate to conversational language understanding
82+
href: ../language-service/conversational-language-understanding/how-to/migrate-from-luis.md?context=/azure/ai-services/LUIS/context/context
8983
- name: Manage app
9084
items:
9185
- name: Azure resources

0 commit comments

Comments
 (0)