Skip to content

Commit 92bff39

Browse files
committed
updates per nick o
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 7681b2d commit 92bff39

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/aks/dapr-workflow.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ The workflow example is an ASP.NET Core project with:
3434

3535
- An [Azure subscription](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) with Owner or Admin role.
3636
- The latest version of the [Azure CLI][install-cli]
37-
- [Docker][docker]
37+
- Latest [Docker][docker]
38+
- Latest [Helm][helm]
3839

3940
## Set up the environment
4041

4142
### Download the sample project
4243

43-
Fork and clone the example workflow application.
44+
Fork and clone the example workflow application. For more information on forking a repo, see GitHub's guide, [Fork a repo][gh-fork].
4445

4546
```sh
4647
git clone https://github.com/<your-repo>/dapr-workflows-aks-sample.git
@@ -78,7 +79,7 @@ Expected output:
7879
acrName.azurecr.io
7980
```
8081

81-
Tag the [Docker image](#prepare-the-docker-image) you prepared earlier to your new ACR using the result from the ACR query:
82+
Tag the [Docker image](#prepare-the-docker-image) you prepared earlier and push to your new ACR using the result from the ACR query:
8283

8384
```sh
8485
docker tag ghcr.io/<your-repo>/workflows-sample:0.1.0 acrName.azurecr.io/workflows-sample:0.1.0
@@ -103,7 +104,7 @@ For more information, see the [Deploy an AKS cluster][cluster] tutorial.
103104

104105
### Update the containers for deployment
105106

106-
Navigate to the [`deployment.yaml` file in your fork of the sample project][deployment-yaml] and open in your preferred code editor.
107+
Navigate to the [`deployment.yaml` file][deployment-yaml] in your fork of the sample project and open in your preferred code editor.
107108

108109
```sh
109110
cd Deploy
@@ -259,4 +260,6 @@ In this guide, you deployed and ran workflows on a Dapr extension for AKS. You l
259260
[dapr-workflow-alpha]: https://docs.dapr.io/operations/support/support-preview-features/#current-preview-features
260261
[gh-pat]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic
261262
[deployment-yaml]: https://github.com/hhunter-ms/dapr-workflows-aks-sample/blob/main/Deploy/deployment.yaml
262-
[docker]: https://docs.docker.com/get-docker/
263+
[docker]: https://docs.docker.com/get-docker/
264+
[helm]: https://helm.sh/docs/intro/install/
265+
[gh-fork]: https://docs.github.com/en/get-started/quickstart/fork-a-repo

0 commit comments

Comments
 (0)