Maps

Overview

The Maps builder creates Azure Maps accounts.

  • Maps (Microsoft.Maps/accounts)

Builder Keywords

KeywordPurpose
nameSets the name of the Azure Maps account.
skuSets the sku of the Azure Maps account.

Example

open Farmer
open Farmer.Builders

let myMaps = maps {
    name "mymaps"
    sku Maps.S0
}