alexeymarkov
alexeymarkov
I have a collection where partition key is not really/always used. Some documents do not have partition key value. But New-CosmosDbDocument does not allow to create documents without specifying a...
ClaimsPrincipalAuthorization requires ClaimsPrincipal which is not resolved for AuthorizationLevel.Anonymous. As a consequence ClaimsPrincipal null is passed to ClaimsPrincipalAuthorization: Change ` {{#if ValidatesToken}} if (req.Headers["{{TokenHeader}}"].Count == 0) { return new UnauthorizedResult();...
Hi, I faced out with a problem returning a JObject as response from HTTP Trigger functions. Json.net ignore any serialization settings when serializing JObject (in my case JObject comes from...
…endently of a successful build
….Management You can also now remove AzureSignalRAuthClient class as it is not used anymore. Maybe move a content of FunctionMonkey.SignalR to FunctionMonkey...
This will add a description from XML comments to route parameters
Hi, I can build everything locally in VS but the build fails on DevOps / TFS with the error: C:\WINDOWS\ServiceProfiles\NetworkService\.nuget\packages\functionmonkey.compiler\4.0.44-beta.4\build\netstandard1.0\FunctionMonkey.Compiler.targets(45,20): Error MSB4064: The "InputAssemblyPath" parameter is not supported by the...
Hi James, Have you thought about adding a support of multiple output bindings? Imagine, in a POST/PUT/DELETE http function would like to - return a json - post a message...
Please replace the commented line in AddFunctionMonkeyClaimsPrincipal by `services.AddTransient(s => s.GetRequiredService().HttpContext.ClaimsPrincipal);`
Hi James, I found in the MS implementation that the default access token lifetime is 1 hour: [ServiceOptions.cs](https://github.com/Azure/azure-signalr/blob/dev/src/Microsoft.Azure.SignalR/ServiceOptions.cs) [Constants.cs](https://github.com/Azure/azure-signalr/blob/dev/src/Microsoft.Azure.SignalR.Common/Constants.cs) ` // Default access token lifetime public static readonly TimeSpan DefaultAccessTokenLifetime...