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
@@ -107,7 +107,7 @@ In this article, you'll learn the various ways you can:
107
107
cd examples/EnableServiceProfilerForContainerAppNet6
108
108
```
109
109
110
-
2. Pull the latest ASP.NET Core images
110
+
1. Pull the latest ASP.NET Core images
111
111
112
112
```shell
113
113
docker pull mcr.microsoft.com/dotnet/sdk:6.0
@@ -123,7 +123,7 @@ In this article, you'll learn the various ways you can:
123
123
124
124
:::image type="content" source="./media/profiler-containerinstances/application-insights-key.png" alt-text="Screenshot of finding instrumentation key in Azure portal.":::
125
125
126
-
2. Open `appsettings.json` and add your Application Insights instrumentation key to this code section:
126
+
1. Open `appsettings.json` and add your Application Insights instrumentation key to this code section:
127
127
128
128
```json
129
129
{
@@ -138,13 +138,13 @@ In this article, you'll learn the various ways you can:
138
138
139
139
1. Review the `Dockerfile`.
140
140
141
-
2. Build the example image:
141
+
1. Build the example image:
142
142
143
143
```bash
144
144
docker build -t profilerapp .
145
145
```
146
146
147
-
3. Run the container:
147
+
1. Run the container:
148
148
149
149
```bash
150
150
docker run -d -p 8080:80 --name testapp profilerapp
@@ -182,8 +182,8 @@ Service Profiler session finished. # A profiling session is complet
182
182
## View the Service Profiler traces
183
183
184
184
1. Wait for 2-5 minutes so the events can be aggregated to Application Insights.
185
-
2. Open the **Performance** blade in your Application Insights resource.
186
-
3. Once the trace process is complete, you'll see the Profiler Traces button like it below:
185
+
1. Open the **Performance** blade in your Application Insights resource.
186
+
1. Once the trace process is complete, you'll see the Profiler Traces button like it below:
187
187
188
188
:::image type="content" source="./media/profiler-containerinstances/profiler-traces.png" alt-text="Screenshot of Profile traces in the performance blade.":::
0 commit comments