-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cred only node for Microsoft Azure Monitor (#2760)
Co-authored-by: Justin Ellingwood <justin@n8n.io>
- Loading branch information
1 parent
47cc2bd
commit 27d663b
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
docs/integrations/builtin/credentials/microsoftazuremonitor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters