@@ -34,13 +34,14 @@ The workflow example is an ASP.NET Core project with:
34
34
35
35
- An [ Azure subscription] ( https://azure.microsoft.com/free/?WT.mc_id=A261C142F ) with Owner or Admin role.
36
36
- The latest version of the [ Azure CLI] [ install-cli ]
37
- - [ Docker] [ docker ]
37
+ - Latest [ Docker] [ docker ]
38
+ - Latest [ Helm] [ helm ]
38
39
39
40
## Set up the environment
40
41
41
42
### Download the sample project
42
43
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 ] .
44
45
45
46
``` sh
46
47
git clone https://github.com/< your-repo> /dapr-workflows-aks-sample.git
@@ -78,7 +79,7 @@ Expected output:
78
79
acrName.azurecr.io
79
80
```
80
81
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:
82
83
83
84
``` sh
84
85
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.
103
104
104
105
### Update the containers for deployment
105
106
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.
107
108
108
109
``` sh
109
110
cd Deploy
@@ -259,4 +260,6 @@ In this guide, you deployed and ran workflows on a Dapr extension for AKS. You l
259
260
[dapr-workflow-alpha] : https://docs.dapr.io/operations/support/support-preview-features/#current-preview-features
260
261
[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
261
262
[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