File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,19 @@ When the application is started, the workflow host container will read the workf
38
38
39
39
To start the application, make sure the following prerequisites are met:
40
40
41
- - You are working in VS Code.
42
- - You have Docker Desktop installed with Kubernetes enabled.
43
- - You have basic knowledge of working with Docker containers and Kubernetes .
41
+ - You have installed VS Code.
42
+ - You have installed Docker Desktop with Kubernetes enabled.
43
+ - You have installed the Azure CLI .
44
44
- You have access to an Azure Storage account.
45
+ - You have basic knowledge of working with Docker containers and Kubernetes.
45
46
46
47
These are the steps to take in order to start and test the application:
47
48
48
49
1 . Start Docker for Desktop with Kubernetes.
49
50
50
51
1 . Go to the ` /src/PersonService ` folder.
51
52
52
- 1 . Build the ** PersonService** docker image by executing the ` build-docker-images .ps1 ` script.
53
+ 1 . Build the ** PersonService** docker image by executing the ` build-docker-image .ps1 ` script.
53
54
54
55
1 . Create an (or reuse an existing) Azure Storage account. Retrieve the account name and access key.
55
56
You can’t perform that action at this time.
0 commit comments