question

omerkhalid avatar image
omerkhalid asked

Unable to locally debug playstream event trigerred cloudscript (azure functions)

I am able to locally debug my cloudscript functions perfectly. But when i fire an azure function based on a playstream event, it doesn't hit the local debug point

CloudScriptPlayStream
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

An event-triggered Cloud Script/Azure Function is implemented on the Azure portal, which doesn’t support local debugging.

I assume you are looking for a remote debugging method. According to my experience, it should be supported by Visual Studio:

Under Cloud Explorer--> Under Functions--we have 'Attach Debugger' option.

However, this is an Azure Function specific question, and I am not an expert on it. For more information, you may find dedicated help from Azure support channel.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.