Skip to content

Commit b8a6487

Browse files
committed
minor updates
1 parent 2c97142 commit b8a6487

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

articles/azure-maps/how-to-use-best-practices-for-search.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Learn how to apply the best practices when using the Search service from Microsoft Azure Maps.
55
author: farazgis
66
ms.author: fsiddiqui
7-
ms.date: 10/28/2021
7+
ms.date: 3/24/2026
88
ms.topic: best-practice
99
ms.service: azure-maps
1010
ms.subservice: search
@@ -1098,16 +1098,15 @@ When geocoding large address datasets, expect that some records won't return res
10981098

10991099
Common causes include:
11001100

1101-
* Misspellings or inconsistent formatting
1101+
* Misspellings or inconsistent address formatting
11021102
* Incomplete addresses
11031103
* Interior details (for example, apartment, suite, or floor numbers) that aren't part of a deliverable address
11041104

11051105
Treat geocoding as a data enrichment process rather than a strict validation step:
11061106

11071107
* Submit addresses for geocoding.
1108-
* Identify records that aren't resolved.
1109-
* Flag unresolved addresses for review or normalization.
1110-
* Retry geocoding only after cleaning the source data.
1108+
* Accept high‑confidence matches and flag unresolved or low‑confidence results.
1109+
* Reprocess flagged records only after cleaning or normalizing the source data.
11111110

11121111
Avoid attempting to force matches for low‑quality input, as this can introduce incorrect or misleading location data into downstream systems.
11131112

@@ -1117,14 +1116,15 @@ A geocoding request may return an HTTP 200 (OK) response with no results.
11171116

11181117
This indicates that the request was processed successfully, but no matching address or place was found. It doesn't represent a failure of the service.
11191118

1120-
Applications should handle empty results explicitly and avoid treating them as errors. In many scenarios, returning no result is preferable to returning a low‑confidence or incorrect match.
1119+
Applications should handle empty results explicitly and avoid treating them as errors. In many scenarios, returning no result is preferable to returning a low‑confidence or incorrect match. Search inputs should be reviewed and edited before retrying.
11211120

11221121
> [!NOTE]
11231122
> Azure Maps request limits, quotas, and throttling behavior are configured at the Azure subscription level.
11241123
> For information on pricing, usage limits, and monitoring, see:
11251124
>
11261125
> * [Azure Maps pricing]
11271126
> * [Understanding Azure Maps transactions]
1127+
> * [Use cost alerts to monitor usage and spending]
11281128
11291129
## Best practices for autocomplete
11301130

@@ -1276,3 +1276,4 @@ GET https://atlas.microsoft.com/polygon
12761276
[properties.type]: /rest/api/maps/search/get-geocoding#properties
12771277
[Azure Maps pricing]: https://azure.microsoft.com/pricing/details/azure-maps
12781278
[Understanding Azure Maps transactions]: understanding-azure-maps-transactions.md
1279+
[Use cost alerts to monitor usage and spending]: /azure/cost-management-billing/costs/cost-mgt-alerts-monitor-usage-spending

0 commit comments

Comments
 (0)