Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation on enabling Microsoft.Insights for Azure Events / Metrics #1811

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/azure-microsoft-insights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ So, after a service principal account (instance of an application in a directory

You can now use these values in the procedure below to add an Azure cloud instance as a provider to {{ site.data.product.title_short }}.

In order to be able to capture Events or Capacity & Utilization metrics from your Azure account
you first have to register the Microsoft Insights resource provider.

1. Select your subscription, and click on "Resource providers"
2. Enter "microsoft.insights" in the search box
3. If the Provider isn't registered, then hit the checkbox and select the Register option

[Microsoft Insights Resource Provider](../../images/azure-microsoft-insights.png)

**To Add an Azure Cloud Provider**:

1. Browse to menu: **Compute > Clouds > Providers**.
Expand Down