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

docs: Add cognitive-services-accounts.md #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elliesaber
Copy link

@elliesaber elliesaber commented Mar 4, 2025

@elliesaber elliesaber requested a review from tomkerkhove as a code owner March 4, 2025 19:06
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


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.

Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for promitor-docs ready!

Name Link
🔨 Latest commit db6b87a
🔍 Latest deploy log https://app.netlify.com/sites/promitor-docs/deploys/67c74f518bf8e50008baf3ab
😎 Deploy Preview https://deploy-preview-70--promitor-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Azure Cognitive Services Accounts: scraping/providers/cognitive-services-accounts.md
- Azure Cognitive Services Account: scraping/providers/cognitive-services-account.md


# Cognitive Services

![Availability Badge](https://img.shields.io/badge/Available%20Starting-v2.12-green.svg)![Resource Discovery Support Badge](https://img.shields.io/badge/Support%20for%20Resource%20Discovery-Yes-green.svg)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
![Availability Badge](https://img.shields.io/badge/Available%20Starting-v2.12-green.svg)![Resource Discovery Support Badge](https://img.shields.io/badge/Support%20for%20Resource%20Discovery-Yes-green.svg)
![Availability Badge](https://img.shields.io/badge/Available%20Starting-v2.14-green.svg)![Resource Discovery Support Badge](https://img.shields.io/badge/Support%20for%20Resource%20Discovery-Yes-green.svg)

tags:
- Scraper
- Resource Discovery
- Cognitive Services Accounts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Cognitive Services Accounts
- Cognitive Services Account

Comment on lines +12 to +13
You can scrape an Cognitive Service Accounts via the `CognitiveServicesAccounts`
resource type.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
resourceType: CognitiveServicesAccounts
resourceType: CognitiveServicesAccount

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants