Skip to content

Commit 2380127

Browse files
committed
changed links to end-links, changed link to Q&A and improved grammar.
1 parent 1d9c371 commit 2380127

File tree

2 files changed

+47
-27
lines changed

2 files changed

+47
-27
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ Learn the details of how to migrate your Bing Maps application with these articl
169169
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
170170
[azure.com]: https://azure.com
171171
[Azure Active Directory authentication]: azure-maps-authentication.md#azure-ad-authentication
172-
[Azure Maps Q&A]: /answers/topics/azure-maps.html
172+
[Azure Maps Q&A]: /answers/topics/azure-maps.html
173173
[Azure support options]: https://azure.microsoft.com/support/options/
174174
[Azure Maps product page]: https://azure.com/maps
175175
[Azure Maps product documentation]: https://aka.ms/AzureMapsDocs
176176
[Azure Maps code samples]: https://aka.ms/AzureMapsSamples
177177
[Azure Maps developer forums]: https://aka.ms/AzureMapsForums
178178
[Microsoft learning center shows]: https://aka.ms/AzureMapsVideos
179-
[Azure Maps Blog]: https://aka.ms/AzureMapsBlog
179+
[Azure Maps Blog]: https://aka.ms/AzureMapsTechBlog
180180
[Azure Maps Feedback (UserVoice)]: https://aka.ms/AzureMapsFeedback

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

Lines changed: 45 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account] before you begi
2828
* A [subscription key]
2929

3030
> [!NOTE]
31-
> For more information on authentication in Azure Maps, see [manage authentication in Azure Maps].
31+
> For more information on authentication in Azure Maps, see [Manage authentication in Azure Maps].
3232
3333
## Azure Maps platform overview
3434

@@ -62,7 +62,7 @@ The table provides a high-level list of Azure Maps features, which correspond to
6262
| Maps Embedded API | N/A |
6363
| Map URLs | N/A |
6464

65-
<sup>1</sup> Azure Maps [Elevation services](/rest/api/maps/elevation) have been [deprecated](https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023). For more information how to include this functionality in your Azure Maps, see [Create elevation data & services](elevation-data-services.md).
65+
<sup>1</sup> Azure Maps [Elevation services] have been [deprecated]. For more information how to include this functionality in your Azure Maps, see [Create elevation data & services].
6666

6767
Google Maps provides basic key-based authentication. Azure Maps provides both basic key-based authentication and Azure Active Directory authentication. Azure Active Directory authentication provides more security features, compared to the basic key-based authentication.
6868

@@ -72,23 +72,22 @@ When migrating to Azure Maps from Google Maps, consider the following points abo
7272

7373
* Azure Maps charges for the usage of interactive maps, which is based on the number of loaded map tiles. On the other hand, Google Maps charges for loading the map control. In the interactive Azure Maps SDKs, map tiles are automatically cached to reduce the development cost. One Azure Maps transaction is generated for every 15 map tiles that are loaded. The interactive Azure Maps SDKs uses 512-pixel tiles, and on average, it generates one or less transactions per page view.
7474
* Often, it's more cost effective to replace static map images from Google Maps web services with the Azure Maps Web SDK. The Azure Maps Web SDK uses map tiles. Unless the user pans and zooms the map, the service often generates only a fraction of a transaction per map load. The Azure Maps web SDK has options for disabling panning and zooming, if desired. Additionally, the Azure Maps web SDK provides a lot more visualization options than the static map web service.
75-
* Azure Maps allows data from its platform to be stored in Azure. Also, data can be cached elsewhere for up to six months as per the [terms of use](https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46).
75+
* Azure Maps allows data from its platform to be stored in Azure. Also, data can be cached elsewhere for up to six months as per the [terms of use].
7676

7777
Here are some related resources for Azure Maps:
7878

79-
* [Azure Maps pricing page](https://azure.microsoft.com/pricing/details/azure-maps/)
80-
* [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/?service=azure-maps)
81-
* [Azure Maps term of use](https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46)
82-
(included in the Microsoft Online Services Terms)
83-
* [Choose the right pricing tier in Azure Maps](./choose-pricing-tier.md)
79+
* [Azure Maps pricing page]
80+
* [Azure pricing calculator]
81+
* [Choose the right pricing tier in Azure Maps]
82+
* [Azure Maps term of use] - included in the Microsoft Online Services Terms.
8483

8584
## Suggested migration plan
8685

8786
The following is a high-level migration plan.
8887

8988
1. Take inventory of the Google Maps SDKs and services that your application uses. Verify that Azure Maps provides alternative SDKs and services.
90-
2. If you don't already have one, create an Azure subscription at [https://azure.com](https://azure.com).
91-
3. Create an Azure Maps account ([documentation](./how-to-manage-account-keys.md)) and authentication key or Azure Active Directory ([documentation](./how-to-manage-authentication.md)).
89+
2. If you don't already have one, create an [Azure subscription].
90+
3. Create an [Azure Maps account] and [subscription key] or [Azure Active Directory authentication].
9291
4. Migrate your application code.
9392
5. Test your migrated application.
9493
6. Deploy your migrated application to production.
@@ -97,28 +96,26 @@ The following is a high-level migration plan.
9796

9897
To create an Azure Maps account and get access to the Azure Maps platform, follow these steps:
9998

100-
1. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
101-
2. Sign in to the [Azure portal](https://portal.azure.com/).
102-
3. Create an [Azure Maps account](./how-to-manage-account-keys.md).
103-
4. [Get your Azure Maps subscription key](./how-to-manage-authentication.md#view-authentication-details) or setup Azure Active Directory authentication for enhanced security.
99+
1. If you don't have an Azure subscription, create a [free account] before you begin.
100+
2. Sign in to the [Azure portal].
101+
3. Create an [Azure Maps account].
102+
4. Get your Azure Maps [subscription key] or [Azure Active Directory authentication] for enhanced security.
104103

105104
## Azure Maps technical resources
106105

107106
Here's a list of useful technical resources for Azure Maps.
108107

109-
- Overview: [https://azure.com/maps](https://azure.com/maps)
110-
- Documentation: [https://aka.ms/AzureMapsDocs](./index.yml)
111-
- Web SDK Code Samples: [https://aka.ms/AzureMapsSamples](https://aka.ms/AzureMapsSamples)
112-
- Developer Forums: [https://aka.ms/AzureMapsForums](/answers/topics/azure-maps.html)
113-
- Videos: [https://aka.ms/AzureMapsVideos](/shows/)
114-
- Blog: [https://aka.ms/AzureMapsBlog](https://aka.ms/AzureMapsBlog)
115-
- Tech Blog: [https://aka.ms/AzureMapsTechBlog](https://aka.ms/AzureMapsTechBlog)
116-
- Azure Maps Feedback (UserVoice): [https://aka.ms/AzureMapsFeedback](/answers/topics/25319/azure-maps.html)
117-
- [Azure Maps Jupyter Notebook](https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook)
108+
* [Azure Maps product page]
109+
* [Azure Maps product documentation]
110+
* [Azure Maps Web SDK code samples]
111+
* [Azure Maps developer forums]
112+
* [Microsoft learning center shows]
113+
* [Azure Maps Blog]
114+
* [Azure Maps Q&A]
118115

119116
## Migration support
120117

121-
Developers can seek migration support through the [forums](/answers/topics/azure-maps.html) or through one of the many Azure support options: [https://azure.microsoft.com/support/options](https://azure.microsoft.com/support/options)
118+
Developers can seek migration support through the [Azure Maps developer forums] or through one of the many [Azure support options].
122119

123120
## Clean up resources
124121

@@ -134,4 +131,27 @@ Learn the details of how to migrate your Google Maps application with these arti
134131
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
135132
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
136133
[free account]: https://azure.microsoft.com/free/
137-
[manage authentication in Azure Maps]: how-to-manage-authentication.md
134+
[Azure subscription]: https://azure.com
135+
[Azure portal]: https://portal.azure.com/
136+
[Manage authentication in Azure Maps]: how-to-manage-authentication.md
137+
[Azure Active Directory authentication]: azure-maps-authentication.md#azure-ad-authentication
138+
[terms of use]: https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46
139+
[Azure Maps pricing page]: https://azure.microsoft.com/pricing/details/azure-maps/
140+
[Azure pricing calculator]: https://azure.microsoft.com/pricing/calculator/?service=azure-maps
141+
[Azure Maps term of use]: https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46
142+
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
143+
144+
[Azure Maps product page]: https://azure.com/maps
145+
[Azure Maps product documentation]: https://aka.ms/AzureMapsDocs
146+
[Azure Maps Web SDK code samples]: https://aka.ms/AzureMapsSamples
147+
[Azure Maps developer forums]: https://aka.ms/AzureMapsForums
148+
[Microsoft learning center shows]: https://aka.ms/AzureMapsVideos
149+
[Azure Maps Blog]: https://aka.ms/AzureMapsBlog
150+
[Azure Maps Q&A]: https://aka.ms/AzureMapsFeedback
151+
152+
[Azure support options]: https://azure.microsoft.com/support/options
153+
154+
<!---------------------------------------------------->
155+
[Elevation services]: /rest/api/maps/elevation
156+
[deprecated]: https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023
157+
[Create elevation data & services]: elevation-data-services.md

0 commit comments

Comments
 (0)