Skip to content

Commit b71e9e2

Browse files
committed
build warning fixes
1 parent 0431d0e commit b71e9e2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/static-web-apps/assign-roles-microsoft-graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ In this tutorial, you learn to:
1919
- Deploy a static web app.
2020
- Create an Azure Active Directory app registration.
2121
- Set up custom authentication with Azure Active Directory.
22-
- Configure a [serverless function](authentication-authorization.md?tabs=function#role-management) that queries the user's Active Directory group membership and returns a list of custom roles.
22+
- Configure a [serverless function](authentication-custom.md#manage-roles) that queries the user's Active Directory group membership and returns a list of custom roles.
2323

2424
> [!NOTE]
25-
> This tutorial requires you to [use a function to assign roles](authentication-authorization.md?tabs=function#role-management). Function-based role management is currently in preview.
25+
> This tutorial requires you to [use a function to assign roles](authentication-custom.md#manage-roles). Function-based role management is currently in preview.
2626
2727
## Prerequisites
2828

articles/static-web-apps/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ In addition to IP address blocks, you can also specify [service tags](../virtual
353353

354354
## Authentication
355355

356-
* [Default authentication providers](authentication-authorization.md#login), don't require settings in the configuration file.
356+
* [Default authentication providers](authentication-authorization.md#set-up-sign-in), don't require settings in the configuration file.
357357
* [Custom authentication providers](authentication-custom.md) use the `auth` section of the settings file.
358358

359359
For details on how to restrict routes to authenticated users, see [Securing routes with roles](#securing-routes-with-roles).

articles/static-web-apps/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ sections:
157157
- question: |
158158
How many users can log in to my static web app?
159159
answer:
160-
Static Web Apps doesn't have a limit on the number of users that can log in to your app. You can assign custom roles to up to 25 users using the built-in invitations system. If you need to assign custom roles to more users, you can use an [API function to programmatically assign roles](authentication-authorization.md?tabs=function#role-management).
160+
Static Web Apps doesn't have a limit on the number of users that can log in to your app. You can assign custom roles to up to 25 users using the built-in invitations system. If you need to assign custom roles to more users, you can use an [API function to programmatically assign roles](authentication-custom.md#manage-roles).
161161
162162
- question: |
163163
How do I use the retrieve a user's access token or claims from the identity provider?
164164
answer: |
165-
You can retrieve the user's access token and claims when you use an [API function for role management](authentication-authorization.md?tabs=function#role-management).
165+
You can retrieve the user's access token and claims when you use an [API function for role management](authentication-custom.md#manage-roles).
166166
167167
- question: |
168168
Am I limited to using a single identity provider?

articles/static-web-apps/plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Azure Static Web Apps is available through two different plans, Free and Standar
2727
| Custom domains | 2 per app | 5 per app |
2828
| APIs via Azure Functions | Managed | Managed or<br>[Bring your own Functions app](functions-bring-your-own.md) |
2929
| Authentication provider integration | [Pre-configured](authentication-authorization.md)<br>(Service defined) | [Custom registrations](authentication-custom.md) |
30-
| [Assign custom roles with a function](authentication-authorization.md?tabs=function#role-management) | - ||
30+
| [Assign custom roles with a function](authentication-custom.md#manage-roles) | - ||
3131
| Private endpoints | - ||
3232
| [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/app-service-static/v1_0/) | None ||
3333

articles/static-web-apps/quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following quotas exist for Azure Static Web Apps.
2424
| Custom domains | 2 per app | 5 per app |
2525
| Allowed IP ranges | Unavailable | 25 |
2626
| Authorization (built-in roles) | Unlimited end-users that may authenticate with built-in `authenticated` role | Unlimited end-users that may authenticate with built-in `authenticated` role |
27-
| Authorization (custom roles) | Maximum of 25 end-users that may belong to custom roles via [invitations](authentication-authorization.md?tabs=invitations#role-management) | Maximum of 25 end-users that may belong to custom roles via [invitations](authentication-authorization.md?tabs=invitations#role-management), or unlimited end-users that may be assigned custom roles via [serverless function](authentication-authorization.md?tabs=function#role-management) |
27+
| Authorization (custom roles) | Maximum of 25 end-users that may belong to custom roles via [invitations](authentication-custom.md#manage-roles) | Maximum of 25 end-users that may belong to custom roles via [invitations](authentication-custom.md#manage-roles), or unlimited end-users that may be assigned custom roles via [serverless function](authentication-custom.md#manage-roles) |
2828
| Request Size Limit | 30 MB | 30 MB |
2929

3030
## GitHub storage

0 commit comments

Comments
 (0)