Skip to content

Commit

Permalink
Add cred only node for Microsoft Azure Monitor (#2760)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Ellingwood <justin@n8n.io>
  • Loading branch information
Joffcom and imchairmanm authored Jan 23, 2025
1 parent 47cc2bd commit 27d663b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
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.

## 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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ nav:
- integrations/builtin/credentials/messagebird.md
- integrations/builtin/credentials/metabase.md
- integrations/builtin/credentials/microsoft.md
- integrations/builtin/credentials/microsoftazuremonitor.md
- integrations/builtin/credentials/microsoftentra.md
- integrations/builtin/credentials/microsoftsql.md
- integrations/builtin/credentials/mindee.md
Expand Down

0 comments on commit 27d663b

Please sign in to comment.