Run From Package Mode
Hosted clients get set to Run From Package mode automatically.
If you choose to sponsor and use the CyberDrain hosted version, you can skip this step.
Go to the Azure portal and find your resource group. Click on the Function App
Click on Function app Configuration or
Settings
-> Environment Variables depending on your version of the Azure Portal.Click on "New Application Setting" or
Add
Add an application setting with the name
WEBSITE_RUN_FROM_PACKAGE
and the value1
Click Save or
Apply
Click on Deployment Center (or Deployment -> Deployment Center)
Click on "Disconnect" and then click OK to confirm the disconnection.
Select the source "Github"
Login if required
Select the Organisation, Repository, and Branch you want for your CIPP-API. Leave the "WorkFlow Option" at the default radio button of "Add a workflow".
Select "Basic Authentication" under authentication type. Microsoft currently cannot use Identity based authentication.
Click on "Add a worklow". Do not change any other settings.
Click save at the top.
Restart the Function App
Last updated