Azure-Samples / active-directory-b2c-advanced-policies

Sample for use with Azure AD B2C with Custom Policies.
http://aka.ms/aadb2ccustom
MIT License
218 stars 143 forks source link

Unable to stream to B2C user journey recorder at https://b2crecorder.azurewebsites.net #33

Open danistrebel opened 6 years ago

danistrebel commented 6 years ago

When following the tutorial at https://github.com/Azure-Samples/active-directory-b2c-advanced-policies/blob/master/Documentation/Features%20part%205.md#using-the-user-journey-recorderplayer I am not able to retrieve any logs regarding my GUID.

I tried to debug and made a POST request against https://b2crecorder.azurewebsites.net/stream?id=XXX and got the error message:

System.IO.IOException: There is not enough space on the disk.
monty-dev commented 6 years ago

Daniel, Although your issue is valid, I recommend you deploy your own version of the B2C recorder by deploying that VS solution to an Azure Web App. This is fairly straightforward and will get you unblocked.