From 5e1ca5d717ef16cc2f16d3606bc2179889060ae2 Mon Sep 17 00:00:00 2001 From: Jason Wells <30323598+v-jaswel@users.noreply.github.com> Date: Tue, 21 Jul 2020 13:02:11 -0700 Subject: [PATCH] Update "try Cognitive Services for free" link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d570840..668e5c2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This project framework provides examples for the following services: npm install ``` -1. Get a cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/directory/) by navigating to the right service and acquiring an API key. You can get a trial key for **free** which will expire after 30 days. +1. Get a cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/) 1. Set the following environment variables using the information from the service principle that you created. You only need to set the environment variables for which you want to run the samples.