Skip to content

Commit

Permalink
add PowerShell v7+ into prerequisites (#41046)
Browse files Browse the repository at this point in the history
  • Loading branch information
FBoucher committed May 24, 2024
1 parent eb63f7f commit 69bc295
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
author: fboucher
ms.author: frbouche
ms.date: 03/04/2024
ms.date: 05/22/2024
ms.topic: include
---

Expand All @@ -11,6 +11,7 @@ ms.topic: include
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free)
- Azure Developer CLI - [Install or update the Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)
- Access to [Azure OpenAI service](/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai).
- On Windows, PowerShell `v7+` is required. To validate your version, run `pwsh` in a terminal. It should returns the current version. If it returns an error, execute the following command: `dotnet tool update --global PowerShell`.

## Deploy the Azure resources

Expand Down

0 comments on commit 69bc295

Please sign in to comment.