Skip to content

Commit

Permalink
Update e2e_llmops_with_promptflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeOmor committed Sep 12, 2023
1 parent f5fe40c commit ea7ef74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/e2e_llmops_with_promptflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ Before you can set up an Prompt flow project with Machine Learning, you need to
1. Add each of the following additional GitHub secrets using the corresponding values from the service principal output as the content of the secret:
- **GROUP**: \<Resource Group Name\>
- **WORKSPACE**: \<Azure ML Workspace Name\>
- **SUBSCRIPTION_ID**: \<Subscription ID\>
- **SUBSCRIPTION**: \<Subscription ID\>

|Variable | Description |
|---------|---------|
|GROUP | Name of resource group |
|SUBSCRIPTION_ID | Subscription ID of your workspace |
|SUBSCRIPTION | Subscription ID of your workspace |
|WORKSPACE | Name of Azure Machine Learning workspace |

> [!NOTE]
Expand All @@ -120,7 +120,7 @@ Connection helps securely store and manage secret keys or other sensitive creden

In this guide, we will use flow `web-classification` which uses connection `Default_AzureOpenAI` inside, we need to set up the connection if we haven’t added it before.

Please go to workspace portal, click `Prompt flow` -> `Connections` -> `Create`, then follow the instruction to create your own connections called `Default_AzureOpenAI`. Learn more on [connections](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/concept-connections?view=azureml-api-2).
Please go to workspace portal, click `Prompt flow` -> `Connections` -> `Create` -> `Azure OpenAI`, then follow the instruction to create your own connections called `Default_AzureOpenAI`. Learn more on [connections](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/concept-connections?view=azureml-api-2).

![Screenshot of Prompt flow Connections](media/e2e-llmops/promptflow_connections.png)

Expand Down Expand Up @@ -248,4 +248,4 @@ The sample Prompt flow run & evaluation and GitHub workflows can be used as a st

* [Install and set up Python SDK v2](https://aka.ms/sdk-v2-install)
* [Install and set up Python CLI v2](how-to-configure-cli.md)
* [Prompt Flow Documentation](https://learn.microsoft.com/azure/machine-learning/prompt-flow/overview-what-is-prompt-flow?view=azureml-api-2)
* [Prompt Flow Documentation](https://learn.microsoft.com/azure/machine-learning/prompt-flow/overview-what-is-prompt-flow?view=azureml-api-2)

0 comments on commit ea7ef74

Please sign in to comment.