You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/technicalprofiles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
9
9
ms.service: active-directory
10
10
11
11
ms.topic: reference
12
-
ms.date: 06/22/2023
12
+
ms.date: 01/08/2024
13
13
ms.author: kengaderdus
14
14
ms.subservice: B2C
15
15
---
@@ -55,7 +55,7 @@ All types of technical profiles share the same concept. They start by reading th
55
55
- Calls a REST API while sending parameters as InputClaims and getting information back as OutputClaims.
56
56
- Creates or updates the user account.
57
57
- Sends and verifies the multifactor authentication text message.
58
-
1.**Validation technical profiles**: A [self-asserted technical profile](self-asserted-technical-profile.md) can call [validation technical profiles](validation-technical-profile.md) to validate the data profiled by the user.
58
+
1.**Validation technical profiles**: A [self-asserted technical profile](self-asserted-technical-profile.md) can call [validation technical profiles](validation-technical-profile.md) to validate the data profiled by the user. Only self-asserted technical profiles can use validation technical profiles.
59
59
1.**Output claims**: Claims are returned back to the claims bag. You can use those claims in the next orchestrations step or output claims transformations.
60
60
1.**Output claims transformations**: After the technical profile is completed, Azure AD B2C runs output [claims transformations](claimstransformations.md).
61
61
1.**SSO session management**: Persists the technical profile's data to the session by using [SSO session management](custom-policy-reference-sso.md).
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/user-profile-attributes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: kengaderdus
5
5
manager: CelesteDG
6
6
ms.service: active-directory
7
7
ms.topic: conceptual
8
-
ms.date: 11/20/2023
8
+
ms.date: 01/08/2024
9
9
ms.author: kengaderdus
10
10
ms.subservice: B2C
11
11
ms.custom: b2c-support
@@ -48,7 +48,7 @@ Azure AD B2C directory user profile supports the [user resource type](/graph/api
48
48
|creationType |String|If the user account was created as a local account for an Azure Active Directory B2C tenant, the value is LocalAccount or nameCoexistence. Read only.|No|No|Persisted, Output|
49
49
|dateOfBirth |Date|Date of birth.|No|No|Persisted, Output|
50
50
|department |String|The name for the department in which the user works. Max length 64.|Yes|No|Persisted, Output|
51
-
|displayName |String|The display name for the user. Max length 256. \<\> characters aren't allowed. | Yes|Yes|Persisted, Output|
51
+
|displayName |String|The display name for the user. Max length 256. | Yes|Yes|Persisted, Output|
52
52
|facsimileTelephoneNumber<sup>1</sup>|String|The telephone number of the user's business fax machine.|Yes|No|Persisted, Output|
53
53
|givenName |String|The given name (first name) of the user. Max length 64.|Yes|Yes|Persisted, Output|
54
54
|jobTitle |String|The user's job title. Max length 128.|Yes|Yes|Persisted, Output|
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/whats-new.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,17 @@ ms.author: pafarley
16
16
17
17
Learn what's new in the service. These items might be release notes, videos, blog posts, and other types of information. Bookmark this page to stay up to date with new features, enhancements, fixes, and documentation updates.
18
18
19
+
## January 2024
20
+
21
+
### Content Safety SDK GA
22
+
23
+
The Azure AI Content Safety service is now generally available through the following client library SDKs:
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/prompt-flow-tools/azure-open-ai-gpt-4v-tool.md
+26-19Lines changed: 26 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,34 @@
2
2
title: Azure OpenAI GPT-4 Turbo with Vision tool in Azure AI Studio
3
3
titleSuffix: Azure AI Studio
4
4
description: This article introduces the Azure OpenAI GPT-4 Turbo with Vision tool for flows in Azure AI Studio.
5
+
manager: nitinme
5
6
ms.service: azure-ai-studio
6
-
ms.topic: reference
7
-
author: likebupt
8
-
ms.author: keli19
9
-
ms.reviewer: eur
10
-
ms.date: 01/02/2024
7
+
ms.topic: how-to
8
+
ms.date: 1/8/2024
9
+
author: lgayhardt
10
+
ms.author: lagayhar
11
+
ms.reviewer: keli19
12
+
ms.custom: references_regions
11
13
---
12
14
13
-
# Azure OpenAI GPT-4 Turbo with Vision tool (preview) in Azure AI studio
15
+
# Azure OpenAI GPT-4 Turbo with Vision tool in Azure AI Studio
14
16
15
-
Azure OpenAI GPT-4 Turbo with Vision tool enables you to leverage your AzureOpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them.
17
+
[!INCLUDE [Azure AI Studio preview](../../includes/preview-ai-studio.md)]
18
+
19
+
The prompt flow *Azure OpenAI GPT-4 Turbo with Vision* tool enables you to use your Azure OpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them.
16
20
17
21
## Prerequisites
18
22
19
-
- Create a GPT-4 Turbo with Vision deployment
23
+
- An Azure subscription - <ahref="https://azure.microsoft.com/free/cognitive-services"target="_blank">Create one for free</a>.
24
+
- Access granted to Azure OpenAI in the desired Azure subscription.
25
+
26
+
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at <ahref="https://aka.ms/oai/access"target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
20
27
21
-
In AI studio, select **Deployments** from the left navigation pane and create a deployment by selecting model name: `gpt-4v`.
28
+
- An [Azure AI resource](../../how-to/create-azure-ai-resource.md) with a GPT-4 Turbo with Vision model deployed in one of the regions that support GPT-4 Turbo with Vision: Australia East, Switzerland North, Sweden Central, and West US. When you deploy from your project's **Deployments** page, select: `gpt-4` as the model name and `vision-preview` as the model version.
22
29
23
30
## Connection
24
31
25
-
Setup connections to provisioned resources in prompt flow.
32
+
Set up connections to provisioned resources in prompt flow.
26
33
27
34
| Type | Name | API KEY | API Type | API Version |
0 commit comments