Skip to content

Commit c95d77e

Browse files
authored
Apply suggestions from code review
1 parent 405bb1e commit c95d77e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/tutorial-asp-net-core.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In order to provide globally unique names to some resources, a 5 character suffi
5959

6060
## Create an Application Insights resource
6161

62-
1. In the [Azure Portal](https://portal.azure.com), locate and select the **application-insights-azure-cafe** resource group.
62+
1. In the [Azure portal](https://portal.azure.com), locate and select the **application-insights-azure-cafe** resource group.
6363

6464
2. From the top toolbar menu, select **+ Create**.
6565

@@ -187,7 +187,7 @@ The preceding steps are enough to help you start collecting server-side telemetr
187187

188188
## Enable monitoring of database queries
189189

190-
When investigating causes for performance degredation, it is important to include insights into database calls. Enable monitoring through configuration of the [dependency module](./asp-net-dependencies.md). Dependency monitoring, including SQL is enabled by default. The following steps can be followed to capture the full SQL query text.
190+
When investigating causes for performance degradation, it is important to include insights into database calls. Enable monitoring through configuration of the [dependency module](./asp-net-dependencies.md). Dependency monitoring, including SQL is enabled by default. The following steps can be followed to capture the full SQL query text.
191191

192192
> [!NOTE]
193193
> SQL text may contain sensitive data such as passwords and PII. Be careful when enabling this feature.
@@ -252,7 +252,7 @@ The sample application makes calls to multiple Azure resources, including Azure
252252

253253
Application Insights introspects incoming telemetry data and is able to generate a visual map of detected system integrations.
254254

255-
1. Access and log into the [Azure Portal](https://portal.azure.com).
255+
1. Access and log into the [Azure portal](https://portal.azure.com).
256256
257257
2. Open the sample application resource group `application-insights-azure-cafe`.
258258

@@ -264,7 +264,7 @@ Application Insights introspects incoming telemetry data and is able to generate
264264

265265
### Viewing HTTP calls and database SQL command text
266266

267-
1. In the Azure Portal, open the Application Insights resource.
267+
1. In the Azure portal, open the Application Insights resource.
268268

269269
2. Beneath the **Investigate** header on the left menu, select **Performance**.
270270

@@ -347,7 +347,7 @@ The ValuesController above is deployed with the sample application and is locate
347347

348348
![A browser window displays with /api/Values appended to the URL in the address bar.](media/tutorial-asp-net-core/values-api-url.png "Values API URL")
349349

350-
2. Wait a few moments, then return to the **Application Insights** resource in the [Azure Portal](https://portal.azure.com).
350+
2. Wait a few moments, then return to the **Application Insights** resource in the [Azure portal](https://portal.azure.com).
351351

352352
![A resource group displays with the Application Insights resource highlighted.](./media/tutorial-asp-net-core/application-insights-resource-group.png "Resource Group")
353353

0 commit comments

Comments
 (0)