Setup & Installation
What This Skill Does
Azure Maps SDK for .NET provides location-based services through typed clients: geocoding, reverse geocoding, route directions, map tile rendering, IP geolocation, and weather data. It supports subscription key, Microsoft Entra ID, and SAS token authentication. Using MapsSearchClient and MapsRoutingClient directly in .NET eliminates the need to parse raw REST responses or manage auth headers manually, and batch operations let you geocode hundreds of addresses in a single call.
When to use it
- Working with azure maps search dotnet functionality
- Implementing azure maps search dotnet features
- Debugging azure maps search dotnet related issues
