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
[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).
# Quickstart: Deploy a starter app with App Spaces
14
14
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).
[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).
17
18
18
19
## Prerequisites
19
20
@@ -26,12 +27,15 @@ To deploy a sample app for App Spaces, you must have the following items:
26
27
27
28
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.
28
29
29
-
Follow these steps to deploy a sample app to App Spaces.
30
+
Follow these steps to deploy a starter app to App Spaces.
30
31
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**.
32
36
33
37
::: zone pivot="frontend"
34
-
2. Under *Use a starter app*, select **React App**.
38
+
4. Under *Use a starter app*, select **React App**.
35
39
36
40
## Connect to GitHub
37
41
@@ -60,7 +64,7 @@ The sample web application code deploys to App Spaces. The deployment can take a
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).
@@ -27,7 +29,11 @@ To deploy your repository to App Spaces, you must have the following items:
27
29
28
30
Follow these steps to deploy your app from a GitHub repository:
29
31
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**.
31
37
32
38
## Connect to GitHub to import your repository
33
39
@@ -42,7 +48,7 @@ Follow these steps to deploy your app from a GitHub repository:
42
48
| Branch | Select your GitHub branch. |
43
49
| App location | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
44
50
| 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**.|
0 commit comments