-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set UserJourneyRecorderEndpoint
for use with journey recorder
#44
Comments
The use of a HTTP endpoint for You must use Application Insights for the user journey recording. You can read more about this in the Azure Active Directory B2C: Collecting Logs article. |
Thank you for guidance. I have been using Application Insights but the trace messages get truncated at 32K character limit as mentioned in data model
|
How silly. Perhaps un-deprecate it? It's surely not a technological hurdle to fire the same payload at an arbitrary HTTP endpoint. Or send AI telemetry in a more granular, sensible fashion? |
This is really painful during development. First that truncation issue and secondly even in development mode App Insights take ages (at times) to show the data. It would be really nice to allow the possibility to setup your own telemetry service (any https endpoint from where one can setup serilog/logstash etc) to speedup the development process. Current solution is a real productivity killer and frustrating. |
I am following the document from Setup User Journey Recorder - B2C which mentions to change
UserJourneyRecorderEndpoint
attribute ashttps://<mycustomweb>.azurewebsites.net/stream?id=1a6bee1c-2d3f-4a95-a6a4-440a2c61d336
I have already set
DeploymentMode="Development"
but on uploading the policy file I get the following error.The web app is already deployed. I have also tested with my custom policies and out of the box starter pack policies but get the same error every time.
The text was updated successfully, but these errors were encountered: