From 69bc2952520f78f1daa522a01608d58aa07f99d4 Mon Sep 17 00:00:00 2001 From: Frank Boucher <2404846+FBoucher@users.noreply.github.com> Date: Fri, 24 May 2024 10:41:43 -0400 Subject: [PATCH] =?UTF-8?q?add=20PowerShell=C2=A0v7+=20into=20prerequisite?= =?UTF-8?q?s=20(#41046)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ai/quickstarts/includes/prerequisites-and-azure-deploy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ai/quickstarts/includes/prerequisites-and-azure-deploy.md b/docs/ai/quickstarts/includes/prerequisites-and-azure-deploy.md index 61d06404e7d5d..62f4e973df954 100644 --- a/docs/ai/quickstarts/includes/prerequisites-and-azure-deploy.md +++ b/docs/ai/quickstarts/includes/prerequisites-and-azure-deploy.md @@ -1,7 +1,7 @@ --- author: fboucher ms.author: frbouche -ms.date: 03/04/2024 +ms.date: 05/22/2024 ms.topic: include --- @@ -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