Skip to content

Commit 011c605

Browse files
committed
Add sitename to MSI specialization payload.
Will be used by token service sidecar
1 parent cc5b0a6 commit 011c605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebJobs.Script.WebHost/Models/MSIContext.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ namespace Microsoft.Azure.WebJobs.Script.WebHost.Models
77
{
88
public class MSIContext
99
{
10+
public string SiteName { get; set; }
11+
1012
public string MSISecret { get; set; }
1113

1214
public IEnumerable<ManagedServiceIdentity> Identities { get; set; }

0 commit comments

Comments
 (0)