-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
docs: Add cognitive-services-accounts.md #70
base: main
Are you sure you want to change the base?
Conversation
esaber seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
✅ Deploy Preview for promitor-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -155,6 +155,7 @@ nav: | |||
- Azure Blob Storage: scraping/providers/blob-storage.md | |||
- Azure Cache for Redis: scraping/providers/redis-cache.md | |||
- Azure Cache for Redis Enterprise: scraping/providers/redis-enterprise-cache.md | |||
- Azure Cognitive Services Accounts: scraping/providers/cognitive-services-accounts.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Azure Cognitive Services Accounts: scraping/providers/cognitive-services-accounts.md | |
- Azure Cognitive Services Account: scraping/providers/cognitive-services-account.md |
@@ -211,6 +212,7 @@ nav: | |||
- Azure Automation account: scraping/providers/automation-account.md | |||
- Azure Cache for Redis: scraping/providers/redis-cache.md | |||
- Azure Cache for Redis Enterprise: scraping/providers/redis-enterprise-cache.md | |||
- Azure Cognitive Services Accounts: scraping/providers/cognitive-services-accounts.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Azure Cognitive Services Accounts: scraping/providers/cognitive-services-accounts.md | |
- Azure Cognitive Services Account: scraping/providers/cognitive-services-account.md |
|
||
# Cognitive Services | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
 | |
 |
tags: | ||
- Scraper | ||
- Resource Discovery | ||
- Cognitive Services Accounts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Cognitive Services Accounts | |
- Cognitive Services Account |
You can scrape an Cognitive Service Accounts via the `CognitiveServicesAccounts` | ||
resource type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can scrape an Cognitive Service Accounts via the `CognitiveServicesAccounts` | |
resource type. | |
You can scrape an Cognitive Service Account via the `CognitiveServicesAccount` resource type. |
|
||
When using declared resources, the following fields need to be provided: | ||
|
||
- `cognitiveServicesAccountsName` - The name of the Cognitive Services Accounts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `cognitiveServicesAccountsName` - The name of the Cognitive Services Accounts. | |
- `cognitiveServicesAccountName` - The name of the Cognitive Services Account. |
```yaml | ||
name: cognitive_services_rate_limit | ||
description: The current ratelimit of the ratelimit key. | ||
resourceType: CognitiveServicesAccounts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resourceType: CognitiveServicesAccounts | |
resourceType: CognitiveServicesAccount |
update for : tomkerkhove/promitor#2616