Skip to content

Commit 2297815

Browse files
authored
Merge pull request #264330 from mrbullwinkle/mrb_01_26_2024_landing_page
[Azure OpenAI] Landing page update
2 parents 77e99e0 + e3bb3df commit 2297815

File tree

1 file changed

+150
-69
lines changed

1 file changed

+150
-69
lines changed

articles/ai-services/openai/index.yml

Lines changed: 150 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,154 @@
1-
### YamlMime:Hub
2-
3-
title: Azure OpenAI Service Documentation
4-
summary: Learn how to use Azure OpenAI's powerful language models including the GPT-3, Codex and Embeddings model series for content generation, summarization, semantic search, and natural language to code translation.
5-
brand: azure
1+
### YamlMime:Landing
62

3+
title: Azure OpenAI Service documentation # < 60 chars
4+
summary: Azure OpenAI Service provides access to OpenAI's models including the GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALLE-3 and Embeddings model series with the security and enterprise capabilities of Azure.
5+
76
metadata:
8-
title: Azure OpenAI Service - Documentation, quickstarts, API reference
9-
titleSuffix: Azure AI services
10-
description: Learn how to use Azure OpenAI's powerful language models including the GPT-3, Codex and Embeddings model series.
11-
manager: nitinme
7+
title: Azure OpenAI Service documentation - Quickstarts, Tutorials, API Reference - Azure AI services | Microsoft Docs
8+
description: Learn how to use Azure OpenAI's powerful models including the GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALL-E 3 and Embeddings model series
129
ms.service: azure-ai-openai
13-
ms.topic: hub-page
14-
ms.date: 02/17/2023
10+
ms.custom:
11+
ms.topic: landing-page
12+
author: mrbullwinkle
13+
ms.author: mbullwin
14+
ms.date: 01/26/2024
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
17+
# Limits: https://review.learn.microsoft.com/help/contribute/contribute-how-to-write-landing-page?branch=main#limits
18+
19+
landingContent:
20+
# Cards and links should be based on top customer tasks or top subjects
21+
# Start card title with a verb
22+
# Card 1
23+
- title: Azure OpenAI Service
24+
linkLists:
25+
- linkListType: overview
26+
links:
27+
- text: What is Azure OpenAI?
28+
url: overview.md
29+
- text: Models
30+
url: ./concepts/models.md
31+
- text: Quotas & limits
32+
url: quotas-limits.md
33+
- text: Programming languages/SDKs
34+
url: supported-languages.md
35+
- linkListType: whats-new
36+
links:
37+
- text: What's new in Azure OpenAI?
38+
url: whats-new.md
39+
- linkListType: quickstart
40+
links:
41+
- text: Chat completions
42+
url: chatgpt-quickstart.md
43+
- text: GPT-4 Turbo with Vision
44+
url: gpt-v-quickstart.md
45+
- text: DALL-E (preview)
46+
url: dall-e-quickstart.md
47+
- text: Use your data (preview)
48+
url: use-your-data-quickstart.md
49+
- text: Whisper (preview)
50+
url: whisper-quickstart.md
51+
- linkListType: tutorial
52+
links:
53+
- text: Embeddings
54+
url: ./tutorials/embeddings.md
55+
- text: Fine-tuning GPT-3.5 Turbo
56+
url: ./tutorials/fine-tune.md
57+
58+
#Card 2
59+
- title: Azure OpenAI concepts
60+
linkLists:
61+
- linkListType: concept
62+
links:
63+
- text: Quota
64+
url: ./how-to/quota.md
65+
- text: Provisioned Throughput Units (PTU)
66+
url: ./concepts/provisioned-throughput.md
67+
- text: Content filtering
68+
url: ./concepts/content-filter.md
69+
- text: Prompt engineering
70+
url: ./concepts/prompt-engineering.md
71+
- text: Fine-tuning
72+
url: ./concepts/fine-tuning-considerations.md
73+
74+
#Card 3
75+
- title: Azure OpenAI getting started
76+
linkLists:
77+
- linkListType: get-started
78+
links:
79+
- text: Migrate to OpenAI Python 1.x
80+
url: ./how-to/migration.md
81+
- text: Manage models
82+
url: ./how-to/working-with-models.md
83+
- text: OpenAI versus Azure OpenAI (Python)
84+
url: ./how-to/switching-endpoints.md
85+
- text: Role-based access control (Azure RBAC)
86+
url: ./how-to/role-based-access-control.md
87+
- text: GPT-3.5 Turbo & GPT-4
88+
url: ./how-to/chatgpt.md
89+
- text: GPT-4 Turbo with Vision
90+
url: ./how-to/gpt-with-vision.md
91+
- text: Provisioned Throughput Units (PTU)
92+
url: ./how-to/provisioned-throughput-onboarding.md
93+
- text: Securing Azure OpenAI on your data
94+
url: ./how-to/use-your-data-securely.md
95+
- text: Resource creation & deployment
96+
url: ./how-to/create-resource.md
97+
98+
99+
# Card 4
100+
101+
- title: Architecture & training
102+
linkLists:
103+
- linkListType: architecture
104+
links:
105+
- text: End-to-end chat reference architecture
106+
url: /azure/architecture/ai-ml/architecture/baseline-openai-e2e-chat
107+
- linkListType: learn
108+
links:
109+
- text: Azure OpenAI training
110+
url: https://learn.microsoft.com/training/browse/?terms=Azure%20OpenAI
111+
112+
113+
114+
#Card 5
115+
- title: Responsible AI
116+
linkLists:
117+
- linkListType: reference
118+
links:
119+
- text: Transparency note
120+
url: /legal/cognitive-services/openai/transparency-note?context=/azure/ai-services/openai/context/context
121+
- text: Limited access
122+
url: /legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context
123+
- text: Code of conduct
124+
url: /legal/cognitive-services/openai/code-of-conduct?context=/azure/ai-services/openai/context/context
125+
- text: Data, privacy, and security
126+
url: /legal/cognitive-services/openai/data-privacy?context=/azure/ai-services/openai/context/context
127+
- text: Customer Copyright Commitment
128+
url: /legal/cognitive-services/openai/customer-copyright-commitment?context=/azure/ai-services/openai/context/context
129+
- linkListType: concept
130+
links:
131+
- text: Asynchronous content filtering
132+
url: ./concepts/content-filter.md#asynchronous-modified-filter
133+
- text: Red teaming large language models (LLMs)
134+
url: ./concepts/red-teaming.md
135+
- text: System message templates
136+
url: ./concepts/system-message.md
137+
- text: Abuse monitoring
138+
url: ./concepts/abuse-monitoring.md
139+
140+
# Card 6
141+
- title: Retrieval Augmented Generation (RAG) templates
142+
linkLists:
143+
- linkListType: deploy
144+
links:
145+
- text: C#
146+
url: /dotnet/azure/ai/get-started-app-chat-template
147+
- text: Java
148+
url: /azure/developer/java/quickstarts/get-started-app-chat-template
149+
- text: JavaScript
150+
url: /azure/developer/javascript/get-started-app-chat-template
151+
- text: Python
152+
url: /azure/developer/python/get-started-app-chat-template
153+
15154

16-
highlightedContent:
17-
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
18-
items:
19-
- title: What is Azure OpenAI Service?
20-
itemType: overview # controls the icon image and super-title text
21-
url: overview.md
22-
- title: Quickstarts
23-
itemType: quickstart
24-
url: quickstart.md
25-
- title: Create a resource
26-
itemType: how-to-guide
27-
url: ./how-to/create-resource.md
28-
- title: Embeddings
29-
itemType: tutorial
30-
url: ./tutorials/embeddings.md
31-
- title: Completions
32-
itemType: how-to-guide
33-
url: ./how-to/completions.md
34-
- title: Intro to Azure OpenAI training
35-
itemType: learn
36-
url: /training/modules/explore-azure-openai/
37-
- title: Azure OpenAI Models
38-
itemType: concept
39-
url: ./concepts/models.md
40-
- title: Support and help options
41-
itemType: reference
42-
url: ../cognitive-services-support-options.md
43-
additionalContent:
44-
sections:
45-
- title: Additional resources
46-
items:
47-
- title: Azure OpenAI
48-
links:
49-
- text: Azure OpenAI Studio
50-
url: https://oai.azure.com/
51-
- text: Region support
52-
url: https://azure.microsoft.com/global-infrastructure/services/?products=cognitive-services
53-
# Card
54-
- text: Quotas and limits
55-
url: ./quotas-limits.md?branch=release-azure-openai-preview
56-
- text: Apply for access to Azure OpenAI
57-
url: https://aka.ms/oaiapply
58-
- title: Video
59-
links:
60-
- text: Combining OpenAI models with the power of Azure
61-
url: /shows/ai-show/build-recap-combining-openai-models-with-the-power-of-azure
62-
- title: Reference
63-
links:
64-
- text: REST API
65-
url: reference.md
66-
- text: Terms of use
67-
url: https://www.microsoft.com/licensing/terms/productoffering/MicrosoftAzure/MCA#ServiceSpecificTerms
68-
- title: Tools
69-
links:
70-
- text: Azure CLI
71-
url: /cli/azure/cognitiveservices
72-
- text: PowerShell
73-
url: /powershell/module/az.cognitiveservices/#cognitive_services

0 commit comments

Comments
 (0)