Skip to main content

Posts Tagged ‘Azure Function’

Istock 536316429

Enabling OpenAPI Specifications for Azure Function

What is an OpenAPI Document ? According to Swagger – OpenAPI Document is a document (or set of documents) that defines or describes an API. An OpenAPI definition uses and conforms to the OpenAPI Specification. “The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover […]

SharePoint Online Timer Jobs with Azure functions Using PnP – Part 2

Overview This post is the second part of the blog about creating SharePoint timer job with CSOM PnP code, using Azure Functions. In this part, you will see how to create the Azure Function and Connect to SharePoint Online with Application Credentials. The source code of the demo project is available at the following location. […]