Azure AI Studio keep getting "Flow is missing" when deploying prompt flow.

woodymoo 321 Reputation points
2025-01-13T02:35:27.16+00:00

User's image

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,578 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,071 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Shikha Ghildiyal 3,255 Reputation points Microsoft Employee
    2025-01-13T04:58:56.1433333+00:00

    Hi woodymoo ,

    Thanks for reaching out to Microsoft Q&A.

    There are possible reasons for this issue:

    If public access to your storage account is disabled, you must ensure access by either adding your IP to the storage firewall or enabling access through a virtual network that has a private endpoint connected to the storage account.

    Screenshot that shows firewall setting on storage account.

    There are some cases, the account key in datastore is out of sync with the storage account, you can try to update the account key in datastore detail page to fix this.

    Screenshot that shows datastore with wrong account key.

    If you're using Azure AI Foundry, the storage account needs to set CORS to allow Azure AI Foundry access the storage account, otherwise, you see the flow missing issue. You can add following CORS settings to the storage account to fix this issue.

    • Go to storage account page, select Resource sharing (CORS) under settings, and select to File service tab.
      • Allowed origins: https://mlworkspace.azure.ai,https://ml.azure.com,https://*.ml.azure.com,https://ai.azure.com,https://*.ai.azure.com,https://mlworkspacecanary.azure.ai,https://mlworkspace.azureml-test.net
        • Allowed methods: DELETE, GET, HEAD, POST, OPTIONS, PUT
        Screenshot that shows Resource sharing config of storage account.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


  2. Kumar, Ashwin Ganesh 1 Reputation point
    2025-01-14T15:33:26.9433333+00:00

    I also had the same issue. I was just playing and i found a way, so what i did is :

    1. i went to the storage
    2. selected Access Control(IAM)
    3. Add role assignment
    4. I selected Azure Ai administrator
    5. Managed identity
    6. Select Members
    7. All system assigned managed identities
    8. And selected the project & azure search

    After this when I go to my azure foundry portal and click my prompt flow, I was able to open it.

    I don't think this is best practice, but this seemed to do the trick for me. shot1

    shot2

    shot3

    et Voilashot4

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


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.