Embed bing maps

Hi All,

I'm trying to include bing/azure maps in the SAIL UI. But it doesn't seem to display the map. Alternatively, I even tried using bing maps api with api keys, but even that doesn't seem to display the map in Appian. Looking for some inputs.

{
  a!sectionLayout(
    contents: {}
  ),
  a!sectionLayout(
    label: "Section",
    contents: {
      a!webContentField(
        label: "Bing Maps",
        source: "https://www.bing.com/maps?cp=-30.54014460144714~151.649513689518&sty=r&lvl=8&FORM=MBEDLD"
      )
    }
  )
}

  Discussion posts and replies are publicly visible