Skip to content

Commit 0e72632

Browse files
authored
[Doc] Improve azure flow doc (#1203)
# 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.
1 parent c15454d commit 0e72632

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/cloud/azureai/manage-flows.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ In general:
1212
- 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.
1313

1414
:::{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.
1617
:::
1718

1819
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
106107

107108
![img](../../media/cloud/manage-flows/flow_create_2.png)
108109

110+
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`)
109111

110112
## List flows
111113

0 commit comments

Comments
 (0)