Create a JavaScript function in Microsoft Azure using Visual Studio Code

  • Release version: Xanadu
  • Updated January 30, 2025
  • 1 minute to read
  • To use Power Virtual Agents with Virtual Agent Bot Interconnect, you must create a JavaScript function in Microsoft Azure using the sample code files in Bot Interconnect.

    Before you begin

    You will need a Microsoft Azure account.

    Role required: admin

    Procedure

    1. Sign into Microsoft Azure and create a JavaScript function.
      This involves configuring your environment and creating a local project. Refer to the Microsoft documentation for details.
    2. Go to Create an Azure Function for Microsoft Power Virtual Agents as Secondary bot with ServiceNow Bot Interconnect setup (KB1112368), and then do the following:
      You need to login to the Support portal to access the knowledge article.
      1. Copy the code in the index.txt file in the Attachments section into the index.js file in your Azure project.
      2. Cope in the attached function.txin the Attachments section t file into the function.json file in your Azure project.
      3. Save both files.
    3. Install the request-promise libraries.
      1. In a command line window, change directories to the folder where you created the Azure project.
        For example, enter cd DemoAzureFunction.
      2. At the prompt, enter: npm install --save request
      3. At the prompt, enter: npm install --save request-promise

      The dependencies are added to the package.json file in your project.

      The request and request-promise libraries are included as dependencies in your project, as "request" and "request-promise."

    4. Deploy the project to Azure as described in the Microsoft documentation.
    5. From the Azure portal, navigate to All Resources.
    6. Select the name of the function app that you've created.
    7. On the Overview page, select the function you've created in the Functions tab, and copy the function URL from the Get function URL option.

      The Azure function URL will be used as the secondary bot endpoint in your ServiceNow instance.

      Copy the function URL in the Get Function URL subtab of the selected function. The example reads, "https://appname.azurewebsites.net."