Skip to content

Commit e026128

Browse files
author
Muhammad Sehgal (Aquent LLC)
committed
Minor tweaks
1 parent 8935411 commit e026128

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

articles/azure-maps/how-to-manage-authentication.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,9 @@ To learn more about Azure AD authentication and the Azure Maps Web SDK, see [Azu
9797

9898
Learn how to see the API usage metrics for your Azure Maps account:
9999
> [!div class="nextstepaction"]
100-
> [View usage metrics](how-to-view-api-usage.md)
100+
> [View usage metrics](how-to-view-api-usage.md)
101+
102+
For a list of samples showing how to integrate Azure Active Directory (AAD) with Azure Maps, see:
103+
104+
> [!div class="nextstepaction"]
105+
> [AAD authentication samples](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples)

articles/azure-maps/how-to-use-map-control.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ You can embed a map in a web page by using the Map Control client-side Javascrip
4040
<script src="node_modules/azure-maps-control/dist/atlas.min.js"></script>
4141
```
4242

43+
>[!Note]
44+
> Typescript definitions can be imported into your application by adding:
45+
> ```Javascript
46+
> import * as atlas from 'azure-maps-control';
47+
> ```
48+
4349
3. To render the map so that it fills the full body of the page, add the following `<style>` element to the `<head>` element.
4450
4551
```HTML
@@ -97,6 +103,8 @@ You can embed a map in a web page by using the Map Control client-side Javascrip
97103
</script>
98104
```
99105

106+
A list of samples showing how to integrate Azure Active Directory (AAD) with Azure Maps can be found [here](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples).
107+
100108
For more information, see the [Authentication with Azure Maps](azure-maps-authentication.md) document.
101109

102110
6. Optionally, you may find adding the following meta tag elements to the head of your page helpful:
@@ -216,4 +224,9 @@ To add more data to your map:
216224
> [Create a map](map-create.md)
217225
218226
> [!div class="nextstepaction"]
219-
> [Code samples](https://docs.microsoft.com/samples/browse/?products=azure-maps)
227+
> [Code samples](https://docs.microsoft.com/samples/browse/?products=azure-maps)
228+
229+
For a list of samples showing how to integrate Azure Active Directory (AAD) with Azure Maps, see:
230+
231+
> [!div class="nextstepaction"]
232+
> [AAD authentication samples](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples)

articles/azure-maps/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
href: supported-languages.md
5454
- name: Supported map styles
5555
href: supported-map-styles.md
56-
- name: Web SDK supported browsers
57-
href: supported-browsers.md
5856
- name: Zoom levels and tile grid
5957
href: zoom-levels-and-tile-grid.md
6058
- name: Mobility Service data structure
@@ -147,6 +145,8 @@
147145
href: map-get-information-from-coordinate.md
148146
- name: Show directions from A to B
149147
href: map-route.md
148+
- name: Web SDK supported browsers
149+
href: supported-browsers.md
150150
- name: Develop with the Android SDK
151151
items:
152152
- name: Getting started with Android map control

0 commit comments

Comments
 (0)