Skip to content

Commit 273ff87

Browse files
committed
fix toc
1 parent 3a6d900 commit 273ff87

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

articles/ai-services/openai/text-to-speech-quickstart.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: v-baolianzou
1010
ms.author: eur
1111
author: eric-urban
1212
recommendations: false
13-
zone_pivot_groups: programming-languages-rest-js
13+
zone_pivot_groups: programming-languages-rest-js-cs
1414
---
1515

1616
# Quickstart: Text to speech with the Azure OpenAI Service
@@ -19,7 +19,6 @@ In this quickstart, you use the Azure OpenAI Service for text to speech with Ope
1919

2020
The available voices are: `alloy`, `echo`, `fable`, `onyx`, `nova`, and `shimmer`. For more information, see [Azure OpenAI Service reference documentation for text to speech](./reference.md#text-to-speech).
2121

22-
2322
::: zone pivot="rest-api"
2423

2524
[!INCLUDE [REST API quickstart](includes/text-to-speech-rest.md)]
@@ -32,6 +31,12 @@ The available voices are: `alloy`, `echo`, `fable`, `onyx`, `nova`, and `shimmer
3231

3332
::: zone-end
3433

34+
::: zone pivot="programming-language-dotnet"
35+
36+
[!INCLUDE [.NET quickstart](includes/text-to-speech-dotnet.md)]
37+
38+
::: zone-end
39+
3540
## Clean up resources
3641

3742
If you want to clean up and remove an Azure OpenAI resource, you can delete the resource. Before deleting the resource, you must first delete any deployed models.

zone-pivots/zone-pivot-groups.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@ groups:
226226
title: JavaScript
227227
- id: rest-api
228228
title: REST
229+
- id: programming-languages-rest-js-cs
230+
title: Programming languages
231+
prompt: Choose a programming language
232+
pivots:
233+
- id: programming-language-javascript
234+
title: JavaScript
235+
- id: programming-language-dotnet
236+
title: C#
237+
- id: rest-api
238+
title: REST
229239
# Owner: diberry
230240
- id: programming-languages-rest-ps-py-js
231241
title: Programming languages

0 commit comments

Comments
 (0)