Skip to content

Commit d549b68

Browse files
committed
fixes
1 parent 139b34b commit d549b68

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ Follow these steps to add a custom app component.
2626

2727
### Add tab
2828

29-
1. In the _Add_ tab, select **GitHub repository** and select the **Next** button at the bottom of the page.
29+
1. In the _Add_ tab, select **GitHub repository**, and select the **Next** button at the bottom of the page.
3030

3131
### Configure tab
3232

3333
#### [Container App (Backend)](#tab/aca/)
3434

35-
1. Enter the following values in the _Connect to GitHub to import your repository_ section.
35+
1. In the _Connect to GitHub to import your repository_ section, enter the following values.
3636

3737
| Setting | Action |
3838
|---|---|
3939
| GitHub account | Select your GitHub account. |
4040
| 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). |
41+
| Repository | Select your GitHub code repository. If you can't find your repository, you to [enable other permissions on GitHub](https://docs.github.com/get-started/learning-about-github/access-permissions-on-github). |
4242
| Branch | Select your GitHub branch. |
4343
| 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** or leave blank for none.|
44+
| 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** or leave blank for none.|
4646

47-
1. Enter the following values in the _Configure app details_ section.
47+
1. In the _Configure app details_ section, enter the following values.
4848

4949
| Setting | Action |
5050
|---|---|
@@ -54,18 +54,18 @@ Follow these steps to add a custom app component.
5454

5555
[!include [deployment note](./includes/provisioning-text-aca.md)]
5656
#### [Static Web App (Frontend)](#tab/swa/)
57-
1. Enter the following values in the _Connect to GitHub to import your repository_ section.
57+
1. In the _Connect to GitHub to import your repository_ section, enter the following values.
5858

5959
| Setting | Action |
6060
|---|---|
6161
| GitHub account | Select your GitHub account. |
6262
| Organization | Select your organization. |
63-
| 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). |
63+
| Repository | Select your GitHub code repository. If you can't find your repository, you need to [enable other permissions on GitHub](https://docs.github.com/get-started/learning-about-github/access-permissions-on-github). |
6464
| Branch | Select your GitHub branch. |
6565
| App location | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
66-
| Output location (optional) | Enter the location of your build output relative to your app location. For example, a value of 'build' when your app location is set to '/app' will cause the content at '/app/build' to be served. |
66+
| Output location (optional) | Enter the location of your build output relative to your app location. For example, a value of 'build' when your app location is set to '/app' causes the content at '/app/build' to be served. |
6767

68-
1. Enter the following values in the _Configure app details_ section.
68+
1. Enter the following values in the _Configured app details_ section.
6969

7070
| Setting | Action |
7171
|---|---|
@@ -85,7 +85,7 @@ Follow these steps to add a sample template app.
8585

8686
### Add tab
8787

88-
1. In the _Add_ tab, select **Template** and select the **Next** button at the bottom of the page.
88+
1. In the _Add_ tab, select **Template**, and select the **Next** button at the bottom of the page.
8989

9090
1. Under _Templates_, select an app and then select the **Next** button at the bottom of the page.
9191

@@ -100,7 +100,7 @@ Follow these steps to add a sample template app.
100100
| New repository | Enter a name for your new repository. |
101101

102102

103-
1. Enter the following values in the _Configure app details_ section.
103+
1. In the _Configure app details_ section, enter the following values.
104104

105105
| Setting | Action |
106106
|---|---|
@@ -116,11 +116,11 @@ Follow these steps to add a database component.
116116

117117
### Add tab
118118

119-
1. In the _Add_ tab, select **Database** and then click the **Next** button at the bottom of the page.
119+
1. In the _Add_ tab, select **Database**, and then select the **Next** button at the bottom of the page.
120120

121121
### Configure tab
122122

123-
1. Enter the following values in the _Configure_ tab.
123+
1. In the _Configure_ tab, enter the following values.
124124

125125
| Setting | Action |
126126
|---|---|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For Application Insights, see [Enable a framework extension for Application Insi
4040

4141
Select system logs to check service-level events, or console logs to debug code. For more information, see [Use queries in Log Analytics](../azure-monitor/logs/queries.md).
4242

43-
Select **Open in advanced queries** to go to the [Log Analytics workspace](https://learn.microsoft.com/azure/azure-monitor/logs/log-analytics-workspace-overview).
43+
Select **Open in advanced queries** to go to the [Log Analytics workspace](../azure-monitor/logs/log-analytics-workspace-overview.md).
4444
::: zone-end
4545
::: zone pivot="database"
4646
::: zone-end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ For a backend app, App Spaces creates the following resources for you during dep
1010
- Azure Container App
1111
- Virtual network + subnet (sub resource of virtual network)
1212
- Continuous deployment with GitHub Actions
13-
- Contributor RBAC role assigned to user-assigned identity over the scope of the resource group (for OIDC purposes)
13+
- Contributor RBAC (Role-based access control) role assigned to user-assigned identity over the scope of the resource group (for OpenID Connect purposes)
1414
- A Log Analytics workspace

0 commit comments

Comments
 (0)