Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 779 Bytes

apiAzureFunctions.md

File metadata and controls

14 lines (10 loc) · 779 Bytes

API folder - Azure Functions

The "api" folder contains all Azure Functions that will be deployed with the web application. In this folder you'll find several files:

  • package.json: if you want to add dependencies for your AF or update the existing ones
  • utils folder: to centralize utility files
  • Azure Functions: one folder must be created for each Azure Function (e.g. GetEmbedInfo)

GetEmbedInfo

This Azure Function is only necessary when using the service account mode to access PowerBI reports. If your webapp is configured to use the connected user identity, then you do not need to use this Azure Function. See the PowerBI configuration documentation for more details.