Skip to content

Commit f62bbaa

Browse files
committed
Gen1 deprecation PR #4 of 4.
1 parent a6e9dee commit f62bbaa

File tree

5 files changed

+32
-14
lines changed

5 files changed

+32
-14
lines changed

articles/azure-maps/how-to-render-custom-data.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ Use the Azure Maps [Data service] to store and render overlays.
3535
## Render pushpins with labels and a custom image
3636

3737
> [!NOTE]
38-
> The procedure in this section requires an Azure Maps account in the Gen 1 or Gen 2 pricing tier.
39-
The Azure Maps account Gen 1 Standard S0 tier supports only a single instance of the `pins` parameter. It allows you to render up to five pushpins, specified in the URL request, with a custom image.
38+
> The procedure in this section requires an Azure Maps account in the Gen1 or Gen2 pricing tier.
39+
The Azure Maps account Gen1 Standard S0 tier supports only a single instance of the `pins` parameter. It allows you to render up to five pushpins, specified in the URL request, with a custom image.
40+
>
41+
> Gen1 pricing tier is now deprecated and will be retired on 9/15/26. If your Azure Maps account has Gen1 pricing tier selected, you can switch to Gen2 before it’s retired, otherwise it will automatically be updated. For more information, see [Manage the pricing tier of your Azure Maps account].
4042
4143
### Get static image with custom pins and labels
4244

@@ -65,7 +67,7 @@ To get a static image with custom pins and labels:
6567
## Upload pins and path data
6668
6769
> [!NOTE]
68-
> The procedure in this section requires an Azure Maps account Gen 1 (S1) or Gen 2 pricing tier.
70+
> The procedure in this section requires an Azure Maps account Gen1 (S1) or Gen2 pricing tier.
6971
7072
In this section, you upload path and pin data to Azure Map data storage.
7173
@@ -215,7 +217,7 @@ To render the uploaded pins and path data on the map:
215217
## Render a polygon with color and opacity
216218
217219
> [!NOTE]
218-
> The procedure in this section requires an Azure Maps account Gen 1 (S1) or Gen 2 pricing tier.
220+
> The procedure in this section requires an Azure Maps account Gen1 (S1) or Gen2 pricing tier.
219221
220222
You can modify the appearance of a polygon by using style modifiers with the [path parameter].
221223
@@ -243,7 +245,7 @@ To render a polygon with color and opacity:
243245
## Render a circle and pushpins with custom labels
244246
245247
> [!NOTE]
246-
> The procedure in this section requires an Azure Maps account Gen 1 (S1) or Gen 2 pricing tier.
248+
> The procedure in this section requires an Azure Maps account Gen1 (S1) or Gen2 pricing tier.
247249
248250
You can modify the appearance of the pins by adding style modifiers. For example, to make pushpins and their labels larger or smaller, use the `sc` "scale style" modifier. This modifier takes a value that's greater than zero. A value of 1 is the standard scale. Values larger than 1 makes the pins larger, and values smaller than 1 makes them smaller. For more information about style modifiers, see [static image service path parameters].
249251
@@ -291,11 +293,11 @@ Similarly, you can change, add, and remove other style modifiers.
291293
> [!div class="nextstepaction"]
292294
> [Data service]
293295
294-
295296
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
296297
[Render - Get Map Image]: /rest/api/maps/render/getmapimage
297298
[Data service]: /rest/api/maps/data
298299
[Data Upload]: /rest/api/maps/data-v2/upload
300+
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
299301
[path parameter]: /rest/api/maps/render/getmapimage#uri-parameters
300302
[Postman]: https://www.postman.com/
301303
[Render service]: /rest/api/maps/render/get-map-image

articles/azure-maps/how-to-request-weather-data.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ This video provides examples for making REST calls to Azure Maps Weather service
3030

3131
>[!VIDEO https://learn.microsoft.com/Shows/Internet-of-Things-Show/Azure-Maps-Weather-services-for-developers/player?format=ny]
3232
33+
</br>
34+
3335
## Prerequisites
3436

3537
* An [Azure Maps account]
3638
* A [subscription key]
3739

3840
>[!IMPORTANT]
39-
>The [Get Minute Forecast API] requires a Gen 1 (S1) or Gen 2 pricing tier. All other APIs require an S0 pricing tier key.
41+
>The [Get Minute Forecast API] requires a Gen1 (S1) or Gen2 pricing tier.
4042
4143
This tutorial uses the [Postman] application, but you may choose a different API development environment.
4244

@@ -284,7 +286,9 @@ In this example, you use the [Get Severe Weather Alerts API] to retrieve current
284286
The [Get Daily Forecast API] returns detailed daily weather forecast such as temperature and wind. The request can specify how many days to return: 1, 5, 10, 15, 25, or 45 days for a given coordinate location. The response includes details such as temperature, wind, precipitation, air quality, and UV index. In this example, we request for five days by setting `duration=5`.
285287
286288
>[!IMPORTANT]
287-
>In the S0 pricing tier, you can request daily forecast for the next 1, 5, 10, and 15 days. In either Gen 1 (S1) or Gen 2 pricing tier, you can request daily forecast for the next 25 days, and 45 days.
289+
>In the S0 pricing tier, you can request daily forecast for the next 1, 5, 10, and 15 days. In either Gen1 (S1) or Gen2 pricing tier, you can request daily forecast for the next 25 days, and 45 days.
290+
>
291+
> Gen1 pricing tier is now deprecated and will be retired on 9/15/26. If your Azure Maps account has Gen1 pricing tier selected, you can switch to Gen2 before it’s retired, otherwise it will automatically be updated. For more information, see [Manage the pricing tier of your Azure Maps account].
288292
289293
In this example, you use the [Get Daily Forecast API] to retrieve the five-day weather forecast for coordinates located in Seattle, WA.
290294
@@ -533,7 +537,7 @@ In this example, you use the [Get Daily Forecast API] to retrieve the five-day w
533537
The [Get Hourly Forecast API] returns detailed weather forecast by the hour for the next 1, 12, 24 (1 day), 72 (3 days), 120 (5 days), and 240 hours (10 days) for the given coordinate location. The API returns details such as temperature, humidity, wind, precipitation, and UV index.
534538
535539
>[!IMPORTANT]
536-
>In the S0 pricing tier, you can request hourly forecast for the next 1, 12, 24 hours (1 day), and 72 hours (3 days). In either Gen 1 (S1) or Gen 2 pricing tier, you can request hourly forecast for the next 120 (5 days) and 240 hours (10 days).
540+
>In the Gen1 (S0) pricing tier, you can request hourly forecast for the next 1, 12, 24 hours (1 day), and 72 hours (3 days). In either Gen1 (S1) or Gen2 pricing tier, you can request hourly forecast for the next 120 (5 days) and 240 hours (10 days).
537541
538542
In this example, you use the [Get Hourly Forecast API] to retrieve the hourly weather forecast for the next 12 hours at coordinates located in Seattle, WA.
539543
@@ -758,6 +762,7 @@ In this example, you use the [Get Minute Forecast API] to retrieve the minute-by
758762
[Get Hourly Forecast API]: /rest/api/maps/weather/gethourlyforecast
759763
[Get Minute Forecast API]: /rest/api/maps/weather/getminuteforecast
760764
[Get Severe Weather Alerts API]: /rest/api/maps/weather/getsevereweatheralerts
765+
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
761766
[Postman]: https://www.postman.com/
762767
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
763768
[Weather service concepts]: weather-services-concepts.md

articles/azure-maps/how-to-secure-sas-app.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ The following steps describe how to create and configure an Azure Maps account w
172172

173173
1. Create a template file *azuredeploy.json* to provision the Azure Maps account, role assignment, and SAS token.
174174

175+
> [!NOTE]
176+
>
177+
> **Azure Maps Gen1 Price Tier Retirement**
178+
>
179+
> 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].
180+
175181
```json
176182
{
177183
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -457,3 +463,5 @@ Find the API usage metrics for your Azure Maps account:
457463
Explore samples that show how to integrate Azure AD with Azure Maps:
458464
> [!div class="nextstepaction"]
459465
> [Azure Maps samples](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples)
466+
467+
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,13 @@ Batch geocoding is the process of taking a large number of addresses or places,
611611

612612
Bing Maps allows up to 200,000 addresses to be passed in a single batch geocode request. This request goes into a queue and usually processes over a period of time, anywhere from a few minutes to a few hours depending on the size of the data set and the load on the service. Each address in the request generated a transaction.
613613

614-
Azure Maps has a batch geocoding service, however it allows up to 10,000 addresses to be passed in a single request and is processed over seconds to a few minutes depending on the size of the data set and the load on the service. Each address in the request generated a transaction. In Azure Maps, the batch geocoding service is only available the Gen 2 or S1 pricing tier. For more information on pricing tiers, see [Choose the right pricing tier in Azure Maps].
614+
Azure Maps has a batch geocoding service, however it allows up to 10,000 addresses to be passed in a single request and is processed over seconds to a few minutes depending on the size of the data set and the load on the service. Each address in the request generated a transaction.
615615

616-
Another option for geocoding a large number addresses with Azure Maps is to make parallel requests to the standard search APIs. These services only accept a single address per request but can be used with the S0 tier that also provides free usage limits. The S0 tier allows up to 50 requests per second to the Azure Maps platform from a single account. So if you process limit these to stay within that limit, it's possible to geocode upwards of 180,000 address an hour. The Gen 2 or S1 pricing tier doesn’t have a documented limit on the number of queries per second that can be made from an account, so a lot more data can be processed faster when using that pricing tier, however using the batch geocoding service helps reduce the total amount of data transferred, reducing network traffic.
616+
Another option for geocoding a large number addresses with Azure Maps is to make parallel requests to the standard search APIs. These services only accept a single address per request but can be used with the S0 tier that also provides free usage limits. The S0 tier allows up to 50 requests per second to the Azure Maps platform from a single account. So if you process limit these to stay within that limit, it's possible to geocode upwards of 180,000 address an hour. The Gen2 or Gen1 (S1) pricing tier doesn’t have a documented limit on the number of queries per second that can be made from an account, so a lot more data can be processed faster when using that pricing tier, however using the batch geocoding service helps reduce the total amount of data transferred, reducing network traffic.
617+
618+
> [!NOTE]
619+
> Gen1 pricing tier is now deprecated and will be retired on 9/15/26. Gen2 pricing tier replaces Gen1 (both S0 and S1). If your Azure Maps account has Gen1 selected, you can switch to Gen2 before it’s retired, otherwise it will automatically be updated.
620+
For more information on the Gen1 pricing tier retirement, see [Manage the pricing tier of your Azure Maps account].
617621

618622
* [Free-form address geocoding]: Specify a single address string (like `"1 Microsoft way, Redmond, WA"`) and process the request immediately. This service is recommended if you need to geocode individual addresses quickly.
619623
* [Structured address geocoding]: Specify the parts of a single address, such as the street name, city, country/region, and postal code and process the request immediately. This service is recommended if you need to geocode individual addresses quickly and the data is already parsed into its individual address parts.
@@ -690,7 +694,6 @@ Learn more about the Azure Maps REST services.
690694
[Best practices for Azure Maps Route service]: how-to-use-best-practices-for-routing.md
691695
[Best practices for Azure Maps Search service]: how-to-use-best-practices-for-search.md
692696
[Calculate route]: /rest/api/maps/route/getroutedirections
693-
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
694697
[Cross street reverse geocoder]: /rest/api/maps/search/getsearchaddressreversecrossstreet
695698
[free account]: https://azure.microsoft.com/free/
696699
[Free-form address geocoding]: /rest/api/maps/search/getsearchaddress
@@ -699,6 +702,7 @@ Learn more about the Azure Maps REST services.
699702
[Geolocation API]: /rest/api/maps/geolocation/get-ip-to-location
700703
[Localization support in Azure Maps]: supported-languages.md
701704
[manage authentication in Azure Maps]: how-to-manage-authentication.md
705+
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
702706
[Map image render]: /rest/api/maps/render/getmapimagerytile
703707
[Map imagery tile]: /rest/api/maps/render/getmapimagerytile
704708
[Map Tiles]: /rest/api/maps/render/getmaptile

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The following limits apply when you use Azure Resource Manager and Azure resourc
6363

6464
[!INCLUDE [api-center-service-limits](../../api-center/includes/api-center-service-limits.md)]
6565

66+
6667
## API Management limits
6768

6869
[!INCLUDE [api-management-service-limits](../../../includes/api-management-service-limits.md)]
@@ -127,8 +128,6 @@ Azure Communications Gateway also has limits on the SIP signaling.
127128

128129
For Azure Container Apps limits, see [Quotas in Azure Container Apps](../../container-apps/quotas.md).
129130

130-
[!INCLUDE [container-apps-limits](../../../includes/container-apps/container-apps-limits.md)]
131-
132131
## Azure Cosmos DB limits
133132

134133
For Azure Cosmos DB limits, see [Limits in Azure Cosmos DB](../../cosmos-db/concepts-limits.md).

0 commit comments

Comments
 (0)