@ -106,10 +106,10 @@ Your first step is to create an Azure Maps account.
az maps account create --name gps-sensor \
az maps account create --name gps-sensor \
--resource-group gps-sensor \
--resource-group gps-sensor \
--accept-tos \
--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).
> 💁 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).