Azure AI Studio Prompt Flow feature - resources and cost

Mithun 40 Reputation points
2024-05-30T08:25:23.65+00:00

I am currently exploring the Prompt Flow feature in Azure AI Studio and have below questions:

  1. Resource Creation: When we create a Prompt Flow in Azure AI Studio, could you please share which specific azure resources are generated as part of this process?
  2. Compute and Connection Resources: Can please clarify where the project, hub, compute, and connection resources for the Prompt Flow are located. Are all the resources associated with the Prompt Flow created within the same Azure resource group, or are they within Azure AI studio?
  3. Cost Breakdown: Could you please provide some reference information on the cost structure for using the Azure AI Prompt Flow feature? I'm interested in understanding any associated costs for compute, storage, and other relevant resources.
  4. Source Control Integration: How can we include the Prompt Flow in source control to manage and track changes effectively?
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,080 questions
0 comments No comments
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2024-05-30T12:09:31.6333333+00:00

    Mithun Greetings & Welcome to Microsoft Q&A forum!

    Please see below answers to your questions.

    Resource Creation: When we create a Prompt Flow in Azure AI Studio, could you please share which specific azure resources are generated as part of this process?

    When you create a Prompt Flow in Azure AI Studio, all the dependent resources based on the flow you are selecting will be created as part of this process such as

    • Azure Machine Learning workspace
    • Azure Storage account
    • Azure Container Registry
    • Azure Application Insights:
    • Azure Key Vault

    Compute and Connection Resources: Can please clarify where the project, hub, compute, and connection resources for the Prompt Flow are located. Are all the resources associated with the Prompt Flow created within the same Azure resource group, or are they within Azure AI studio?

    When you create a Prompt Flow in Azure AI Studio, all the resources associated with the Prompt Flow are created within the same Azure resource group.

    The flow code files are stored in a specific folder within your workspace file share storage.

    Cost Breakdown: Could you please provide some reference information on the cost structure for using the Azure AI Prompt Flow feature? I'm interested in understanding any associated costs for compute, storage, and other relevant resources.

    The cost of using the Azure AI Prompt Flow feature depends on several factors, including the type and size of the compute resources that you use, the amount of data that you process and store, and the specific Azure services that you use to support your Prompt Flow.

    Please see Plan and manage costs for Azure AI Studio for more details.

    Source Control Integration: How can we include the Prompt Flow in source control to manage and track changes effectively?

    See Get started with Azure AI Studio projects in VS Code (Preview) for more details.

    Also, check Prompt flow in Azure AI Studio to know more.

    Do let me know if that helps or have any other queries.


    If the response helped, please do click Accept Answer and Yes for was this answer helpful.

    Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.