Skip to content

markkerry/Serverless-LAPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless LAPS

cover

Automatically create and recycle unique local admin passwords using Azure Functions, Key Vault and Proactive Remediations.

Find more information at markkerry.github.io - Serverless LAPS Azure Function and Proactive Remediation


Based on the great solution created by John Seerden. Other really nice Serverless LAPS blogs can be found below:

And creating and deploying Azure Functions by Serverless on Azure YouTube channel.


My Slight Variation

In my guide I did the following:

  • Create the Azure resources with Azure CLI
  • Create and deploy the Azure Function using Azure Functions Core Tools
  • Used a MEM Endpoint Analytics Proactive Remediation to manage the recycling of the admin password

My take on it (based on John Sneerden's solution) looks as follows:

SLAPS