Skip to content

Commit bc79859

Browse files
committed
fixes
1 parent 0b07eab commit bc79859

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/app-spaces/how-to-add-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Follow these steps to add a custom app component.
4141
| Repository | Select your GitHub code repository. If you can't find your repository, you may need to [enable other permissions on GitHub](https://docs.github.com/get-started/learning-about-github/access-permissions-on-github). |
4242
| Branch | Select your GitHub branch. |
4343
| App location | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
44-
| Listening port | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
44+
| Listening port |Specify the port that your web server is listening on. External requests being made to port 80 or 443 will get routed to this port internally for your application to server content from. |
4545
| Startup command (optional) | Under *Advanced configurations* enter a **Startup command** or leave blank for none.|
4646

4747
1. Enter the following values in the _Configure app details_ section.

articles/app-spaces/quickstart-deploy-your-app.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,19 @@ Follow these steps to deploy your app from a GitHub repository:
3434

3535

3636
#### [App Component (Backend)](#tab/backend/)
37+
3738
| Setting | Action |
3839
|---|---|
3940
| GitHub account | Select your GitHub account. |
4041
| Organization | Select your organization. |
41-
| Repository | Select your GitHub code repository. If you can't find your repository, you may need to [enable other permissions on GitHub](https://docs.github.com/get-started/learning-about-github/access-permissions-on-github). |
42+
| Repository | Select your GitHub code repository. If you can't find your repository, you may need to [enable other permissions on GitHub](https://docs.github.com/get-started/learning-about-github/access-permissions-on-github).|
4243
| Branch | Select your GitHub branch. |
4344
| App location | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
44-
| Listening port | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
45+
| Listening port |Specify the port that your web server is listening on. External requests being made to port 80 or 443 will get routed to this port internally for your application to server content from.|
4546
| Startup command (optional) | Under *Advanced configurations* enter a **Startup command**.|
47+
4648
#### [Static App Component (Frontend)](#tab/frontend/)
49+
4750
| Setting | Action |
4851
|---|---|
4952
| GitHub account | Select your GitHub account. |

0 commit comments

Comments
 (0)