Skip to content

Commit e0ee570

Browse files
committed
acro
1 parent 8c60674 commit e0ee570

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To deploy your repository to App Spaces, you must have the following items:
2121

2222
- [Azure account and subscription](https://signup.azure.com/)
2323
- [GitHub repository](https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-new-repository). If you don't have your own repository, see [Deploy an App Spaces sample app](quickstart-deploy-starter-app.md).
24-
- Write access to your chosen GitHub repository to deploy with GitHub Actions.
24+
- Write access to your chosen GitHub repository (for GitHub Actions).
2525

2626
## Select your app
2727

@@ -38,10 +38,10 @@ Follow these steps to deploy your app from a GitHub repository:
3838
|---|---|
3939
| GitHub account | Select your GitHub account. |
4040
| 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).|
41+
| Repository | Select your GitHub code repository. If you can't find your repository, you 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 |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.|
44+
| Listening port |Specify the port that your web server is listening on. External requests being made to port 80 or 443 get routed to this port internally for your application to server content from.|
4545
| Startup command (optional) | Under *Advanced configurations* enter a **Startup command**.|
4646

4747
#### [Static App Component (Frontend)](#tab/frontend/)
@@ -54,7 +54,7 @@ Follow these steps to deploy your app from a GitHub repository:
5454
| 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). |
5555
| Branch | Select your GitHub branch. |
5656
| App location | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
57-
| Startup command | Under *Advanced configurations* enter a **Startup command**.|
57+
| Startup command | Under *Advanced configurations*, enter a **Startup command**.|
5858

5959
* * *
6060

0 commit comments

Comments
 (0)