@@ -34,7 +34,7 @@ Run the `SmartDevice.Service`, which will start service itself and the Dapr side
34
34
<!-- STEP
35
35
name: Run actor service
36
36
expected_stdout_lines:
37
- - "Request finished HTTP/1.1 GET http://127.0.0.1:5001/healthz - 200"
37
+ - "Request finished HTTP/1.1 GET http://127.0.0.1:5001/dapr/config - 200"
38
38
expected_stderr_lines:
39
39
working_dir: .
40
40
output_match_mode: substring
@@ -50,14 +50,23 @@ dapr run --app-id actorservice --app-port 5001 --app-protocol http --dapr-http-p
50
50
Expected output:
51
51
52
52
``` bash
53
+ == APP == info: Microsoft.Hosting.Lifetime[14]
54
+ == APP == Now listening on: http://localhost:5001
55
+ == APP == info: Microsoft.Hosting.Lifetime[0]
56
+ == APP == Application started. Press Ctrl+C to shut down.
57
+ == APP == info: Microsoft.Hosting.Lifetime[0]
58
+ == APP == Hosting environment: Production
59
+ == APP == info: Microsoft.Hosting.Lifetime[0]
53
60
== APP == info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
54
- == APP == Request starting HTTP/1.1 GET http://127.0.0.1:5001/healthz - -
61
+ == APP == Request starting HTTP/1.1 GET http://127.0.0.1:5001/dapr/config - application/json -
62
+ == APP == warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
63
+ == APP == Failed to determine the https port for redirect.
55
64
== APP == info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
56
- == APP == Executing endpoint ' Dapr Actors Health Check '
65
+ == APP == Executing endpoint ' Dapr Actors Config '
57
66
== APP == info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
58
- == APP == Executed endpoint ' Dapr Actors Health Check '
67
+ == APP == Executed endpoint ' Dapr Actors Config '
59
68
== APP == info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
60
- == APP == Request finished HTTP/1.1 GET http://127.0.0.1:5001/healthz - - - 200 - text/plain 5.2599ms
69
+ == APP == Request finished HTTP/1.1 GET http://127.0.0.1:5001/dapr/config - 200 - application/json 30.6175ms
61
70
```
62
71
63
72
### Step 4: Run the client app
0 commit comments