Skip to content

Commit 8dbf8a3

Browse files
committed
Update
1 parent 4d219e8 commit 8dbf8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dev-spaces/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ To fix this issue:
417417

418418
1. If the container is in the process of being built/deployed, you can wait 2-3 seconds and try accessing the service again.
419419
1. Check your port configuration in following assets:
420-
* **[Helm chart](https://docs.helm.sh):** Specified by the `service.port` and `deployment.containerPort` in values.yaml scaffolded by `azds prep` command,
420+
* **[Helm chart](https://docs.helm.sh):** Specified by the `service.port` and `deployment.containerPort` in values.yaml scaffolded by `azds prep` command.
421421
* Any ports being opened up in application code, for example in Node.js: `var server = app.listen(80, function () {...}`
422422

423423
### The type or namespace name "MyLibrary" couldn't be found

0 commit comments

Comments
 (0)