Skip to content

Commit 83931e2

Browse files
authored
Merge pull request #276987 from msangapu-msft/appspaces-links
updates
2 parents 56cfc50 + 83c5eac commit 83931e2

File tree

6 files changed

+32
-8
lines changed

6 files changed

+32
-8
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ zone_pivot_groups: app-spaces-add-component
1212

1313
# Add App Spaces components
1414

15+
[!include [preview note](./includes/preview-note.md)]
16+
1517
[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).
1618

1719
[!include [component types](./includes/component-types-table.md)]
1820

1921
## Add components
2022

21-
To add a component to your App Space, select **+ Add component** on the _App Space_ page.
23+
To add a component to your App Space, on the _App Space_ page, select **+ Add component**.
2224

2325
::: zone pivot="custom"
2426

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ zone_pivot_groups: app-spaces-component-types
1111

1212
# Manage components in App Spaces
1313

14+
[!include [preview note](./includes/preview-note.md)]
15+
1416
You can manage the components of your App Spaces by selecting the component on the __App Space__ page.
1517

1618
[!include [component types](./includes/component-types-table.md)]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: msangapu-msft
3+
ms.author: msangapu
4+
ms.topic: include
5+
ms.date: 06/03/2024
6+
---
7+
8+
> [!NOTE]
9+
> App Spaces is in preview.
10+
>
11.1 KB
Loading

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ zone_pivot_groups: app-spaces-frontend-backend
1212

1313
# Quickstart: Deploy a starter app with App Spaces
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 article describes how to deploy a starter app to App Spaces. You select one of the samples provided to provision new resources on Azure. For more information, see [About App Spaces](overview.md).
15+
[!include [preview note](./includes/preview-note.md)]
1616

17+
[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 article describes how to deploy a starter app to App Spaces. You select one of the samples provided to provision new resources on Azure. For more information, see [About App Spaces](overview.md).
1718

1819
## Prerequisites
1920

@@ -26,12 +27,15 @@ To deploy a sample app for App Spaces, you must have the following items:
2627

2728
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.
2829

29-
Follow these steps to deploy a sample app to App Spaces.
30+
Follow these steps to deploy a starter app to App Spaces.
3031

31-
1. Browse to [https://portal.azure.com/#view/Microsoft_Azure_PaasServerless/StarshotHome.ReactView](https://portal.azure.com/#view/Microsoft_Azure_PaasServerless/StarshotHome.ReactView).
32+
1. Browse to the [Azure portal](https://portal.azure.com/).
33+
1. In the search bar, search for **app spaces** and select it in the results.
34+
:::image type="content" source="media/azure-portal-search-app-spaces.png" alt-text="Screenshot of App Space in Azure portal.":::
35+
1. In the *App Spaces page*, select **+ Create App Space**.
3236

3337
::: zone pivot="frontend"
34-
2. Under *Use a starter app*, select **React App**.
38+
4. Under *Use a starter app*, select **React App**.
3539

3640
## Connect to GitHub
3741

@@ -60,7 +64,7 @@ The sample web application code deploys to App Spaces. The deployment can take a
6064
[!include [deployment note](./includes/provision-text-swa.md)]
6165
::: zone-end
6266
::: zone pivot="backend"
63-
2. Under *Use a starter app*, select **Express.JS App**.
67+
4. Under *Use a starter app*, select **Express.JS App**.
6468
## Connect to GitHub
6569

6670
- Enter the following values in the *Connect to GitHub* section.

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 05/20/2024
1111

1212
# Quickstart: Deploy your app with App Spaces
1313

14+
[!include [preview note](./includes/preview-note.md)]
15+
1416
In this quickstart, you learn to connect to GitHub and deploy your code to a recommended Azure service with App Spaces. For more information, see [App Spaces overview](overview.md).
1517

1618
[!include [component types](./includes/component-types-table.md)]
@@ -27,7 +29,11 @@ To deploy your repository to App Spaces, you must have the following items:
2729

2830
Follow these steps to deploy your app from a GitHub repository:
2931

30-
- Browse to [https://portal.azure.com/#view/Microsoft_Azure_PaasServerless/StarshotCreate.ReactView](https://portal.azure.com/#view/Microsoft_Azure_PaasServerless/StarshotCreate.ReactView).
32+
1. Browse to the [Azure portal](https://portal.azure.com/).
33+
1. In the search bar, search for **app spaces** and select it in the results.
34+
:::image type="content" source="media/azure-portal-search-app-spaces.png" alt-text="Screenshot of App Space in Azure portal.":::
35+
1. In the *App Spaces page*, select **+ Create App Space**.
36+
1. In the *Create new App Space* page, under the *Deploy code from your GitHub repository* section, select **GitHub repository**.
3137

3238
## Connect to GitHub to import your repository
3339

@@ -42,7 +48,7 @@ Follow these steps to deploy your app from a GitHub repository:
4248
| Branch | Select your GitHub branch. |
4349
| App location | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
4450
| 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-
| Startup command (optional) | Under *Advanced configurations* enter a **Startup command**.|
51+
| Startup command (optional) | Under *Advanced configurations*, enter a **Startup command**.|
4652

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

0 commit comments

Comments
 (0)