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/app-spaces/quickstart-deploy-your-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ To deploy your repository to App Spaces, you must have the following items:
21
21
22
22
-[Azure account and subscription](https://signup.azure.com/)
23
23
-[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).
25
25
26
26
## Select your app
27
27
@@ -38,10 +38,10 @@ Follow these steps to deploy your app from a GitHub repository:
38
38
|---|---|
39
39
| GitHub account | Select your GitHub account. |
40
40
| 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).|
42
42
| Branch | Select your GitHub branch. |
43
43
| 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.|
45
45
| Startup command (optional) | Under *Advanced configurations* enter a **Startup command**.|
@@ -54,7 +54,7 @@ Follow these steps to deploy your app from a GitHub repository:
54
54
| 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). |
55
55
| Branch | Select your GitHub branch. |
56
56
| 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**.|
0 commit comments