Skip to content

Commit a429f1b

Browse files
authored
Merge pull request #206939 from khdownie/kendownie080422
adding API permissions
2 parents be4355f + cc8e0b4 commit a429f1b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/storage/files/storage-troubleshoot-windows-file-connection-problems.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshooting Azure Files problems in Windows. See common issues
44
author: khdownie
55
ms.service: storage
66
ms.topic: troubleshooting
7-
ms.date: 05/26/2022
7+
ms.date: 08/04/2022
88
ms.author: kendownie
99
ms.subservice: files
1010
ms.custom: devx-track-azurepowershell
@@ -542,5 +542,17 @@ az storage account keys renew \
542542

543543
---
544544

545+
## Set the API permissions on a newly created application
546+
547+
You can configure the API permissions from the [Azure portal](https://portal.azure.com).
548+
549+
1. Open **Azure Active Directory**.
550+
2. Select **App registrations** on the left pane.
551+
3. Select **All Applications**.
552+
4. Select the application with the name matching your storage account.
553+
5. Select **API permissions** in the left pane.
554+
6. Select **Add permissions** at the bottom of the page.
555+
7. Select **Grant admin consent for "DirectoryName"**.
556+
545557
## Need help? Contact support.
546558
If you still need help, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) to get your problem resolved quickly.

0 commit comments

Comments
 (0)