Azure and Node JS and pop up messages

Nigel Wright 291 Reputation points
2021-10-28T23:53:59.06+00:00

I am using Node JS with Azure.
Locally I can use the alert function to display helpful short messages.
Once uploaded to Azure the alert function no longer works.
Is there any way around this or do I just have to code with out pop ups ?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,855 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 22,241 Reputation points Microsoft Employee
    2021-11-02T13:05:10.457+00:00

    69673825, Apologies for the delay in responding from over the weekend.

    I think you mean nodejs server side. In case of server side you can’t have pop ups, you could write to the console with console.log(), console.error() or console.warn() functions.

    Those logs could also be redirected from the stdout to the Azure App Service Log Stream, to Blob Storage or to Log Analytics workspace.

    If you still have questions, kindly do provide some more details about your setup/scenario so we can better assist you.

    0 comments No comments