Skip to content

This repository contains Azure functions for Azure subscription automation/management.

Notifications You must be signed in to change notification settings

raffertyuy/RazAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RazAutomation

This repository contains Azure functions (Powershell, Windows OS) for Azure subscription automation/management.

As recommended by Microsoft SFI, this Azure function uses WEBSITE_RUN_FROM_PACKAGE = URL, which requires deployment to be taken care of manually. Client tooling that relies on WEBSITE_RUN_FROM_PACKAGE = 1 will not work.

  • You cannot use Core Tools' func azure functionapp publish ... command.
  • You cannot use AZ CLI's az functionapp deployment source config-zip ... command.
  • You cannot use VS or VS Code's UI to deploy.
  • You'll have to use AZ commands instead of the ADO Task, AzureFunctionApp@1/2.
  • You'll have to use AZ commands instead of the GH Action, Azure/functions-actions@v1.

About

This repository contains Azure functions for Azure subscription automation/management.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published