The Maps builder creates Azure Maps accounts.
Microsoft.Maps/accounts)| Keyword | Purpose |
|---|---|
| name | Sets the name of the Azure Maps account. |
| sku | Sets the sku of the Azure Maps account. |
open Farmer
open Farmer.Builders
let myMaps = maps {
name "mymaps"
sku Maps.S0
}