Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwolfmsft committed Jul 18, 2024
1 parent 17be75e commit 4919027
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/ai/quickstarts/get-started-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ azd down
:::zone-end
## Next steps
- [Quickstart - Get insight about your data from .NET AI chat app](quickstart-ai-chat-with-data.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/ai/quickstarts/includes/prerequisites-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ms.topic: include

- .NET 8.0 SDK - [Install the .NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0).
- An [API key from OpenAI](https://platform.openai.com/docs/quickstart/account-setup) so you can run this sample.
- On Windows, PowerShell `v7+` is required. To validate your version, run `pwsh` in a terminal. It should return the current version. If it returns an error, execute the following command: `dotnet tool update --global PowerShell`.
- On Windows, PowerShell `v7+` is required. To validate your version, run `pwsh` in a terminal. It should return the current version. If it returns an error, execute the following command: `dotnet tool update --global PowerShell`.
9 changes: 8 additions & 1 deletion docs/ai/quickstarts/includes/troubleshoot.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
author: jmatthiesen
ms.author: jomatthi
ms.date: 07/03/2024
ms.topic: include
---

## Troubleshoot

On Windows, you might get the following error messages after running `azd up`:
Expand Down Expand Up @@ -25,4 +32,4 @@ The script **postprovision.ps1** is executed to set the .NET user secrets used i
.\infra\post-script\postprovision.ps1
```

The .NET AI apps now have the user-secrets configured and they can be tested.
The .NET AI apps now have the user-secrets configured and they can be tested.
1 change: 0 additions & 1 deletion docs/ai/quickstarts/quickstart-ai-chat-with-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ azd down
:::zone-end
## Next steps
- [Quickstart - Generate images using AI with .NET](quickstart-openai-generate-images.md)
Expand Down
1 change: 0 additions & 1 deletion docs/ai/quickstarts/quickstart-openai-summarize-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ azd down
:::zone-end
## Next steps
- [Quickstart - Build an AI chat app with .NET](get-started-openai.md)
Expand Down

0 comments on commit 4919027

Please sign in to comment.