From dc7917e04bce79b7e649953b2d025b8bb49d9063 Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Tue, 29 Jun 2021 08:50:35 -0700 Subject: [PATCH] Update README.md --- 3-transport/lessons/3-visualize-location-data/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-transport/lessons/3-visualize-location-data/README.md b/3-transport/lessons/3-visualize-location-data/README.md index 088fce76..f5c55d59 100644 --- a/3-transport/lessons/3-visualize-location-data/README.md +++ b/3-transport/lessons/3-visualize-location-data/README.md @@ -106,10 +106,10 @@ Your first step is to create an Azure Maps account. az maps account create --name gps-sensor \ --resource-group gps-sensor \ --accept-tos \ - --sku S0 + --sku S1 ``` - This will create an Azure Maps resource called `gps-sensor`. The tier being used is `S0`, which is a paid tier, but with a generous amount of calls for free. + This will create an Azure Maps resource called `gps-sensor`. The tier being used is `S1`, which is a paid tier that includes a range of features, but with a generous amount of calls for free. > 💁 To see the cost of using Azure Maps, check out the [Azure Maps pricing page](https://azure.microsoft.com/pricing/details/azure-maps/?WT.mc_id=academic-17441-jabenn).