Skip to content

Commit ebde552

Browse files
committed
Updated overview article for Render v1 deprecation and added retirement banner.
1 parent cef4ada commit ebde552

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,15 @@ For more information, see the [Geolocation service] documentation.
6363

6464
### Render service
6565

66-
[Render V2 service] introduces a new version of the [Get Map Tile V2 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. It's recommended that you use Render V2 service instead of Render service V1. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render V2 service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
66+
> [!NOTE]
67+
>
68+
> **Azure Maps Render v1 service retirement**
69+
>
70+
> The Azure Maps [Render v1 service](/rest/api/maps/render-v1) is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2](/rest/api/maps/render-v2) API by 9/17/26.
71+
72+
[Render v2 service] introduces a new version of the [Get Map Tile v2 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 v2 service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
6773

68-
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render V2 service":::
74+
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render v2 service":::
6975

7076
### Route service
7177

@@ -157,7 +163,7 @@ The Weather service offers API to retrieve weather information for a particular
157163

158164
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.
159165

160-
The [Get Map Tile V2 API] allows you to request past, current, and future radar and satellite tiles.
166+
The [Get Map Tile v2 API] allows you to request past, current, and future radar and satellite tiles.
161167

162168
![Example of map with real-time weather radar tiles](media/about-azure-maps/intro_weather.png)
163169

@@ -217,9 +223,9 @@ Stay up to date on Azure Maps:
217223
<!--------- REST API Links --------------->
218224
[Data service]: /rest/api/maps/data-v2
219225
[Geolocation service]: /rest/api/maps/geolocation
220-
[Get Map Tile V2 API]: /rest/api/maps/render-v2/get-map-tile
226+
[Get Map Tile v2 API]: /rest/api/maps/render-v2/get-map-tile
221227
[Get Weather along route API]: /rest/api/maps/weather/getweatheralongroute
222-
[Render V2 service]: /rest/api/maps/render-v2
228+
[Render v2 service]: /rest/api/maps/render-v2
223229
[REST APIs]: /rest/api/maps/
224230
[Route service]: /rest/api/maps/route
225231
[Search service]: /rest/api/maps/search

0 commit comments

Comments
 (0)