Skip to content

Commit 61a2e07

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#98259
Removes the text ("For application type, choose **General**.") This was added 4+ years ago and doesn't match with the current portal experience.
1 parent 41ddce8 commit 61a2e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You need a subscription with [Microsoft Azure](https://azure.com). Sign in with
2121

2222
## Getting started
2323

24-
* In the [Azure portal](https://portal.azure.com), [create an Application Insights resource](./create-new-resource.md). For application type, choose **General**.
24+
* In the [Azure portal](https://portal.azure.com), [create an Application Insights resource](./create-new-resource.md).
2525
* Take a copy of the connection string. Find the connection string in the **Essentials** drop-down of the new resource you created.
2626
* Install latest [Microsoft.ApplicationInsights](https://www.nuget.org/packages/Microsoft.ApplicationInsights) package.
2727
* Set the connection string in your code before tracking any telemetry (or set the APPLICATIONINSIGHTS_CONNECTION_STRING environment variable). After that, you should be able to manually track telemetry and see it on the Azure portal

0 commit comments

Comments
 (0)