You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/assign-roles-microsoft-graph.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: "Tutorial: Assign Azure Static Web Apps roles with Microsoft Graph"
2
+
title: "Tutorial: Assign Azure Static Web Apps roles with Microsoft Graph (preview)"
3
3
description: Learn to use a serverless function to assign custom user roles based on Entra ID group membership.
4
4
services: static-web-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-static-web-apps
7
7
ms.topic: tutorial
8
-
ms.date: 06/13/2024
8
+
ms.date: 12/13/2024
9
9
ms.author: cshoe
10
10
keywords: "static web apps authorization, assign user roles, custom roles"
11
11
---
12
12
13
-
# Tutorial: Assign custom roles with a function and Microsoft Graph
13
+
# Tutorial: Assign custom roles with a function and Microsoft Graph (preview)
14
14
15
15
This article demonstrates how to use a function to query [Microsoft Graph](https://developer.microsoft.com/graph) and assign custom roles to a user based on their Entra ID group membership.
0 commit comments