Skip to content

Commit 6d76b9f

Browse files
authored
Merge pull request #205437 from laujan/patch-128
Update try-v3-rest-api.md
2 parents 1ca7990 + 3d559dd commit 6d76b9f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-rest-api.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ To learn more about Form Recognizer features and development options, visit our
5757
* [Windows](https://curl.haxx.se/windows/)
5858
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows)
5959

60-
* [PowerShell version 7.*+](/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2&preserve-view=true), or a similar command-line application. To check your PowerShell version, type `Get-Host | Select-Object Version`.
60+
* **PowerShell version 7.*+** (or a similar command-line application.):
61+
* [Windows](/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2&preserve-view=true)
62+
* [macOS](/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.2&preserve-view=true)
63+
* [Linux](/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.2&preserve-view=true)
64+
65+
* To check your PowerShell version, type the following:
66+
* Windows: `Get-Host | Select-Object Version`
67+
* macOS or Linux: `$PSVersionTable`
6168

6269
* A Form Recognizer (single-service) or Cognitive Services (multi-service) resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) Form Recognizer resource in the Azure portal to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
6370

0 commit comments

Comments
 (0)