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
Copy file name to clipboardExpand all lines: articles/app-spaces/how-to-add-components.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,25 +26,25 @@ Follow these steps to add a custom app component.
26
26
27
27
### Add tab
28
28
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.
30
30
31
31
### Configure tab
32
32
33
33
#### [Container App (Backend)](#tab/aca/)
34
34
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.
36
36
37
37
| Setting | Action |
38
38
|---|---|
39
39
| GitHub account | Select your GitHub account. |
40
40
| 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). |
42
42
| Branch | Select your GitHub branch. |
43
43
| 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.|
46
46
47
-
1.Enter the following values in the _Configure app details_ section.
47
+
1.In the _Configure app details_ section, enter the following values.
48
48
49
49
| Setting | Action |
50
50
|---|---|
@@ -54,18 +54,18 @@ Follow these steps to add a custom app component.
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.
58
58
59
59
| Setting | Action |
60
60
|---|---|
61
61
| GitHub account | Select your GitHub account. |
62
62
| 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). |
64
64
| Branch | Select your GitHub branch. |
65
65
| 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. |
67
67
68
-
1. Enter the following values in the _Configure app details_ section.
68
+
1. Enter the following values in the _Configured app details_ section.
69
69
70
70
| Setting | Action |
71
71
|---|---|
@@ -85,7 +85,7 @@ Follow these steps to add a sample template app.
85
85
86
86
### Add tab
87
87
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.
89
89
90
90
1. Under _Templates_, select an app and then select the **Next** button at the bottom of the page.
91
91
@@ -100,7 +100,7 @@ Follow these steps to add a sample template app.
100
100
| New repository | Enter a name for your new repository. |
101
101
102
102
103
-
1.Enter the following values in the _Configure app details_ section.
103
+
1.In the _Configure app details_ section, enter the following values.
104
104
105
105
| Setting | Action |
106
106
|---|---|
@@ -116,11 +116,11 @@ Follow these steps to add a database component.
116
116
117
117
### Add tab
118
118
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.
120
120
121
121
### Configure tab
122
122
123
-
1.Enter the following values in the _Configure_ tab.
123
+
1.In the _Configure_ tab, enter the following values.
Copy file name to clipboardExpand all lines: articles/app-spaces/how-to-manage-components.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ For Application Insights, see [Enable a framework extension for Application Insi
40
40
41
41
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).
42
42
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).
Copy file name to clipboardExpand all lines: articles/app-spaces/includes/provisioning-text-aca.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,5 @@ For a backend app, App Spaces creates the following resources for you during dep
10
10
- Azure Container App
11
11
- Virtual network + subnet (sub resource of virtual network)
12
12
- 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)
0 commit comments