Skip to content

Commit 139b34b

Browse files
committed
fixes
1 parent bc79859 commit 139b34b

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
title: Deploy a starter app with App Spaces
33
description: Learn how to deploy a starter app to create a web application with App Spaces.
44
ms.service: app-spaces
5-
ms.topic: how-to
5+
ms.topic: quickstart
66
ms.author: msangapu
77
author: msangapu-msft
88
ms.date: 05/20/2024
99
zone_pivot_groups: app-spaces-frontend-backend
10+
#customer intent: As a new cloud developer, I want to learn how to create a web application with App Spaces.
1011
---
1112

1213
# Deploy a starter app with App Spaces

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
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.
44
ms.author: msangapu
55
author: msangapu-msft
66
ms.service: app-spaces
77
ms.topic: quickstart
88
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.
910
---
1011

1112
# Quickstart: Deploy your app with App Spaces
@@ -30,31 +31,30 @@ Follow these steps to deploy your app from a GitHub repository:
3031

3132
## Connect to GitHub to import your repository
3233

34+
#### [App Component (Backend)](#tab/backend/)
3335
1. Enter the following values in the *Connect to GitHub to import your repository* section.
3436

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**.|
4746

4847
#### [Static App Component (Frontend)](#tab/frontend/)
48+
1. Enter the following values in the *Connect to GitHub to import your repository* section.
4949

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**.|
5858

5959
* * *
6060

0 commit comments

Comments
 (0)