Skip to content

Commit 935e5bd

Browse files
committed
acro
1 parent d549b68 commit 935e5bd

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ You can manage the components of your App Space by selecting the component on th
1818
::: zone pivot="static"
1919
## Deployment
2020

21-
The **Deployment** section in App Spaces provides a detailed log of all deployment activities and utilizes GitHub Actions to automate the deployment process. You have the option to redeploy the application if necessary. The section also includes a **Workflow run** log that tracks the deployment process step-by-step, starting from setting up the job, logging into Azure, checking out the branch, building and pushing the container image to the registry, and completing the job. This detailed workflow, powered by GitHub Actions, ensures transparency and provides insights into the deployment timeline, making it easier to manage and troubleshoot deployments.
21+
The **Deployment** section in App Spaces provides a detailed log of all deployment activities and utilizes GitHub Actions to automate the deployment process. You can redeploy the application if necessary. The section also includes a **Workflow run** log that tracks the deployment process step-by-step, starting from setting up the job, logging into Azure, checking out the branch, building and pushing the container image to the registry, and completing the job. This detailed workflow, powered by GitHub Actions, ensures transparency and provides insights into the deployment timeline, making it easier to manage and troubleshoot deployments.
2222
::: zone-end
2323
::: zone pivot="app"
2424
## Deployment
25-
The **Deployment** section in App Spaces provides a detailed log of all deployment activities and utilizes GitHub Actions to automate the deployment process. You have the option to redeploy the application if necessary. The section also includes a **Workflow run** log that tracks the deployment process step-by-step, starting from setting up the job, logging into Azure, checking out the branch, building and pushing the container image to the registry, and completing the job. This detailed workflow, powered by GitHub Actions, ensures transparency and provides insights into the deployment timeline, making it easier to manage and troubleshoot deployments.
25+
The **Deployment** section in App Spaces provides a detailed log of all deployment activities and utilizes GitHub Actions to automate the deployment process. You can redeploy the application if necessary. The section also includes a **Workflow run** log that tracks the deployment process step-by-step, starting from setting up the job, logging into Azure, checking out the branch, building and pushing the container image to the registry, and completing the job. This detailed workflow, powered by GitHub Actions, ensures transparency and provides insights into the deployment timeline, making it easier to manage and troubleshoot deployments.
2626
::: zone-end
2727
::: zone pivot="database"
2828
::: zone-end
2929

3030
::: zone pivot="static"
3131
## Logs
32-
App Spaces provides robust logging capabilities for static app components, which can be filtered over a range of time periods from the last hour to the last 30 days. You can enable logs through the **Log Settings** button, which offers different configuration options. The **Auto** setting automatically collects logs for HTTP requests, global errors, and usage analytics. For more customized tracking, users can choose the **Manual with npm packages** option to set up custom event tracking with IntelliSense. Alternatively, the **Manual with React and Angular plug-ins** option allows users to configure connection strings to define where to send telemetry data by replacing the placeholder `YOUR_CONNECTION_STRING` with the actual connection string. These flexible logging options ensure comprehensive monitoring and analysis tailored to specific needs.
32+
App Spaces provides robust logging capabilities for static app components, which can be filtered over a range of time periods from the last hour to the last 30 days. You can enable logs through the **Log Settings** button, which offers different configuration options. The **Auto** setting automatically collects logs for HTTP requests, global errors, and usage analytics. For more customized tracking, you can choose the **Manual with npm packages** option to set up custom event tracking with IntelliSense. Alternatively, the **Manual with React and Angular plug-ins** option allows you to configure connection strings to define where to send telemetry data by replacing the placeholder `YOUR_CONNECTION_STRING` with the actual connection string. These flexible logging options ensure comprehensive monitoring and analysis tailored to specific needs.
3333

3434
Select **Open in advanced queries** to go to the [Log Analytics workspace](../azure-monitor/logs/log-analytics-workspace-overview.md).
3535

@@ -49,16 +49,14 @@ Select **Open in advanced queries** to go to the [Log Analytics workspace](../az
4949
## Metrics
5050
This tab provides metrics for Static Web Apps, displayed in two primary graphs: **Requests** and **Data Out**.
5151
- The **Requests** graph tracks the number of HTTP requests made to the static web app, giving insights into traffic and user activity.
52-
- The **Data Out** graph measures the amount of data transferred from the app to users, which helps in understanding bandwidth usage. Users can filter these metrics to view data over various time ranges, from the last hour up to the last 30 days, allowing for flexible monitoring and analysis of app performance and usage trends.
52+
- The **Data Out** graph measures the amount of data transferred from the app to users, which helps in understanding bandwidth usage. You can filter these metrics to view data over various time ranges.
5353
::: zone-end
5454
::: zone pivot="app"
5555
## Metrics
5656
This tab provides metrics for Azure Container Apps, displayed in three primary graphs: **Requests**, **CPU Usage Nanocores**, and **Memory Working Set Bytes**.
5757
- The **Requests** graph provides a visual representation of HTTP requests made to the app, offering valuable insights into app traffic and user engagement over time.
5858
- The **CPU Usage Nanocores** graph illustrates the CPU utilization of the app in nanocores, aiding in monitoring resource consumption and performance optimization.
5959
- The **Memory Working Set Bytes** graph displays the memory usage of the app, enabling users to track memory utilization trends and identify potential memory-related issues.
60-
61-
With the ability to adjust the time range from the last hour to the past 30 days, users can analyze app performance and resource usage patterns, to make informed decision-making and efficient management of App Spaces.
6260
::: zone-end
6361
::: zone pivot="database"
6462
::: zone-end
@@ -79,17 +77,15 @@ The **Settings** tab is divided into four main categories: General, Domains, Rou
7977
The **Settings** tab is divided into three categories: General, Environment variables, and Secrets.
8078

8179
- In **General** section, options include defining the component name for easy identification within the app space, specifying the listening port to manage inbound connections, and configuring the ingress settings for controlling network traffic routing to the database.
82-
- In the **Environment variables** section, users can set up essential environment-specific variables, such as database usernames, connection strings, mount locations, and other parameters crucial for seamless database operations.
83-
- In the **Secrets** section provides a secure repository for storing sensitive data by inputting key/value pairs. These secrets can then be referenced by environment variables, ensuring the protection of confidential information within the database component.
84-
- With these comprehensive settings, users can tailor their database configurations to meet specific requirements while prioritizing security and efficiency within Azure App Spaces.
80+
- In the **Environment variables** section, you can set up essential environment-specific variables, such as database usernames, connection strings, mount locations, and other parameters crucial for seamless database operations.
81+
- In the **Secrets** section provides a secure repository for storing sensitive data by inputting key/value pairs. These secrets can be referenced by environment variables, ensuring the protection of confidential information within the database component.
8582
::: zone-end
8683
::: zone pivot="database"
8784
The **Settings** tab is divided into three categories: General, Environment variables, and Secrets.
8885

8986
- In **General** section, options include defining the component name for easy identification within the app space, specifying the listening port to manage inbound connections, and configuring the ingress settings for controlling network traffic routing to the database.
90-
- In the **Environment variables** section, users can set up essential environment-specific variables, such as database usernames, connection strings, mount locations, and other parameters crucial for seamless database operations.
91-
- In the **Secrets** section provides a secure repository for storing sensitive data by inputting key/value pairs. These secrets can then be referenced by environment variables, ensuring the protection of confidential information within the database component.
92-
- With these comprehensive settings, users can tailor their database configurations to meet specific requirements while prioritizing security and efficiency within Azure App Spaces.
87+
- In the **Environment variables** section, you can set up essential environment-specific variables, such as database usernames, connection strings, mount locations, and other parameters crucial for seamless database operations.
88+
- In the **Secrets** section provides a secure repository for storing sensitive data by inputting key/value pairs. These secrets can be referenced by environment variables, ensuring the protection of confidential information within the database component.
9389
::: zone-end
9490

9591

0 commit comments

Comments
 (0)