Search code examples
azureoffice365azure-logic-appsazure-logic-app-standard

Azure Logic App - Outlook Password change


I have to create a workflow using standard Azure Logic App.

Workflow has been created on the trigger - "When a new email arrives". Outlook connector has been configured and workflow is executed as expected.

But as per password policy, password has to be change in every 30 days. Is there any way to automatically update (using key vault secret and Azure logic app parameter) the password or do we need to manually update the password.

Thanks in advance.


Solution

  • I ran into similar issue recently and it looks like we need to manually authorize the o365 connectors again in case of any changes to the creds.

    It is recommended to use an service account which is free from password changes mostly so you won't end up here.

    When you want to update password for service account, plan it along with your deployment so you redeploy your connector with updated creds.