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/storage/files/authorize-oauth-rest.md
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Authorize admin-level read and write access to Azure file shares an
4
4
author: khdownie
5
5
ms.service: azure-file-storage
6
6
ms.topic: conceptual
7
-
ms.date: 05/08/2024
7
+
ms.date: 02/26/2025
8
8
ms.author: kendownie
9
9
ms.custom: devx-track-azurepowershell
10
10
---
@@ -88,7 +88,7 @@ An advantage of the Azure Identity client library is that it enables you to use
88
88
89
89
The access token returned by the Azure Identity client library is encapsulated in a token credential. You can then use the token credential to get a service client object to use in performing authorized operations against the Azure Files service.
90
90
91
-
Here's some sample code:
91
+
The following code example shows how to authorize a client object using Microsoft Entra ID and perform operations at the directory and file level. This example assumes that the file share already exists.
0 commit comments