Skip to content

Commit dd4a9a1

Browse files
author
Jill Grant
authored
Update add-authentication.md
Alt text fixes
1 parent 3382ab6 commit dd4a9a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/static-web-apps/add-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In the last article, you created a `staticwebapp.config.json` file. This file [c
7474

7575
Once you open the site in your browser, the local authentication sign in page is displayed.
7676

77-
![A screen shot of the local authentication sign in page](./media/add-authentication/local-auth-page.png)
77+
![A screen shot of the local authentication sign in page.](./media/add-authentication/local-auth-page.png)
7878

7979
The local authentication sign in page provides an emulation of the real authentication experience without the need for external services. You can create a user ID and select which roles you'd like to apply to the user from this screen.
8080

@@ -100,7 +100,7 @@ Deploy your site in the same way as you did in the last tutorial.
100100

101101
The URL for your site is displayed once the deployment is finished. Select the site URL to open the site in the browser. The standard Microsoft Entra ID sign in page is displayed:
102102

103-
![ screen shot of the Microsoft authentication sign in page](./media/add-authentication/remote-auth-page.png)
103+
![Screen shot of the Microsoft authentication sign in page.](./media/add-authentication/remote-auth-page.png)
104104

105105
Sign in with your Microsoft account.
106106

@@ -109,4 +109,4 @@ Deploy your site in the same way as you did in the last tutorial.
109109
## Related content
110110

111111
* [Authentication and authorization](./authentication-authorization.yml)
112-
* [Custom authentication](./authentication-custom.md)
112+
* [Custom authentication](./authentication-custom.md)

0 commit comments

Comments
 (0)