You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dev-spaces/troubleshooting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -417,7 +417,7 @@ To fix this issue:
417
417
418
418
1. If the container is in the process of being built/deployed, you can wait 2-3 seconds and try accessing the service again.
419
419
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.
421
421
* Any ports being opened up in application code, for example in Node.js: `var server = app.listen(80, function () {...}`
422
422
423
423
### The type or namespace name "MyLibrary" couldn't be found
0 commit comments