Skip to content

Commit ce1e2d9

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into WI227197-support-mysql
2 parents 795d19d + c3509cb commit ce1e2d9

File tree

213 files changed

+3643
-2128
lines changed

Some content is hidden

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

213 files changed

+3643
-2128
lines changed

.openpublishing.redirection.container-service.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/container-service/container-registry-auth-aci.md",
5+
"redirect_url": "/azure/container-service/container-registry-authentication",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/container-service/dcos-swarm/container-service-application-specific-marathon.md",
510
"redirect_url": "/previous-versions/azure/container-service/dcos-swarm/container-service-application-specific-marathon",

.openpublishing.redirection.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3909,6 +3909,11 @@
39093909
"redirect_url": "/azure/batch/monitor-batch",
39103910
"redirect_document_id": false
39113911
},
3912+
{
3913+
"source_path_from_root": "/articles/container-registry/container-registry-auth-aci.md",
3914+
"redirect_url": "/azure/container-registry/container-registry-authentication",
3915+
"redirect_document_id": false
3916+
},
39123917
{
39133918
"source_path_from_root": "/articles/event-hubs/move-cluster-across-regions.md",
39143919
"redirect_url": "/azure/operational-excellence/relocation-event-hub-cluster",
@@ -3923,6 +3928,27 @@
39233928
"source_path_from_root": "/articles/defender-for-iot/organizations/update-legacy-ot-software.md",
39243929
"redirect_url": "/azure/defender-for-iot/organizations/update-ot-software?tabs=portal",
39253930
"redirect_document_id": false
3931+
},
3932+
{
3933+
"source_path_from_root":"/articles/virtual-network-manager/concept-user-defined-route-management.md",
3934+
"redirect_url":"/azure/virtual-network-manager/overview",
3935+
"redirect_document_id":false
3936+
3937+
},
3938+
{
3939+
"source_path_from_root":"/articles/virtual-network-manager/how-to-create-user-defined-routes.md",
3940+
"redirect_url":"/azure/virtual-network-manager/overview",
3941+
"redirect_document_id":false
3942+
},
3943+
{
3944+
"source_path_from_root":"/articles/virtual-network-manager/how-to-create-security-admin-rule-network-groups.md",
3945+
"redirect_url":"/azure/virtual-network-manager/overview",
3946+
"redirect_document_id":false
3947+
},
3948+
{
3949+
"source_path_from_root":"/articles/virtual-network-manager/concept-security-admin-rules-network-groups.md",
3950+
"redirect_url":"/azure/virtual-network-manager/overview",
3951+
"redirect_document_id":false
39263952
}
39273953
]
39283954
}

articles/ai-services/openai/toc.yml

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ items:
7070
displayName: PTU, provisioned, provisioned throughput units
7171
- name: System message templates
7272
href: ./concepts/system-message.md
73-
- name: Using your data - text
74-
href: ./concepts/use-your-data.md
75-
- name: Using your data - image (preview)
76-
href: ./concepts/use-your-image-data.md
7773
- name: Legacy models
7874
href: ./concepts/legacy-models.md
7975
- name: How-to
@@ -133,6 +129,16 @@ items:
133129
- name: Function calling
134130
href: ./how-to/fine-tuning-functions.md
135131
displayName: fine-tuning, finetuning
132+
- name: Use your data
133+
items:
134+
- name: Text data
135+
href: ./concepts/use-your-data.md
136+
- name: Image data (preview)
137+
href: ./concepts/use-your-image-data.md
138+
- name: Use Azure OpenAI On Your Data securely
139+
href: ./how-to/use-your-data-securely.md
140+
- name: Deploy and use web apps
141+
href: ./how-to/use-web-app.md
136142
- name: Migrate to OpenAI Python v1.x
137143
href: ./how-to/migration.md
138144
- name: Models
@@ -201,14 +207,27 @@ items:
201207
items:
202208
- name: Assistants API Reference
203209
items:
204-
- name: Assistants
205-
href: ./assistants-reference.md
206-
- name: Threads
207-
href: ./assistants-reference-threads.md
208-
- name: Messages
209-
href: ./assistants-reference-messages.md
210-
- name: Runs
211-
href: ./assistants-reference-runs.md
210+
- name: Python/REST
211+
items:
212+
- name: Assistants
213+
href: ./assistants-reference.md
214+
- name: Threads
215+
href: ./assistants-reference-threads.md
216+
- name: Messages
217+
href: ./assistants-reference-messages.md
218+
- name: Runs
219+
href: ./assistants-reference-runs.md
220+
- name: SDK
221+
items:
222+
- name: C#
223+
href: /dotnet/api/overview/azure/ai.openai.assistants-readme?context=/azure/ai-services/openai/context/context
224+
- name: Go
225+
href: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai
226+
- name: Java
227+
href: /java/api/overview/azure/ai-openai-assistants-readme?context=/azure/ai-services/openai/context/context
228+
- name: JavaScript
229+
href: /javascript/api/overview/azure/openai-assistants-readme?context=/azure/ai-services/openai/context/context
230+
212231
- name: Azure OpenAI On Your Data API Reference
213232
items:
214233
- name: Azure OpenAI On Your Data

articles/ai-services/openai/whats-new.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,24 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: whats-new
13-
ms.date: 03/12/2024
13+
ms.date: 04/02/2024
1414
recommendations: false
1515
---
1616

1717
# What's new in Azure OpenAI Service
1818

19+
## April 2024
20+
21+
### Fine-tuning is now supported in East US 2
22+
23+
Fine-tuning is now available in East US 2 with support for:
24+
25+
- `gpt-35-turbo` (0613)
26+
- `gpt-35-turbo` (1106)
27+
- `gpt-35-turbo` (0125)
28+
29+
Check the [models page](concepts/models.md#fine-tuning-models), for the latest information on model availability and fine-tuning support in each region.
30+
1931
## March 2024
2032

2133
### Risks & Safety monitoring in Azure OpenAI Studio

articles/ai-services/speech-service/get-started-stt-diarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords: speech to text, speech to text software
1414
#customer intent: As a developer, I want to create speech to text applications that use diarization to improve readability of multiple person conversations.
1515
---
1616

17-
# Quickstart: Create real-time diarization (Preview)
17+
# Quickstart: Create real-time diarization
1818

1919
::: zone pivot="programming-language-csharp"
2020
[!INCLUDE [C# include](includes/quickstarts/stt-diarization/csharp.md)]

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/cpp.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ Follow these steps to create a console application and install the Speech SDK.
142142

143143
The application recognizes speech from multiple participants in the conversation. Your audio file should contain multiple speakers.
144144

145-
> [!NOTE]
146-
> The service performs best with at least 7 seconds of continuous audio from a single speaker. This allows the system to differentiate the speakers properly. Otherwise the Speaker ID is returned as `Unknown`.
147-
148145
1. To change the speech recognition language, replace `en-US` with another [supported language](~/articles/cognitive-services/speech-service/supported-languages.md). For example, `es-ES` for Spanish (Spain). The default language is `en-US` if you don't specify a language. For details about how to identify one of multiple languages that might be spoken, see [language identification](~/articles/cognitive-services/speech-service/language-identification.md).
149146

150147
1. [Build and run](/cpp/build/vscpp-step-2-build) your application to start conversation transcription:

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/csharp.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ Follow these steps to create a console application and install the Speech SDK.
121121
122122
The application recognizes speech from multiple participants in the conversation. Your audio file should contain multiple speakers.
123123
124-
> [!NOTE]
125-
> The service performs best with at least 7 seconds of continuous audio from a single speaker. This allows the system to differentiate the speakers properly. Otherwise the Speaker ID is returned as `Unknown`.
126-
127124
1. To change the speech recognition language, replace `en-US` with another [supported language](~/articles/cognitive-services/speech-service/supported-languages.md). For example, `es-ES` for Spanish (Spain). The default language is `en-US` if you don't specify a language. For details about how to identify one of multiple languages that might be spoken, see [language identification](~/articles/cognitive-services/speech-service/language-identification.md).
128125
129126
1. Run your console application to start conversation transcription:

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/intro.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ ms.author: eur
88

99
In this quickstart, you run an application for speech to text transcription with real-time diarization. Diarization distinguishes between the different speakers who participate in the conversation. The Speech service provides information about which speaker was speaking a particular part of transcribed speech.
1010

11-
> [!NOTE]
12-
> Real-time diarization is currently in public preview.
13-
1411
The speaker information is included in the result in the speaker ID field. The speaker ID is a generic identifier assigned to each conversation participant by the service during the recognition as different speakers are being identified from the provided audio content.
1512

1613
> [!TIP]

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/java.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ Follow these steps to create a console application for conversation transcriptio
148148

149149
The application recognizes speech from multiple participants in the conversation. Your audio file should contain multiple speakers.
150150

151-
> [!NOTE]
152-
> The service performs best with at least 7 seconds of continuous audio from a single speaker. This allows the system to differentiate the speakers properly. Otherwise the Speaker ID is returned as `Unknown`.
153-
154151
1. To change the speech recognition language, replace `en-US` with another [supported language](~/articles/cognitive-services/speech-service/supported-languages.md). For example, `es-ES` for Spanish (Spain). The default language is `en-US` if you don't specify a language. For details about how to identify one of multiple languages that might be spoken, see [language identification](~/articles/cognitive-services/speech-service/language-identification.md).
155152

156153
1. Run your new console application to start conversation transcription:

articles/ai-services/speech-service/includes/quickstarts/stt-diarization/javascript.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ Follow these steps to create a new console application for conversation transcri
9393

9494
The application recognizes speech from multiple participants in the conversation. Your audio file should contain multiple speakers.
9595

96-
> [!NOTE]
97-
> The service performs best with at least 7 seconds of continuous audio from a single speaker. This allows the system to differentiate the speakers properly. Otherwise the Speaker ID is returned as `Unknown`.
98-
9996
1. To change the speech recognition language, replace `en-US` with another [supported language](~/articles/cognitive-services/speech-service/supported-languages.md). For example, `es-ES` for Spanish (Spain). The default language is `en-US` if you don't specify a language. For details about how to identify one of multiple languages that might be spoken, see [language identification](~/articles/cognitive-services/speech-service/language-identification.md).
10097

10198
1. Run your new console application to start speech recognition from a file:

0 commit comments

Comments
 (0)