Upgrading Policy Agent Function

Upgrade Policy Agent Runtime Package

  1. From Azure console, navigate to Function App service and select agent function app. Navigate to Settings > Environment variables.

  2. Click on WEBSITE_RUN_FROM_PACKAGE configuration entry.

  3. Save existing URL. You may need it to rollback upgrade.

    WEBSITE_RUN_FROM_PACKAGE: _______________

  4. Replace URL with New Agent Function Blob URL.

  5. Click Apply then select Apply and Confirm to finalize.

  6. Using menu on the left, navigate to Overview. Stop the function using Stop button at the top. Then start it again.

  7. In the next section the Agent function will be tested to make sure it works as expected.

  8. (Optional) If you need to rollback to older version of Agent Function, replace WEBSITE_RUN_FROM_PACKAGE with URL recorded in previous steps.


Last modified : April 21, 2026