Skip to content

Environmental setup for Function App

Function App is used to fetches the time triggered data from the azure portal and insert it into the CloudCADI application.It is done using the "Cloud Account Id" and "Key" which we created during the CloudCADI Application Onboarding Process.

prerequisites

  • Cloud Account Id
  • Key

Steps for Function App Setup:

Open the 'Function App' which gets created during the managed app creation.

Setting Section

  • Click on the "Environment variables" tab which is under the settings section.
  • Under the App Settings add the details below.
  • Name= ENDPOINT / Value= https://<App service URL>
  • Name= CLOUD_ACCOUNT_ID / Value= <Your cloud account Id from onboarding process>
  • Name= KEY / Value= Your KEY from onboarding process
  • Name= FILE_PARTITION / Value= true
  • Click on "Apply" on the bottom to save the configuration.

CloudCADI Function App Environmental Configuration