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
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
2
title: Deploy your app with App Spaces
3
-
description: Learn how to deploy your app with App Spaces in the Azure portal.
3
+
description: App Spaces is an intelligent service that reduces the complexity of creating and managing web apps. Learn to deploy your app in the Azure portal.
4
4
ms.author: msangapu
5
5
author: msangapu-msft
6
6
ms.service: app-spaces
7
7
ms.topic: quickstart
8
8
ms.date: 05/20/2024
9
+
#customer intent: As a new cloud developer, I want to learn how to deploy my app into App Spaces.
9
10
---
10
11
11
12
# Quickstart: Deploy your app with App Spaces
@@ -30,31 +31,30 @@ Follow these steps to deploy your app from a GitHub repository:
30
31
31
32
## Connect to GitHub to import your repository
32
33
34
+
#### [App Component (Backend)](#tab/backend/)
33
35
1. Enter the following values in the *Connect to GitHub to import your repository* section.
34
36
35
-
36
-
#### [App Component (Backend)](#tab/backend/)
37
-
38
-
| Setting | Action |
39
-
|---|---|
40
-
| GitHub account | Select your GitHub account. |
41
-
| Organization | Select your organization. |
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).|
43
-
| Branch | Select your GitHub branch. |
44
-
| App location | 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.|
46
-
| Startup command (optional) | Under *Advanced configurations* enter a **Startup command**.|
37
+
| Setting | Action |
38
+
|---|---|
39
+
| GitHub account | Select your GitHub account. |
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).|
42
+
| Branch | Select your GitHub branch. |
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.|
45
+
| Startup command (optional) | Under *Advanced configurations* enter a **Startup command**.|
1. Enter the following values in the *Connect to GitHub to import your repository* section.
49
49
50
-
| Setting | Action |
51
-
|---|---|
52
-
| GitHub account | Select your GitHub account. |
53
-
| Organization | Select your organization. |
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
-
| Branch | Select your GitHub branch. |
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**.|
50
+
| Setting | Action |
51
+
|---|---|
52
+
| GitHub account | Select your GitHub account. |
53
+
| Organization | Select your organization. |
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
+
| Branch | Select your GitHub branch. |
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**.|
0 commit comments