diff --git a/.gitignore b/.gitignore index d432aa9..1217dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ .vscode/launch.json .vscode/ipch .ipynb_checkpoints +/node_modules diff --git a/3-transport/lessons/3-visualize-location-data/README.md b/3-transport/lessons/3-visualize-location-data/README.md index 34c5bd4..a9f03e4 100644 --- a/3-transport/lessons/3-visualize-location-data/README.md +++ b/3-transport/lessons/3-visualize-location-data/README.md @@ -51,7 +51,7 @@ Your first step is to create an Azure Maps account. The easiest way to do this i 1. The service will deploy and you can visit it by clicking 'Go to resource' in the next screen. -2. Navigate to your new Azure Maps Account Authentication screen. Here, you discover that you have two ways to authenticate your maps in a web app: using Active Directory (AD) or 'Shared Key Authentication', also known as Subscription Key. We'll use the latter, for simplicity. Copy the Primary Key value and make a note of it! +1. Navigate to your new Azure Maps Account Authentication screen. Here, you discover that you have two ways to authenticate your maps in a web app: using Active Directory (AD) or 'Shared Key Authentication', also known as Subscription Key. We'll use the latter, for simplicity. Copy the Primary Key value and make a note of it! ✅ You will be able to rotate and swap keys at will using the Shared Keys; switch your app to use the Secondary Key while rotating the Primary Key if needed. diff --git a/3-transport/lessons/3-visualize-location-data/code/index.html b/3-transport/lessons/3-visualize-location-data/code/index.html index da2c304..0fcf9b2 100644 --- a/3-transport/lessons/3-visualize-location-data/code/index.html +++ b/3-transport/lessons/3-visualize-location-data/code/index.html @@ -7,6 +7,8 @@