Skip to content

Commit b85482f

Browse files
authored
Merge pull request #112672 from hamiltonha/patch-14
Update quickstart for accessibility
2 parents e065b11 + 7eb91af commit b85482f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/quickstart-v2-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this quickstart, you use a code sample to learn how a JavaScript single-page
2323

2424
## Prerequisites
2525

26-
* Azure subscription - [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
26+
* Azure subscription - [Create an Azure subscription for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
2727
* [Node.js](https://nodejs.org/en/download/)
2828
* [Visual Studio Code](https://code.visualstudio.com/download) (to edit project files)
2929

@@ -163,7 +163,7 @@ After the browser loads the application, select **Sign In**. The first time that
163163
164164
### How the sample works
165165
166-
![How the sample app in this quickstart works](media/quickstart-v2-javascript/javascriptspa-intro.svg)
166+
![How the sample JavaScript SPA works: 1. The SPA initiates sign in. 2. The SPA acquires an ID token from the Microsoft identity platform. 3. The SPA calls acquire token. 4. The Microsoft identity platform returns an Access token to the SPA. 5. The SPA makes and HTTP GET request with the Acess Token to the Microsoft Graph API. 6. The Graph API returns an HTTP response to the SPA.](media/quickstart-v2-javascript/javascriptspa-intro.svg)
167167
168168
### msal.js
169169

0 commit comments

Comments
 (0)