We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5b0a6 commit 011c605Copy full SHA for 011c605
src/WebJobs.Script.WebHost/Models/MSIContext.cs
@@ -7,6 +7,8 @@ namespace Microsoft.Azure.WebJobs.Script.WebHost.Models
7
{
8
public class MSIContext
9
10
+ public string SiteName { get; set; }
11
+
12
public string MSISecret { get; set; }
13
14
public IEnumerable<ManagedServiceIdentity> Identities { get; set; }
0 commit comments