Skip to content

Commit e22bc20

Browse files
Merge pull request #216520 from MicrosoftDocs/99aad6f1-68ed-4571-b2b6-5f0c9f07d53d_82
[METADATA UPDATE] Global metadata changes
2 parents 4e15fd1 + 6163c03 commit e22bc20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/app-service-run-from-package-via-identity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
author: mattchenderson
3-
ms.service: app-service-web
3+
ms.service: app-service
44
ms.topic: include
55
ms.date: 06/11/2021
66
ms.author: mahender
7+
ms.subservice: web-apps
78
---
89

910
Azure Blob Storage can be configured to [authorize requests with Azure AD](../articles/storage/blobs/authorize-access-azure-active-directory.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json). This means that instead of generating a SAS key with an expiration, you can instead rely on the application's [managed identity](../articles/app-service/overview-managed-identity.md). By default, the app's system-assigned identity will be used. If you wish to specify a user-assigned identity, you can set the `WEBSITE_RUN_FROM_PACKAGE_BLOB_MI_RESOURCE_ID` app setting to the resource ID of that identity. The setting can also accept "SystemAssigned" as a value, although this is the same as omitting the setting altogether.

0 commit comments

Comments
 (0)