Azure Function App to serve as midddleware for a logon script solution for cloud managed devices.
- function-app contains the function app code that will be deployed to Azure
- logonscript contains the code that will be packaged and deployed via Intune
- tests contains the pester tests to be used for interactive testing OR ci/cd deployment
To develop and deploy the function app contained within this repository, please make sure you have the following reqs on your development environment.
- Visual Studio Code
- The Azure Functions Core Tools version 2.x or later. The Core Tools package is downloaded and installed automatically when you start the project locally. Core Tools includes the entire Azure Functions runtime, so download and installation might take some time.
- PowerShell 7 recommended.
- Both .NET Core 3.1 runtime and .NET Core 2.1 runtime.
- The PowerShell extension for Visual Studio Code.
- The Azure Functions extension for Visual Studio Code