Skip to content

Commit 56042af

Browse files
author
Scott Kang
committed
update migration guide for websdk v2
1 parent 90ce0ab commit 56042af

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

articles/azure-maps/web-sdk-migration-guide.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: The Azure Maps Web SDK v1 migration guide
2+
title: The Azure Maps Web SDK v1 and v2 migration guide
33
titleSuffix: Microsoft Azure Maps
4-
description: Find out how to migrate your Azure Maps Web SDK v1 applications to the most recent version of the Web SDK.
4+
description: Find out how to migrate your Azure Maps Web SDK v1 and v2 applications to the most recent version of the Web SDK.
55
author: sinnypan
66
ms.author: sipa
77
ms.date: 08/18/2023
88
ms.topic: how-to
99
ms.service: azure-maps
1010
---
1111

12-
# The Azure Maps Web SDK v1 migration guide
12+
# The Azure Maps Web SDK v1 and v2 migration guide
1313

14-
Thank you for choosing the Azure Maps Web SDK for your mapping needs. This migration guide helps you transition from version 1 to version 3, allowing you to take advantage of the latest features and enhancements.
14+
Thank you for choosing the Azure Maps Web SDK for your mapping needs. This migration guide helps you transition from version 1 and 2 to version 3, allowing you to take advantage of the latest features and enhancements.
1515

1616
## Understand the changes
1717

@@ -30,6 +30,13 @@ If you're using CDN ([content delivery network]), update the references to the s
3030
<script src="https://atlas.microsoft.com/sdk/js/atlas.min.js?api-version=1"></script>
3131
```
3232

33+
#### v2
34+
35+
```html
36+
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
37+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
38+
```
39+
3340
#### v3
3441

3542
```html
@@ -57,7 +64,7 @@ Comprehensive testing is essential during migration. Conduct thorough testing of
5764

5865
Consider a gradual rollout strategy for the updated version. Release the migrated version to a smaller group of users or in a controlled environment before making it available to your entire user base.
5966

60-
By following these steps and considering best practices, you can successfully migrate your application from Azure Maps WebSDK v1 to v3. Embrace the new capabilities and improvements offered by the latest version while ensuring a smooth and seamless transition for your users. For more information, see [Azure Maps Web SDK best practices].
67+
By following these steps and considering best practices, you can successfully migrate your application from Azure Maps WebSDK v1 and v2 to v3. Embrace the new capabilities and improvements offered by the latest version while ensuring a smooth and seamless transition for your users. For more information, see [Azure Maps Web SDK best practices].
6168

6269
## Next steps
6370

@@ -72,5 +79,6 @@ Learn how to add maps to web and mobile applications using the Map Control clien
7279
[Manage Authentication in Azure Maps]: how-to-manage-authentication.md
7380
[npm]: https://www.npmjs.com/package/azure-maps-control
7481
[release notes]: release-notes-map-control.md
82+
[Microsoft Entra authentication]: ../active-directory/fundamentals/active-directory-whatis.md
7583
[Shared Key Authentication]: how-to-secure-sas-app.md
7684
[Use the Azure Maps map control]: how-to-use-map-control.md

0 commit comments

Comments
 (0)