Open web browser with Azure Functions

aman wadhwa 1 Reputation point
2020-09-01T21:04:42.977+00:00

How can we define the start process in azure Functions.Is it possible to open a new browser/url by calling Azure function /API.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,801 Reputation points Microsoft Employee
    2020-09-01T23:53:22.097+00:00

    Hello @aman wadhwa - Azure Functions is a PaaS tier service that you can use to build your backend services. You can use javascript on your frontend application to open a new browser session/tab.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.