Azure Logic App workflow failure

Aishwarya Bhat (INFOSYS LIMITED) 0 Reputation points
2023-04-13T04:46:32.2866667+00:00

We have Account creation request form on our portal and alias field on form validates the data from Azure logic app workflow by calling API call while filling up form we are getting incorrect alias warning even after alias is right. after inspecting we are getting below error :

  • Error: {"code":"WorkflowTriggerIsNotEnabled","message":"Could not execute workflow 'PROD-GetAzureADUsers' trigger 'manual' with state 'Disabled': trigger is not enabled."}  We are unable to see workfloe named "PROD-GetAzureADUsers" under Azure logic app. How can we see that workflow? what permission we needed to see that workflow?
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Zeeshan Nasir Bajwa 656 Reputation points Student Ambassador
    2023-04-17T06:26:40.2666667+00:00

    The error message indicates that the workflow trigger 'manual' with state 'Disabled' cannot be executed because the workflow 'PROD-GetAzureADUsers' is not enabled. The workflow might have been deleted or renamed. To see the workflow in Azure Logic Apps, you need to have sufficient permissions to access it. To check whether you have permission to access the workflow in Azure Logic Apps, you can follow these steps:

    1. Go to the Azure Portal and select the Azure Logic Apps resource that you want to check.
    2. Navigate to the Access control (IAM) tab.
    3. Check whether you have the necessary role assignments to access the workflow. If you don't have the necessary role assignments, contact your Azure administrator to grant you the required permissions. If you are still unable to see the workflow, it is possible that it was deleted or renamed. You can try searching for the workflow using the Azure Portal search bar or using the Azure Resource Explorer. If you are still unable to find the workflow, contact your Azure administrator or support for further assistance.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.