Skip to content

Commit d949919

Browse files
committed
backend frontend
1 parent ec1282c commit d949919

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ zone_pivot_groups: app-spaces-add-component
1212

1313
# Add App Spaces components
1414

15-
[App Spaces](https://go.microsoft.com/fwlink/?linkid=2234200) is an intelligent service for developers that reduces the complexity of creating and managing web apps. This guide shows you how to add components to an existing App Spaces app. Components can be a backend app (Azure Container App), a frontend app (Static Web App), or a database (MariaDB, PostgreSQL, Qdrant).
15+
[App Spaces](https://go.microsoft.com/fwlink/?linkid=2234200) is an intelligent service for developers that reduces the complexity of creating and managing web apps. This guide shows you how to add components to an existing App Spaces app. Components can be a back-end app (Azure Container App), a front-end app (Static Web App), or a database (MariaDB, PostgreSQL, Qdrant).
1616

1717
[!include [component types](./includes/component-types-table.md)]
1818

@@ -30,7 +30,7 @@ Follow these steps to add a custom app component.
3030

3131
### Configure tab
3232

33-
#### [Container App (Backend)](#tab/aca/)
33+
#### [Container App (back end)](#tab/aca/)
3434

3535
1. In the _Connect to GitHub to import your repository_ section, enter the following values.
3636

@@ -53,7 +53,7 @@ Follow these steps to add a custom app component.
5353
1. Select the **Add** button at the bottom of the page.
5454

5555
[!include [deployment note](./includes/provision-text-aca.md)]
56-
#### [Static Web App (Frontend)](#tab/swa/)
56+
#### [Static Web App (front end)](#tab/swa/)
5757
1. In the _Connect to GitHub to import your repository_ section, enter the following values.
5858

5959
| Setting | Action |

articles/app-spaces/includes/component-types-table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ App Spaces uses a concept of components. The following table describes the compo
88

99
|Component type | App type| Azure service |
1010
|--------|----------|-----------|
11-
|App component|Backend|Azure Container Apps|
12-
|Static app component|Frontend|Static Web Apps|
11+
|App component|Back end|Azure Container Apps|
12+
|Static app component|Front end|Static Web Apps|
1313
|Database component|N/A|Azure Container Apps|

articles/app-spaces/includes/provision-text-aca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 05/22/2024
66
---
77

8-
For a backend app, App Spaces creates the following resources for you during deployment:
8+
For a back-end app, App Spaces creates the following resources for you during deployment:
99
- Azure Container App environment
1010
- Azure Container App
1111
- Virtual network + subnet (sub resource of virtual network)

articles/app-spaces/includes/provision-text-swa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 05/22/2024
66
---
77

8-
For a frontend app, App Spaces creates the following resources for you during deployment:
8+
For a front-end app, App Spaces creates the following resources for you during deployment:
99
- A Static Web App
1010
- A Log Analytics workspace
1111
- An App Insights

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To deploy a sample app for App Spaces, you must have the following items:
2424

2525
## Select a starter app
2626

27-
While Express.JS (backend) and React (frontend) apps are used in this quickstart, other starter apps are also available in App Spaces. See [App Spaces in the Azure portal](https://portal.azure.com/#view/Microsoft_Azure_PaasServerless/StarshotTemplateGallery.ReactView) for a full list of starter apps in App Spaces.
27+
While Express.JS (back end) and React (front end) apps are used in this quickstart, other starter apps are also available in App Spaces. See [App Spaces in the Azure portal](https://portal.azure.com/#view/Microsoft_Azure_PaasServerless/StarshotTemplateGallery.ReactView) for a full list of starter apps in App Spaces.
2828

2929
Follow these steps to deploy a sample app to App Spaces.
3030

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow these steps to deploy your app from a GitHub repository:
3131

3232
## Connect to GitHub to import your repository
3333

34-
#### [App Component (Backend)](#tab/backend/)
34+
#### [App Component (back end)](#tab/backend/)
3535
- Enter the following values in the *Connect to GitHub to import your repository* section.
3636

3737
| Setting | Action |
@@ -44,7 +44,7 @@ Follow these steps to deploy your app from a GitHub repository:
4444
| 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

47-
#### [Static App Component (Frontend)](#tab/frontend/)
47+
#### [Static App Component (front end)](#tab/frontend/)
4848
- Enter the following values in the *Connect to GitHub to import your repository* section.
4949

5050
| Setting | Action |
@@ -72,9 +72,9 @@ Follow these steps to deploy your app from a GitHub repository:
7272

7373
The deployment can take a few minutes to complete. During deployment, App Spaces uses GitHub actions to deploy to an Azure service based on the code in the repository. The Azure service is either a Container App (App component) or a Static Web App (Static app component). Go to your app's **Deployment** tab to see your code deployment logs.
7474

75-
#### [App Component (Backend)](#tab/backend/)
75+
#### [App Component (back end)](#tab/backend/)
7676
[!include [deployment note](./includes/provision-text-aca.md)]
77-
#### [Static App Component (Frontend)](#tab/frontend/)
77+
#### [Static App Component (front end)](#tab/frontend/)
7878
[!include [deployment note](./includes/provision-text-swa.md)]
7979
* * *
8080

0 commit comments

Comments
 (0)