Skip to content

Commit 1113444

Browse files
authored
Merge pull request #46244 from dotnet/main
Publish
2 parents d409543 + cbc5399 commit 1113444

39 files changed

+470
-86
lines changed

docs/ai/get-started-app-chat-scaling-with-azure-container-apps.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ ms.custom: devx-track-dotnet, devx-track-dotnet-ai
1414
## Prerequisites
1515

1616
* Azure subscription. [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true).
17-
* Access granted to Azure OpenAI in the desired Azure subscription.
1817

19-
Currently, access to this service is granted only by application. You should [apply for access](https://aka.ms/oai/access) to Azure OpenAI.
20-
21-
* [Dev containers](https://containers.dev/) are available for both samples, with all dependencies required to complete this article. You can run the dev containers in GitHub Codespaces (in a browser) or locally using Visual Studio Code.
18+
[Dev containers](https://containers.dev/) are available for both samples, with all dependencies required to complete this article. You can run the dev containers in GitHub Codespaces (in a browser) or locally using Visual Studio Code.
2219

2320
#### [Codespaces (recommended)](#tab/github-codespaces)
2421

docs/ai/get-started-app-chat-template.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,12 @@ To follow along with this article, you need the following prerequisites:
5858

5959
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true)
6060
* Azure account permissions - Your Azure account must have Microsoft.Authorization/roleAssignments/write permissions, such as [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](/azure/role-based-access-control/built-in-roles#owner).
61-
* Access granted to Azure OpenAI in the desired Azure subscription.
62-
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at [https://aka.ms/oai/access](https://aka.ms/oai/access). Open an issue on this repo to contact us if you have a problem.
6361
* GitHub account
6462

6563
#### [Visual Studio Code](#tab/visual-studio-code)
6664

6765
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/ai-services?azure-portal=true)
6866
* Azure account permissions - Your Azure account must have Microsoft.Authorization/roleAssignments/write permissions, such as [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](/azure/role-based-access-control/built-in-roles#owner).
69-
* Access granted to Azure OpenAI in the desired Azure subscription.
70-
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at [https://aka.ms/oai/access](https://aka.ms/oai/access). Open an issue on this repo to contact us if you have a problem.
7167
* [Azure Developer CLI](/azure/developer/azure-developer-cli)
7268
* [Docker Desktop](https://www.docker.com/products/docker-desktop/) - Start Docker Desktop if it's not already running
7369
* [Visual Studio Code](https://code.visualstudio.com/)

docs/ai/quickstarts/build-chat-app.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.date: 04/09/2025
55
ms.topic: quickstart
66
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
77
author: fboucher
8-
ms.author: frbouche
98
zone_pivot_groups: openai-library
109
# CustomerIntent: As a .NET developer new to AI, I want deploy and use sample code to interact to learn from the sample code.
1110
---
@@ -91,8 +90,8 @@ Complete the following steps to create a .NET console app to connect to an AI mo
9190
9291
```bash
9392
dotnet user-secrets init
94-
dotnet user-secrets set OpenAIKey <your-openai-key>
95-
dotnet user-secrets set ModelName <your-openai-model-name>
93+
dotnet user-secrets set OpenAIKey <your-OpenAI-key>
94+
dotnet user-secrets set ModelName <your-OpenAI-model-name>
9695
```
9796
9897
:::zone-end

docs/ai/quickstarts/build-vector-search-app.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.date: 12/06/2024
55
ms.topic: quickstart
66
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
77
author: fboucher
8-
ms.author: frbouche
98
zone_pivot_groups: openai-library
109
# CustomerIntent: As a .NET developer new to AI, I want deploy and use sample code to interact to learn from the sample code.
1110
---
@@ -132,8 +131,8 @@ Complete the following steps to create a .NET console app that can:
132131
133132
```bash
134133
dotnet user-secrets init
135-
dotnet user-secrets set OpenAIKey <your-openai-key>
136-
dotnet user-secrets set ModelName <your-openai-model-name>
134+
dotnet user-secrets set OpenAIKey <your-OpenAI-key>
135+
dotnet user-secrets set ModelName <your-OpenAI-model-name>
137136
```
138137
139138
> [!NOTE]

docs/ai/quickstarts/generate-images.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.date: 04/09/2025
55
ms.topic: quickstart
66
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
77
author: fboucher
8-
ms.author: frbouche
98
zone_pivot_groups: openai-library
109
# CustomerIntent: As a .NET developer new to OpenAI, I want deploy and use sample code to interact to learn from the sample code to generate images.
1110
---
@@ -88,8 +87,8 @@ Complete the following steps to create a .NET console app to connect to an AI mo
8887
8988
```bash
9089
dotnet user-secrets init
91-
dotnet user-secrets set OpenAIKey <your-openai-key>
92-
dotnet user-secrets set ModelName <your-openai-model-name>
90+
dotnet user-secrets set OpenAIKey <your-OpenAI-key>
91+
dotnet user-secrets set ModelName <your-OpenAI-model-name>
9392
```
9493
9594
:::zone-end

docs/ai/quickstarts/includes/ai-templates-azure-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The **AI Chat Web App** app is almost ready to go as soon as it's created. Howev
114114
# [.NET CLI](#tab/configure-dotnet-cli)
115115
116116
```dotnetcli
117-
dotnet user-secrets set AzureOpenAi:Endpoint <your-azure-openai-endpoint>
117+
dotnet user-secrets set AzureOpenAi:Endpoint <your-Azure-OpenAI-endpoint>
118118
```
119119

120120
---

docs/ai/quickstarts/includes/ai-templates-openai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ The **AI Chat Web App** app is almost ready to go as soon as it's created. Howev
8282
8383
```json
8484
{
85-
"OpenAi:Key": "<your-openai-key>"
85+
"OpenAi:Key": "<your-OpenAI-key>"
8686
}
8787
```
8888
8989
# [.NET CLI](#tab/configure-dotnet-cli)
9090
9191
```dotnetcli
92-
dotnet user-secrets set OpenAi:Key <your-openai-key>
92+
dotnet user-secrets set OpenAi:Key <your-OpenAI-key>
9393
```
9494

9595
---

docs/ai/quickstarts/includes/create-ai-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
```bash
1010
dotnet user-secrets init
11-
dotnet user-secrets set AZURE_OPENAI_ENDPOINT <your-azure-openai-endpoint>
12-
dotnet user-secrets set AZURE_OPENAI_GPT_NAME <your-azure-openai-model-name>
11+
dotnet user-secrets set AZURE_OPENAI_ENDPOINT <your-Azure-OpenAI-endpoint>
12+
dotnet user-secrets set AZURE_OPENAI_GPT_NAME <your-Azure-OpenAI-model-name>
1313
```
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
author: fboucher
3-
ms.author: frbouche
4-
ms.date: 05/22/2024
3+
ms.date: 05/12/2025
54
ms.topic: include
65
---
76

87
## Prerequisites
98

109
- .NET 8.0 SDK or higher - [Install the .NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0).
1110
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free).
12-
- Access to [Azure OpenAI service](/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai).
1311
- Azure Developer CLI (optional) - [Install or update the Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd).

docs/ai/quickstarts/includes/prerequisites-openai.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
author: jmatthiesen
3-
ms.author: jomatthi
43
ms.date: 07/03/2024
54
ms.topic: include
65
---

0 commit comments

Comments
 (0)