Skip to content

Commit 8f796dc

Browse files
Merge pull request #250770 from stevemunk/Gen1-deprecation-PR2
Azure Maps Gen1 price tier deprecation PR #2 of 4.
2 parents 484da40 + f03b280 commit 8f796dc

File tree

5 files changed

+14
-24
lines changed

5 files changed

+14
-24
lines changed

articles/azure-maps/choose-map-style.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ The following image shows the style picker control displayed in `list` layout.
101101
:::image type="content" source="./media/choose-map-style/style-picker-list-layout.png" alt-text="Style picker list layout":::
102102
103103
> [!IMPORTANT]
104-
> By default the style picker control lists all the styles available under the S0 pricing tier of Azure Maps. If you want to reduce the number of styles in this list, pass an array of the styles you want to appear in the list into the `mapStyle` option of the style picker. If you are using Gen 1 (S1) or Gen 2 pricing tier and want to show all available styles, set the `mapStyles` option of the style picker to `"all"`.
104+
> By default the style picker control lists all the styles available under the Gen1 (S0) pricing tier of Azure Maps. If you want to reduce the number of styles in this list, pass an array of the styles you want to appear in the list into the `mapStyle` option of the style picker. If you are using Gen1 (S1) or Gen2 pricing tier and want to show all available styles, set the `mapStyles` option of the style picker to `"all"`.
105+
>
106+
> Gen1 pricing tier is now deprecated and will be retired on 9/15/26. Gen2 pricing tier replaces Gen1 (both S0 and S1) pricing tier. If your Azure Maps account has Gen1 pricing tier selected, you can switch to Gen2 pricing before it’s retired, otherwise it will automatically be updated. For more information, see [Manage the pricing tier of your Azure Maps account].
105107
106108
The following code shows you how to override the default `mapStyles` base style list. In this example, we're setting the `mapStyles` option to list the base styles to display in the style picker control.
107109
@@ -153,16 +155,17 @@ See the following articles for more code samples to add to your maps:
153155
[style options]: /javascript/api/azure-maps-control/atlas.styleoptions
154156
[base map styles]: supported-map-styles.md
155157
158+
[Add a bubble layer]: map-add-bubble-layer.md
159+
[Add a symbol layer]: map-add-pin.md
160+
[Add map controls]: map-add-controls.md
161+
[Azure Maps Samples]: https://samples.azuremaps.com
156162
[grayscale_dark]: supported-map-styles.md#grayscale_dark
163+
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
164+
[Map style options source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Map/Map%20style%20options/Map%20style%20options.html
165+
[Map style options]: https://samples.azuremaps.com/map/map-style-options
166+
[Map]: /javascript/api/azure-maps-control/atlas.map
157167
[setStyle]: /javascript/api/azure-maps-control/atlas.map#azure-maps-control-atlas-map-setstyle
158168
[Style Control Options]: /javascript/api/azure-maps-control/atlas.stylecontroloptions
159-
[Map]: /javascript/api/azure-maps-control/atlas.map
160-
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
161169
[StyleControl]: /javascript/api/azure-maps-control/atlas.control.stylecontrol
162170
[StyleControlOptions]: /javascript/api/azure-maps-control/atlas.stylecontroloptions
163-
[Add map controls]: map-add-controls.md
164-
[Add a symbol layer]: map-add-pin.md
165-
[Add a bubble layer]: map-add-bubble-layer.md
166-
[Map style options]: https://samples.azuremaps.com/map/map-style-options
167-
[Map style options source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Map/Map%20style%20options/Map%20style%20options.html
168-
[Azure Maps Samples]: https://samples.azuremaps.com
171+
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions

articles/azure-maps/migrate-from-bing-maps.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, you'll learn:
2626
2727
## Prerequisites
2828

29-
If you don't have an Azure subscription, create a [free account] before you begin.
29+
If you don't have an Azure subscription, create a [free Azure account] before you begin.
3030

3131
* An [Azure Maps account]
3232
* A [subscription key]
@@ -84,7 +84,6 @@ Here are some licensing-related resources for Azure Maps:
8484
* [Azure Maps pricing page]
8585
* [Azure pricing calculator]
8686
* [Azure Maps term of use] (Scroll down to the Azure Maps section)
87-
* [Choose the right pricing tier in Azure Maps]
8887

8988
## Suggested migration plan
9089

@@ -172,8 +171,6 @@ Learn the details of how to migrate your Bing Maps application with these articl
172171
[Azure support options]: https://azure.microsoft.com/support/options/
173172
[azure.com]: https://azure.com
174173
[Basic snap to road logic]: https://samples.azuremaps.com/?search=Snap%20to%20road&sample=basic-snap-to-road-logic
175-
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
176-
[free account]: https://azure.microsoft.com/free/
177174
[free Azure account]: https://azure.microsoft.com/free/
178175
[manage authentication in Azure Maps]: how-to-manage-authentication.md
179176
[Microsoft Azure terms of use]: https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=31

articles/azure-maps/migrate-from-google-maps.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Here are some related resources for Azure Maps:
7575

7676
* [Azure Maps pricing page]
7777
* [Azure pricing calculator]
78-
* [Choose the right pricing tier in Azure Maps]
7978
* [Azure Maps term of use] - included in the Microsoft Online Services Terms.
8079

8180
## Suggested migration plan
@@ -139,7 +138,6 @@ Learn the details of how to migrate your Google Maps application with these arti
139138
[Azure pricing calculator]: https://azure.microsoft.com/pricing/calculator/?service=azure-maps
140139
[Azure subscription]: https://azure.com
141140
[Azure support options]: https://azure.microsoft.com/support/options
142-
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
143141
[free account]: https://azure.microsoft.com/free/
144142
[Manage authentication in Azure Maps]: how-to-manage-authentication.md
145143
[Microsoft learning center shows]: https://aka.ms/AzureMapsVideos

articles/azure-maps/set-android-map-styles.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ This article shows you two ways to set map styles using the Azure Maps Android S
2020

2121
Be sure to complete the steps in the Quickstart: [Create an Android app].
2222

23-
>[!IMPORTANT]
24-
>The procedure in this section requires an Azure Maps account in Gen 1 or Gen 2 pricing tier. For more information on pricing tiers, see [Choose the right pricing tier in Azure Maps].
25-
2623
## Set map style in the layout
2724

2825
You can set a map style in the layout file for your activity class when adding the map control. The following code sets the center location, zoom level, and map style.
@@ -253,6 +250,5 @@ See the following articles for more code samples to add to your maps:
253250
254251
[Add a bubble layer]: map-add-bubble-layer-android.md
255252
[Add a symbol layer]: how-to-add-symbol-to-android-map.md
256-
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
257253
[Create an Android app]: quick-android-map.md
258254
[supported map styles in Azure Maps]: supported-map-styles.md

articles/azure-maps/supported-map-styles.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ services: azure-maps
1414

1515
Azure Maps supports several different built-in map styles as described in this article.
1616

17-
>[!important]
18-
>The procedure in this section requires an Azure Maps account in Gen 1 or Gen 2 pricing tier. For more information on pricing tiers, see [Choose the right pricing tier in Azure Maps].
19-
2017
## road
2118

2219
A **road** map is a standard map that displays roads. It also displays natural and artificial features, and the labels for those features.
@@ -166,8 +163,7 @@ Learn about how to set a map style in Azure Maps:
166163
> [!div class="nextstepaction"]
167164
> [Choose a map style]
168165
169-
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
170166
[Map image]: /rest/api/maps/render/getmapimage
171167
[Map tile]: /rest/api/maps/render/getmaptile
172168
[Satellite tile]: /rest/api/maps/render/getmapimagerytilepreview
173-
[Choose a map style]: choose-map-style.md
169+
[Choose a map style]: choose-map-style.md

0 commit comments

Comments
 (0)