Share via

Using https://github.com/pnp/pnpcore for a new project, is it s right appraoch, and what are the Microsoft alternatives for it

john john 1,031 Reputation points
2023-02-16T22:07:37.85+00:00

We want to start a new project now we are planning to develop it using those technologies:-

  1. Azure Functions
  2. This library https://github.com/pnp/pnpcore

so is this a right appraoch to use this open source library https://github.com/pnp/pnpcore ? and what is the Microsoft provider technology which can offer similar functionalities to https://github.com/pnp/pnpcore which is not open source?? Thanks

Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 40,496 Reputation points Microsoft External Staff
    2023-02-17T02:33:39.6266667+00:00

    Hi @john john

    Azure Functions allows you to implement your system's logic as event-driven, readily available blocks of code. These code blocks are called "functions". You can use C#, Java, JavaScript, Powershell, Python etc to create Azure Function.

    For the steps, you can refer to the following document

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-get-started?pivots=programming-language-csharp


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

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