From 864cd3476a6a0346d452f7fb1a1468b0b01579f5 Mon Sep 17 00:00:00 2001 From: Lynn Orrell Date: Wed, 13 Nov 2019 21:03:50 -0600 Subject: [PATCH] Added emphasis to note on specifying different ports --- howto/vscode-debugging-daprd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/vscode-debugging-daprd/README.md b/howto/vscode-debugging-daprd/README.md index d3265b887..046c5a309 100644 --- a/howto/vscode-debugging-daprd/README.md +++ b/howto/vscode-debugging-daprd/README.md @@ -60,7 +60,7 @@ Let's take a quick look at the args that are being passed to the daprd command. * -dapr-grpc-port -- the grpc port for the dapr api * -placement-address -- the location of the placement service (this should be running in docker as it was created when you installed dapr and ran ```dapr init```) -Note: You will need to ensure that you specify different http/grpc (-dapr-http-port and -dapr-grpc-port) ports for each daprd task that you create, otherwise you will run into port conflicts when you attempt to launch the second configuration. +>**Note: You will need to ensure that you specify different http/grpc (-dapr-http-port and -dapr-grpc-port) ports for each daprd task that you create, otherwise you will run into port conflicts when you attempt to launch the second configuration.** ```json {