Skip to content

Commit 9ad25c3

Browse files
authored
Merge pull request #307197 from stevemunk/fabric-maps-overview
Maps in Microsoft Fabric
2 parents cdeda27 + 62c8045 commit 9ad25c3

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

articles/azure-maps/about-azure-maps.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ The following video explains Azure Maps in depth:
3232

3333
> [!VIDEO https://learn.microsoft.com/Shows/Internet-of-Things-Show/Azure-Maps/player?format=ny]
3434
35+
## Maps in Microsoft Fabric
36+
37+
Maps (preview) in [Microsoft Fabric] is a powerful geospatial visualization tool within Real-Time Intelligence that turns static and real-time spatial data into actionable insights by uncovering patterns and trends often missed in traditional charts. With an intuitive interface, you can create interactive maps featuring multiple layers, and rich customization options. Seamlessly integrated with other Fabric experiences and powered by Azure Maps services, it delivers accurate, scalable, and secure mapping for enterprise scenarios. Whether monitoring IoT devices, tracking assets, or analyzing regional trends, Maps helps you make sense of spatial data in real time. For more information, see [Create a map].
38+
39+
:::image type="content" source="./media/about-azure-maps/intro-fabric-maps.png" lightbox="./media/about-azure-maps/intro-fabric-maps.png" alt-text="A screenshot showing Maps in Microsoft Fabric.":::
40+
3541
## Map controls
3642

3743
### Web SDK
@@ -78,7 +84,7 @@ For more information, see [Route] in the Azure Maps REST API documentation.
7884

7985
### Search service
8086

81-
The Search service helps developers search for addresses, places, business listings by name or category, and other geographic information. Also, services can [reverse geocode] addresses and cross streets based on latitudes and longitudes.
87+
The Search service helps developers search for addresses, places, business listings by name or category, and other geographic information. Also, services can [reverse geocode] addresses and cross streets based on latitudes and longitudes. [Geocode Autocomplete] (preview) suggests location completions as you type, based on partial input and optional location context.
8288

8389
:::image type="content" source="./media/about-azure-maps/intro_search.png" lightbox="./media/about-azure-maps/intro_search.png" alt-text="Example of a search on a map.":::
8490

@@ -142,7 +148,7 @@ For more information, see [Traffic] in the Azure Maps REST API documentation.
142148

143149
### Weather service
144150

145-
The Weather service offers API to retrieve weather information for a particular location. This information includes observation date and time, weather conditions, precipitation indicator flags, temperature, and wind speed information. Other details such as RealFeel Temperature and UV index are also returned.
151+
The Weather service offers API to retrieve weather information for a particular location. This information includes observation date and time, weather conditions, precipitation indicator flags, temperature, and wind speed information. Other details such as RealFeel™ Temperature and UV index are also returned.
146152

147153
Developers can use the [Get Weather along route API] to retrieve weather information along a particular route. Also, the service supports the generation of weather notifications for waypoints affected by weather hazards, such as flooding or heavy rain.
148154

@@ -200,6 +206,7 @@ Stay up to date on Azure Maps:
200206
[Quickstart: Create a web app]: quick-demo-map-app.md
201207

202208
<!--------- REST API Links --------------->
209+
[Geocode Autocomplete]: /rest/api/maps/search/get-geocode-autocomplete
203210
[Geolocation]: /rest/api/maps/geolocation
204211
[Get Map Tile]: /rest/api/maps/render/get-map-tile
205212
[Get Weather along route API]: /rest/api/maps/weather/getweatheralongroute
@@ -211,8 +218,14 @@ Stay up to date on Azure Maps:
211218
[TilesetID]: /rest/api/maps/render/get-map-tile#tilesetid
212219
[Timezone]: /rest/api/maps/timezone
213220
[Traffic]: /rest/api/maps/traffic
221+
214222
<!--------- JavaScript API Links --------------->
215223
[JavaScript map control]: /javascript/api/azure-maps-control
224+
225+
<!--------- Microsoft Fabric Maps Links --------------->
226+
[Create a map]: /fabric/real-time-intelligence/map/create-map
227+
[Microsoft Fabric]: /fabric/fundamentals/microsoft-fabric-overview
228+
216229
<!--------- External Links --------------->
217230
[Azure Maps account]: https://azure.microsoft.com/services/azure-maps/
218231
[Azure Maps blog]: https://azure.microsoft.com/blog/topics/azure-maps/
550 KB
Loading

0 commit comments

Comments
 (0)