Skip to content

Commit 83c5eac

Browse files
committed
alt text
1 parent a2a95ee commit 83c5eac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow these steps to deploy a starter app to App Spaces.
3131

3232
1. Browse to the [Azure portal](https://portal.azure.com/).
3333
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 React app running.":::
34+
:::image type="content" source="media/azure-portal-search-app-spaces.png" alt-text="Screenshot of App Space in Azure portal.":::
3535
1. In the *App Spaces page*, select **+ Create App Space**.
3636

3737
::: zone pivot="frontend"

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

Lines changed: 2 additions & 2 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
1. Browse to the [Azure portal](https://portal.azure.com/).
3333
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 React app running.":::
34+
:::image type="content" source="media/azure-portal-search-app-spaces.png" alt-text="Screenshot of App Space in Azure portal.":::
3535
1. In the *App Spaces page*, select **+ Create App Space**.
3636
1. In the *Create new App Space* page, under the *Deploy code from your GitHub repository* section, select **GitHub repository**.
3737

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

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

0 commit comments

Comments
 (0)