Skip to content

Commit 0b07eab

Browse files
committed
fixes
1 parent cb46c25 commit 0b07eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The **Deployment** section in App Spaces provides a detailed log of all deployme
3131
## Logs
3232
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.
3333

34-
Select **Open in advanced queries** to go to the [Log Analytics workspace](https://learn.microsoft.com/azure/azure-monitor/logs/log-analytics-workspace-overview).
34+
Select **Open in advanced queries** to go to the [Log Analytics workspace](../azure-monitor/logs/log-analytics-workspace-overview.md).
3535

3636
For Application Insights, see [Enable a framework extension for Application Insights JavaScript SDK](https://go.microsoft.com/fwlink/?linkid=2269911).
3737
::: zone-end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Follow these steps to deploy your app from a GitHub repository:
4141
| 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). |
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-
directory. |
4544
| Listening port | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
4645
| Startup command (optional) | Under *Advanced configurations* enter a **Startup command**.|
4746
#### [Static App Component (Frontend)](#tab/frontend/)
@@ -53,6 +52,7 @@ directory. |
5352
| Branch | Select your GitHub branch. |
5453
| App location | Enter the location of your code in your GitHub repository. Use `/` for the root directory. |
5554
| Startup command | Under *Advanced configurations* enter a **Startup command**.|
55+
5656
* * *
5757

5858
## Configure app details

0 commit comments

Comments
 (0)