Skip to content

Commit 5aa1996

Browse files
authored
Merge pull request #3133 from eric-urban/eur/order-zone-pivots
alphabetize and clean up pivots
2 parents c9a9110 + 6431d52 commit 5aa1996

File tree

15 files changed

+140
-138
lines changed

15 files changed

+140
-138
lines changed

articles/ai-services/agents/quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: azure-ai-agents
1616

1717
Azure AI Agent Service allows you to create AI agents tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions.
1818

19-
::: zone pivot="ai-foundry"
19+
::: zone pivot="ai-foundry-portal"
2020

2121
[!INCLUDE [quickstart-ai-foundry](includes/quickstart-foundry.md)]
2222

@@ -27,11 +27,13 @@ Azure AI Agent Service allows you to create AI agents tailored to your needs thr
2727
[!INCLUDE [quickstart-csharp](includes/quickstart-csharp.md)]
2828

2929
::: zone-end
30+
3031
::: zone pivot="programming-language-python-azure"
3132

3233
[!INCLUDE [quickstart-python-azure](includes/quickstart-python.md)]
3334

3435
::: zone-end
36+
3537
::: zone pivot="programming-language-python-openai"
3638

3739
[!INCLUDE [quickstart-python-openai](includes/quickstart-python-openai.md)]
@@ -41,15 +43,19 @@ Azure AI Agent Service allows you to create AI agents tailored to your needs thr
4143
::: zone pivot="programming-language-javascript"
4244

4345
[!INCLUDE [quickstart-javascript](includes/quickstart-javascript.md)]
46+
4447
[!INCLUDE [quickstart-output](includes/quickstart-output.md)]
4548

4649
::: zone-end
50+
4751
::: zone pivot="programming-language-typescript"
4852

4953
[!INCLUDE [quickstart-typescript](includes/quickstart-typescript.md)]
54+
5055
[!INCLUDE [quickstart-output](includes/quickstart-output.md)]
5156

5257
::: zone-end
58+
5359
::: zone pivot="rest-api"
5460

5561
[!INCLUDE [quickstart-rest](includes/quickstart-rest.md)]

articles/ai-services/language-service/key-phrase-extraction/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ zone_pivot_groups: programming-languages-text-analytics
4848

4949
::: zone-end
5050

51-
::: zone pivot="azure-ai-foundry"
51+
::: zone pivot="ai-foundry-portal"
5252

5353
[!INCLUDE [Azure AI Foundry quickstart](includes/quickstarts/azure-ai-foundry.md)]
5454

articles/ai-services/language-service/language-detection/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ zone_pivot_groups: programming-languages-text-analytics
4848

4949
::: zone-end
5050

51-
::: zone pivot="azure-ai-foundry"
51+
::: zone pivot="ai-foundry-portal"
5252

5353
[!INCLUDE [Azure AI Foundry quickstart](includes/quickstarts/azure-ai-foundry.md)]
5454

articles/ai-services/language-service/named-entity-recognition/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ zone_pivot_groups: programming-languages-text-analytics
4848

4949
::: zone-end
5050

51-
::: zone pivot="azure-ai-foundry"
51+
::: zone pivot="ai-foundry-portal"
5252

5353
[!INCLUDE [Azure AI Foundry quickstart](includes/quickstarts/azure-ai-foundry.md)]
5454

articles/ai-services/language-service/personally-identifiable-information/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ zone_pivot_groups: programming-languages-text-analytics
5050

5151
::: zone-end
5252

53-
::: zone pivot="azure-ai-foundry"
53+
::: zone pivot="ai-foundry-portal"
5454

5555
[!INCLUDE [Azure AI Foundry quickstart](includes/quickstarts/azure-ai-foundry.md)]
5656

articles/ai-services/language-service/sentiment-opinion-mining/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ zone_pivot_groups: programming-languages-text-analytics
4848

4949
::: zone-end
5050

51-
::: zone pivot="azure-ai-foundry"
51+
::: zone pivot="ai-foundry-portal"
5252

5353
[!INCLUDE [Azure AI Foundry quickstart](includes/quickstarts/azure-ai-foundry.md)]
5454

articles/ai-services/language-service/summarization/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ zone_pivot_groups: programming-languages-text-analytics
4949

5050
::: zone-end
5151

52-
::: zone pivot="azure-ai-foundry"
52+
::: zone pivot="ai-foundry-portal"
5353

5454
[!INCLUDE [Azure AI Foundry quickstart](includes/quickstarts/azure-ai-foundry.md)]
5555

articles/ai-services/language-service/text-analytics-for-health/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This article contains Text Analytics for health quickstarts that help with using
5151

5252
::: zone-end
5353

54-
::: zone pivot="azure-ai-foundry"
54+
::: zone pivot="ai-foundry-portal"
5555

5656
[!INCLUDE [Azure AI Foundry quickstart](includes/quickstarts/azure-ai-foundry.md)]
5757

articles/ai-services/speech-service/how-to-configure-azure-ad-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ aadToken = ibc.get_token("https://cognitiveservices.azure.com/.default")
113113
```
114114
::: zone-end
115115

116-
::: zone pivot="programming-language-more"
116+
### More samples
117+
117118
Find samples that get a Microsoft Entra access token in [Microsoft identity platform code samples](/azure/active-directory/develop/sample-v2-code).
118119

119120
For programming languages where a Microsoft identity platform client library isn't available, you can directly [request an access token](/azure/active-directory/develop/v2-oauth-ropc).
120-
::: zone-end
121121

122122
## Get the Speech resource ID
123123

articles/ai-services/speech-service/how-to-track-speech-sdk-memory-usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.date: 9/20/2024
1111
ms.reviewer: rhurey
1212
ms.custom: devx-track-csharp, devx-track-extended-java, devx-track-python
13-
zone_pivot_groups: programming-languages-set-two
13+
zone_pivot_groups: programming-languages-set-two-objective-c
1414
#Customer intent: As a developer, I want to learn how to track memory usage in the Speech SDK so that I can manage resources effectively.
1515
---
1616

@@ -70,7 +70,7 @@ speech_config.set_property_by_name("SPEECH-ObjectCountWarnThreshold", "10000")?
7070

7171
::: zone-end
7272

73-
::: zone pivot="programming-language-more"
73+
::: zone pivot="programming-language-objectivec"
7474

7575
```ObjectiveC
7676
[config setPropertyTo:@"10000" byName:"SPEECH-ObjectCountWarnThreshold"];
@@ -131,7 +131,7 @@ speech_config.set_property_by_name("SPEECH-ObjectCountErrorThreshold", "10000")?
131131

132132
::: zone-end
133133

134-
::: zone pivot="programming-language-more"
134+
::: zone pivot="programming-language-objectivec"
135135

136136
```objc
137137
[config setPropertyTo:@"10000" byName:"SPEECH-ObjectCountErrorThreshold"];

0 commit comments

Comments
 (0)