Sharepoint Online App Part development

Chocolate Eater 116 Reputation points
2020-08-10T16:31:33.46+00:00

Hi, everyone.

I am an experienced developer but completely new to Sharepoint Online development. Could anyone help me out with some to-the-point resources I could have a look at to get started and rapidly solve my current problem?

I have developed some Azure Functions that return JSON-data to the caller. I am planning on using Azure API Management to expose the functions, which will have to be secured by my organizations Azure AD to only allow calling from authenticated users. The username of the caller is a parameter in the GET to the Azure Functions.

The data is to be presented in an app part/frame on some pages of our corporate Intranet. Probably by a simple table, but more fancy charting may also be desirable.

Would really appreciate any advice on how to get started. My apologies if the terminology of Sharepoint stuff is not correct, hope I still managed to get my use case through.

Best regards,
Chocolate Eater

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,752 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,263 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,622 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,573 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jerryzy 10,566 Reputation points
    2020-08-11T02:13:51.5+00:00

    Hi @Chocolate Eater ,

    In ShaerPoint Online, I suggest you can use SharePoint Framework to call Azure Function, you can learn about SharePoint Framework with the official document below for a start:

    Overview of the SharePoint Framework

    And here are some samples to call Azure Function Data inside SharePoint Framework solution:

    SPFx: Calling AAD secured Azure Function on behalf of a user with AadHttpClient

    SharePoint Framework - Call Azure Function

    0 comments No comments

0 additional answers

Sort by: Most helpful