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 cred only node for Microsoft Azure Monitor #2760

Merged
merged 3 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
33 changes: 33 additions & 0 deletions docs/integrations/builtin/credentials/microsoftazuremonitor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Microsoft Azure Monitor credentials
description: Documentation for the Microsoft Azure Monitor credentials. Use these credentials to authenticate Microsoft Azure Monitor in n8n, a workflow automation platform.
contentType: integration
---
# Microsoft Azure Monitor credentials

--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"

## Prerequisites

* Create a Microsoft Azure account or subscription
* An app registered in Microsoft Entra ID

## Supported authentication methods

* OAuth2

## Related resources

Refer to [Microsoft Azure Monitor's API documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/azure-monitor-rest-api-index){:target=_blank .external-link} for more information about the service.

Check warning on line 22 in docs/integrations/builtin/credentials/microsoftazuremonitor.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-microsoft.We] Try to avoid using first-person plural like 'us'. Raw Output: {"message": "[from-microsoft.We] Try to avoid using first-person plural like 'us'.", "location": {"path": "docs/integrations/builtin/credentials/microsoftazuremonitor.md", "range": {"start": {"line": 22, "column": 87}}}, "severity": "WARNING"}

## Using OAuth2

To configure this credential, you'll need a Microsoft Azure account and:

- A **Client ID**
- A **Client Secret**
- A **Tenant ID**
- The **Resource** you plan to access

Refer to [Microsoft Azure Monitor's API documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/api/access-api?tabs=rest#set-up-authentication){:target=_blank .external-link} for more information about authenticating to the service.

Check warning on line 33 in docs/integrations/builtin/credentials/microsoftazuremonitor.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-microsoft.We] Try to avoid using first-person plural like 'us'. Raw Output: {"message": "[from-microsoft.We] Try to avoid using first-person plural like 'us'.", "location": {"path": "docs/integrations/builtin/credentials/microsoftazuremonitor.md", "range": {"start": {"line": 33, "column": 87}}}, "severity": "WARNING"}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ nav:
- integrations/builtin/credentials/medium.md
- integrations/builtin/credentials/messagebird.md
- integrations/builtin/credentials/metabase.md
- integrations/builtin/credentials/microsoftazuremonitor.md
Joffcom marked this conversation as resolved.
Show resolved Hide resolved
- integrations/builtin/credentials/microsoft.md
- integrations/builtin/credentials/microsoftentra.md
- integrations/builtin/credentials/microsoftsql.md
Expand Down
Loading