Skip to content

Commit 484da40

Browse files
Merge pull request #250763 from stevemunk/Gen1-deprecation-PR1
Gen1 deprecation work. PR #1 of 4.
2 parents 15f207a + 9273ad2 commit 484da40

File tree

4 files changed

+27
-59
lines changed

4 files changed

+27
-59
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8767,6 +8767,11 @@
87678767
"redirect_url": "/azure/developer/mobile-apps/azure-maps",
87688768
"redirect_document_id": false
87698769
},
8770+
{
8771+
"source_path_from_root": "/articles/azure-maps/choose-pricing-tier.md",
8772+
"redirect_url": "/azure/azure-maps/how-to-manage-pricing-tier",
8773+
"redirect_document_id": true
8774+
},
87708775
{
87718776
"source_path_from_root": "/articles/azure-maps/how-to-request-real-time-data.md",
87728777
"redirect_url": "/azure/azure-maps",

articles/azure-maps/choose-pricing-tier.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

articles/azure-maps/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ items:
141141
href: how-to-manage-creator.md
142142
- name: Drawing package guide
143143
href: drawing-package-guide.md
144-
- name: Create indoor map with onboarding tool
145-
href: creator-onboarding-tool.md
146144
- name: Query datasets with WFS API
147145
href: how-to-creator-wfs.md
148146
- name: Custom styling for indoor maps

includes/maps-limits.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
---
2-
title: include file
3-
description: include file
4-
services: azure maps
5-
author: anastasia-ms
6-
ms.service: azure-maps
7-
ms.topic: include
8-
ms.date: 05/01/2020
9-
ms.author: v-stharr
10-
ms.custom: include file
2+
title: include file
3+
description: include file
4+
author: eriklindeman
5+
ms.author: eriklind
6+
ms.date: 09/14/2023
7+
ms.topic: include
8+
ms.custom: include file
9+
ms.service: azure-maps
10+
services: azure maps
1111
---
1212

13-
The following table shows the usage limit for the Azure Maps S0 pricing tier. Usage limit depends on the pricing tier.
13+
> [!NOTE]
14+
>
15+
> **Azure Maps Gen1 Price Tier Retirement**
16+
>
17+
> 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](../articles/azure-maps/how-to-manage-pricing-tier.md).
1418
15-
| Resource | S0 pricing tier limit |
16-
|---------------------------------------|:---------------------:|
17-
| Maximum request rate per subscription | 50 requests per second |
19+
For Azure Maps queries per second limits, see [Azure Maps QPS rate limits](../articles/azure-maps/azure-maps-qps-rate-limits.md)
1820

19-
The following table shows the cumulative data size limit for Azure Maps accounts in an Azure subscription. The Azure Maps Data service is available only at the S1 pricing tier.
21+
The following table shows the cumulative data size limit for Azure Maps accounts in an Azure subscription. The Azure Maps Data service is available only at the Gen1 (S1) and Gen2 pricing tier.
2022

2123
| Resource | Limit |
22-
|----------------------------------------|:---------------------:|
24+
|----------------------------------------|:------:|
2325
| Maximum storage per Azure subscription | 1 GB |
2426
| Maximum size per file upload | 100 MB |
2527

26-
27-
For more information on the Azure Maps pricing tiers, see [Azure Maps pricing](https://azure.microsoft.com/pricing/details/azure-maps/).
28+
> [!NOTE]
29+
>
30+
> **Azure Maps Data service Retirement**
31+
>
32+
> The Azure Maps Data service (both [v1](/rest/api/maps/data) and [v2](/rest/api/maps/data-v2)) is now deprecated and will be retired on 9/16/24. The Azure Maps [Data Registry](/rest/api/maps/data-registry) service is replacing the Data service. For more information, see [How to create data registry](../articles/azure-maps/how-to-create-data-registries.md)

0 commit comments

Comments
 (0)