You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Please add an informative description that covers that changes made by
the pull request and link all relevant issues.
# All Promptflow Contribution checklist:
- [ ] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**
## General Guidelines and Best Practices
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).
### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
Copy file name to clipboardExpand all lines: docs/cloud/azureai/manage-flows.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ In general:
12
12
- For `SDK`, you can refer to [Promptflow Python Library Reference](../../reference/python-library-reference/promptflow.md) and check `promptflow.azure.PFClient.flows` for more flow operations.
13
13
14
14
:::{admonition} Prerequisites
15
-
[Prerequisites](./quick-start.md#prerequisites) are the same as [Quick start](./quick-start.md#prerequisites).
15
+
- Refer to the prerequisites in [Quick start](./quick-start.md#prerequisites).
16
+
- Use the `az login` command in the command line to log in. This enables promptflow to access your credentials.
16
17
:::
17
18
18
19
Let's take a look at the following topics:
@@ -106,6 +107,7 @@ And the flow source folder on file share is `Users/<alias>/promptflow/<flow-disp
Note that if the flow display name is not specified, it will default to the flow folder name + timestamp. (e.g. `web-classification-11-13-2023-14-19-10`)
0 commit comments