Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 5a10e06

Browse files
committed
Indent and text fixes
1 parent 55f986c commit 5a10e06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Instructions/Labs/AZ400_M17_Monitoring_Application_Performance_with_Application_Insights.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,18 @@ In this task, you will create an Azure web app and an Azure SQL database by usin
116116

117117
> **Note**: Record the name of the web app. You will need it later in this lab.
118118

119-
1. Now is the time to create an Application Insights instance and connect it to our web application.
119+
1. Now is the time to create an Application Insights instance.
120120

121121
```bash
122-
az monitor app-insights component create --app $WEBAPPNAME \
122+
az monitor app-insights component create --app $WEBAPPNAME \
123123
--location $LOCATION \
124124
--kind web --application-type web \
125125
--resource-group $RESOURCEGROUPNAME
126126
```
127127

128128
> **Note**: If you got prompted with 'The command requires the extension application-insights. Do you want to install it now?', type Y and press enter.
129129

130-
1. Now we need to connect our Application Insights to our web application.
130+
1. Let us connect the Application Insights to our web application.
131131

132132
```bash
133133
az monitor app-insights component connect-webapp --app $WEBAPPNAME \

0 commit comments

Comments
 (0)