Christos Matskas
Christos Matskas
Hi, I have a .NET 7 Razor Page app. When I try to authenticate a user I get the following exception: ``` ArgumentException: Could not extract the token id as...
Added missing steps and updated the terminology to match the current B2C UI
I was testing the `funcpack pack --uglify ./` command with a simple HTTPTrigger function that consumes lodash and moment.js. The uglify command fails with the following error message: ``` c:\Projects\test>funcpack...
@bradygaster Apart from creating KVs, we should be able to use AVTS to interact with KV data. most of the code for this work is here: https://github.com/cmatskas/azure-keyvault-node/blob/master/kvservice.js. I could bring...
There is no API for creating DocDB Accounts but we can use the API to create Databases/Collections and documents Another solution would be to create a DocDB account using the...
Hi, we use the rich text editor in a wizard where each step is a div whose visibility is toggled depending on the wizard progress. When first toggling the div...
Added latest nuget packages and updated code based on the most recent asp.net site samples.