Skip to content

Commit bab722f

Browse files
author
Scott Kang
committed
update reference to sdk versions
1 parent ffacb94 commit bab722f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-maps
1111

1212
# 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 and 2 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 v1 and v2 to v3, allowing you to take advantage of the latest features and enhancements.
1515

1616
## Understand the changes
1717

@@ -21,7 +21,7 @@ Before you start the migration process, it's important to familiarize yourself w
2121

2222
### CDN
2323

24-
If you're using CDN ([content delivery network]), update the references to the stylesheet and JavaScript within the `head` element of your HTML files.
24+
If you're using CDN ([content delivery network]), update the references to the [v3](#v3) stylesheet and JavaScript within the `head` element of your HTML files.
2525

2626
#### v1
2727

@@ -54,7 +54,7 @@ npm install azure-maps-control@latest
5454

5555
## Review authentication methods (optional)
5656

57-
To enhance security, more authentication methods are included in the Web SDK starting in version 2. The new methods include [Microsoft Entra authentication] and [Shared Key Authentication]. For more information about Azure Maps web application security, see [Manage Authentication in Azure Maps].
57+
To enhance security, more authentication methods are included in the Web SDK starting in v2. The new methods include [Microsoft Entra authentication] and [Shared Key Authentication]. For more information about Azure Maps web application security, see [Manage Authentication in Azure Maps].
5858

5959
## Testing
6060

@@ -64,7 +64,7 @@ Comprehensive testing is essential during migration. Conduct thorough testing of
6464

6565
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.
6666

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].
67+
By following these steps and considering best practices, you can successfully migrate your application from Azure Maps Web SDK 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].
6868

6969
## Next steps
7070

0 commit comments

Comments
 (0)