Skip to content

Create Function App

Gunjan Datta edited this page Oct 16, 2025 · 2 revisions

This solution will utilize an Azure Function App to run PowerShell for changes to a SharePoint Site.

Create Application Registration

Create Azure Function App

1. Create Resource

Access Microsoft Azure and create a resource.

Create Resource

2. Create Function App

Search for function app, and select Function App after clicking on the Create button.

Create Function App

3. Select Consumption Plan

Select Consumption and then Select. The default Flex Consumption plan will not create the default files we need for this solution.

Consumption Plan

4. Configure Function App

Fill in the required sections and then click on Review + Create.

Configure Function App

Clone this wiki locally