Skip to content

Commit 331e395

Browse files
Merge pull request #252762 from stevemunk/data-registry-service
'Service' as part of the link.
2 parents c2dd76f + e715ae1 commit 331e395

File tree

5 files changed

+25
-27
lines changed

5 files changed

+25
-27
lines changed

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

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,23 @@ Azure Maps consists of the following services that can provide geographic contex
5353

5454
### Data registry service
5555

56-
Data is imperative for maps. Use the Data registry service to access geospatial data, used with spatial operations or image composition, previously uploaded to your [Azure Storage]. By bringing customer data closer to the Azure Maps service, you reduce latency and increase productivity. For more information on this service, see [Data registry service].
56+
Data is imperative for maps. Use the Data registry service to access geospatial data, used with spatial operations or image composition, previously uploaded to your [Azure Storage]. By bringing customer data closer to the Azure Maps service, you reduce latency and increase productivity. For more information, see [Data registry] in the Azure Maps REST API documentation.
5757

5858
> [!NOTE]
5959
>
6060
> **Azure Maps Data service retirement**
6161
>
62-
> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data Registry service] by 9/16/24. For more information, see [How to create data registry].
62+
> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data registry] service by 9/16/24. For more information, see [How to create data registry].
6363
6464
### Geolocation service
6565

6666
Use the Geolocation service to retrieve the two-letter country/region code for an IP address. This service can help you enhance user experience by providing customized application content based on geographic location.
6767

68-
For more information, see the [Geolocation service] documentation.
68+
For more information, see [Geolocation] in the Azure Maps REST API documentation.
6969

7070
### Render service
7171

72-
[Render service] introduces a new version of the [Get Map Tile] API that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
72+
[Render] service introduces a new version of the [Get Map Tile] API that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
7373

7474
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render service":::
7575

@@ -91,7 +91,7 @@ The Route service offers advanced set features, such as:
9191
* Matrices of travel time and distance between a set of origins and destinations.
9292
* Finding routes or distances that users can travel based on time or fuel requirements.
9393

94-
For more information on routing capabilities, see the [Route service] documentation.
94+
For more information, see [Route] in the Azure Maps REST API documentation.
9595

9696
### Search service
9797

@@ -106,13 +106,13 @@ The Search service also provides advanced features such as:
106106
* Batch a group of search requests.
107107
* Search electric vehicle charging stations and Point of Interest (POI) data by brand name.
108108

109-
For more information on search capabilities, see the [Search service] documentation.
109+
For more information, see [Search] in the Azure Maps REST API documentation.
110110

111111
### Spatial service
112112

113113
The Spatial service quickly analyzes location information to help inform customers of ongoing events happening in time and space. It enables near real-time analysis and predictive modeling of events.
114114

115-
The service enables customers to enhance their location intelligence with a library of common geospatial mathematical calculations. Common calculations include closest point, great circle distance, and buffers. For more information about the Spatial service and its various features, see the [Spatial service] documentation.
115+
The service enables customers to enhance their location intelligence with a library of common geospatial mathematical calculations. Common calculations include closest point, great circle distance, and buffers. For more information about the Spatial service and its various features, see [Spatial] in the Azure Maps REST API documentation.
116116

117117
### Timezone service
118118

@@ -150,7 +150,7 @@ A typical JSON response for a query to the Time zone service looks like the foll
150150
}
151151
```
152152

153-
For more information, see the [Time zone service] documentation.
153+
For more information, see [Timezone] in the Azure Maps REST API documentation.
154154

155155
### Traffic service
156156

@@ -161,7 +161,7 @@ The Traffic service is a suite of web services that developers can use for web o
161161

162162
![Example of a map with traffic information](media/about-azure-maps/intro_traffic.png)
163163

164-
For more information, see the [Traffic service] documentation.
164+
For more information, see [Traffic] in the Azure Maps REST API documentation.
165165

166166
### Weather service
167167

@@ -229,21 +229,20 @@ Stay up to date on Azure Maps:
229229
[What is Azure Maps Creator?]: about-creator.md
230230
[v1]: /rest/api/maps/data
231231
[v2]: /rest/api/maps/data-v2
232-
[Data Registry service]: /rest/api/maps/data-registry
233232
[How to create data registry]: how-to-create-data-registries.md
234233
<!--------- REST API Links --------------->
235-
[Data registry service]: /rest/api/maps/data-registry
236-
[Geolocation service]: /rest/api/maps/geolocation
234+
[Data registry]: /rest/api/maps/data-registry
235+
[Geolocation]: /rest/api/maps/geolocation
237236
[Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
238237
[Get Weather along route API]: /rest/api/maps/weather/getweatheralongroute
239-
[Render service]: /rest/api/maps/render-v2
238+
[Render]: /rest/api/maps/render-v2
240239
[REST APIs]: /rest/api/maps/
241-
[Route service]: /rest/api/maps/route
242-
[Search service]: /rest/api/maps/search
243-
[Spatial service]: /rest/api/maps/spatial
240+
[Route]: /rest/api/maps/route
241+
[Search]: /rest/api/maps/search
242+
[Spatial]: /rest/api/maps/spatial
244243
[TilesetID]: /rest/api/maps/render-v2/get-map-tile#tilesetid
245-
[Time zone service]: /rest/api/maps/timezone
246-
[Traffic service]: /rest/api/maps/traffic
244+
[Timezone]: /rest/api/maps/timezone
245+
[Traffic]: /rest/api/maps/traffic
247246
<!--------- JavaScript API Links --------------->
248247
[JavaScript map control]: /javascript/api/azure-maps-control
249248
<!--------- External Links --------------->

articles/azure-maps/about-creator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Creator is a platform for building indoor mapping solutions for all your needs.
2424

2525
An [onboarding tool] is provided to prepare your facility's DWGs by identifying the data to use and to positioning your facility on the map. The conversion service then converts the geometry and data from your DWG files into a digital indoor map.
2626

27-
The first step in creating your indoor map is to upload a drawing package into your Azure Maps account. A drawing package contains one or more CAD (computer-aided design) drawings of your facility along with a manifest describing the drawings. The drawings define the elements of the facility while the manifest tells the Azure Maps [Conversion service] how to read the facility drawing files and metadata. For more
27+
The first step in creating your indoor map is to upload a drawing package into your Azure Maps account. A drawing package contains one or more CAD (computer-aided design) drawings of your facility along with a manifest describing the drawings. The drawings define the elements of the facility while the manifest tells the Azure Maps [Conversion] service how to read the facility drawing files and metadata. For more
2828
information about manifest properties, see [Manifest file requirements] and for more information on creating and uploading a drawing package, see the [Drawing package guide].
2929

3030
### Dataset
@@ -60,7 +60,7 @@ This section provides a high-level overview of the indoor map creation workflow.
6060
account. Upload drawing packages using the [Data Upload API].
6161

6262
1. **Convert**. Once the drawing package is uploaded into your Azure Maps account,
63-
use the [Conversion service] to validate the data in the uploaded drawing
63+
use the [Conversion] service to validate the data in the uploaded drawing
6464
package and convert it into map data.
6565

6666
1. **Dataset**. Create a [dataset] from the map data. A dataset is collection
@@ -110,7 +110,7 @@ This section provides a high-level overview of the indoor map creation workflow.
110110

111111
[Azure Maps Creator onboarding tool]: https://azure.github.io/azure-maps-creator-onboarding-tool
112112
[Azure Maps Creator REST API]: /rest/api/maps-creator
113-
[Conversion service]: /rest/api/maps/v2/conversion
113+
[Conversion]: /rest/api/maps/v2/conversion
114114
[Create a feature stateset]: how-to-creator-feature-stateset.md
115115
[Create custom styles for indoor maps]: how-to-create-custom-styles.md
116116
[Create dataset using GeoJson package]: how-to-dataset-geojson.md

articles/azure-maps/azure-maps-qps-rate-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ The following list shows the QPS usage limits for each Azure Maps service by Pri
4444
| Traffic service | 50 | 50 | 50 |
4545
| Weather service | 50 | 50 | 50 |
4646

47-
<sup>1</sup> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data Registry service] by 9/16/24. For more information, see [How to create data registry].
47+
<sup>1</sup> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data Registry] service by 9/16/24. For more information, see [How to create data registry].
4848

4949
When QPS limits are reached, an HTTP 429 error is returned. If you're using the Gen 2 or Gen 1 S1 pricing tiers, you can create an Azure Maps *Technical* Support Request in the [Azure portal] to increase a specific QPS limit if needed. QPS limits for the Gen 1 S0 pricing tier can't be increased.
5050

5151
[Azure portal]: https://portal.azure.com/
5252
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
5353
[v1]: /rest/api/maps/data
5454
[v2]: /rest/api/maps/data-v2
55-
[Data Registry service]: /rest/api/maps/data-registry
55+
[Data Registry]: /rest/api/maps/data-registry
5656
[How to create data registry]: how-to-create-data-registries.md

articles/azure-maps/how-to-search-for-address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services: azure-maps
1212

1313
# Search for a location using Azure Maps Search services
1414

15-
The [Search service] is a set of RESTful APIs designed to help developers search addresses, places, and business listings by name, category, and other geographic information. In addition to supporting traditional geocoding, services can also reverse geocode addresses and cross streets based on latitudes and longitudes. Latitude and longitude values returned by the search can be used as parameters in other Azure Maps services, such as [Route] and [Weather] services.
15+
The [Search] service is a set of RESTful APIs designed to help developers search addresses, places, and business listings by name, category, and other geographic information. In addition to supporting traditional geocoding, services can also reverse geocode addresses and cross streets based on latitudes and longitudes. Latitude and longitude values returned by the search can be used as parameters in other Azure Maps services, such as [Route] and [Weather].
1616

1717
This article demonstrates how to:
1818

@@ -193,7 +193,7 @@ This example demonstrates how to search for a cross street based on the coordina
193193
[Search Address]: /rest/api/maps/search/getsearchaddress
194194
[Search Coverage]: geocoding-coverage.md
195195
[Search Polygon API]: /rest/api/maps/search/getsearchpolygon
196-
[Search service]: /rest/api/maps/search
196+
[Search]: /rest/api/maps/search
197197
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
198198
[URI Parameter reference]: /rest/api/maps/search/getsearchfuzzy#uri-parameters
199199
[Weather]: /rest/api/maps/weather

articles/azure-maps/understanding-azure-maps-transactions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following table summarizes the Azure Maps services that generate transaction
3737
| [Traffic] | Yes | One request = 1 transaction (except tiles)<br>15 tiles = 1 transaction | <ul><li>Location Insights Traffic (Gen2 pricing)</li><li>Standard S1 Traffic Transactions (Gen1 S1 pricing)</li><li>Standard Geolocation Transactions (Gen1 S0 pricing)</li><li>Maps Traffic Tiles (Gen2 pricing)</li><li>Standard S1 Tile Transactions (Gen1 S1 pricing)</li><li>Standard Tile Transactions (Gen1 S0 pricing)</li></ul> |
3838
| [Weather] | Yes | One request = 1 transaction | <ul><li>Location Insights Weather (Gen2 pricing)</li><li>Standard S1 Weather Transactions (Gen1 S1 pricing)</li><li>Standard Weather Transactions (Gen1 S0 pricing)</li></ul> |
3939

40-
<sup>1</sup> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data Registry service] by 9/16/24. For more information, see [How to create data registry].
40+
<sup>1</sup> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data Registry] service by 9/16/24. For more information, see [How to create data registry].
4141

4242
<!-- In Bing Maps, any time a synchronous Truck Routing request is made, three transactions are counted. Does this apply also to Azure Maps?-->
4343

@@ -85,7 +85,6 @@ The following table summarizes the Azure Maps services that generate transaction
8585
[Data registry]: /rest/api/maps/data-registry
8686
[v1]: /rest/api/maps/data
8787
[v2]: /rest/api/maps/data-v2
88-
[Data Registry service]: /rest/api/maps/data-registry
8988
[How to create data registry]: how-to-create-data-registries.md
9089
[Dataset]: /rest/api/maps/v2/dataset
9190
[Feature State]: /rest/api/maps/v2/feature-state

0 commit comments

Comments
 (0)