Skip to content

Commit b684dd9

Browse files
committed
ai-svcs freshness
1 parent 11b2650 commit b684dd9

File tree

4 files changed

+38
-41
lines changed

4 files changed

+38
-41
lines changed

articles/ai-services/autoscale.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ ms.service: azure-ai-services
77
ms.custom:
88
- ignite-2023
99
ms.topic: how-to
10-
ms.date: 01/20/2024
10+
ms.date: 01/10/2025
1111
---
1212

1313
# Autoscale AI services limits
1414

15-
This article provides guidance for how customers can access higher rate limits on their Azure AI services resources.
15+
This article provides guidance for how customers can access higher rate limits on certain Azure AI services resources.
1616

1717
## Overview
1818

1919
Each Azure AI services resource has a pre-configured static call rate (transactions per second) which limits the number of concurrent calls that customers can make to the backend service in a given time frame. The autoscale feature will automatically increase/decrease a customer's resource's rate limits based on near-real-time resource usage metrics and backend service capacity metrics.
2020

2121
## Get started with the autoscale feature
2222

23-
This feature is disabled by default for every new resource. Follow these instructions to enable it.
23+
This feature is disabled by default for every new resource. [If your resource supports autoscale](#which-services-support-the-autoscale-feature), follow these instructions to enable it:
2424

2525
#### [Azure portal](#tab/portal)
2626

@@ -41,6 +41,26 @@ az resource update --namespace Microsoft.CognitiveServices --resource-type accou
4141

4242
## Frequently asked questions
4343

44+
### Which services support the autoscale feature?
45+
46+
Autoscale feature is available in the paid subscription tier of the following services:
47+
48+
* [Azure AI Vision](computer-vision/index.yml)
49+
* [Language](language-service/overview.md) (only available for sentiment analysis, key phrase extraction, named entity recognition, and text analytics for health)
50+
* [Anomaly Detector](anomaly-detector/overview.md)
51+
* [Content Moderator](content-moderator/overview.md)
52+
* [Custom Vision (Prediction)](custom-vision-service/overview.md)
53+
* [Immersive Reader](immersive-reader/overview.md)
54+
* [LUIS](luis/what-is-luis.md)
55+
* [Metrics Advisor](metrics-advisor/overview.md)
56+
* [Personalizer](personalizer/what-is-personalizer.md)
57+
* [QnAMaker](qnamaker/overview/overview.md)
58+
* [Document Intelligence](document-intelligence/overview.md?tabs=v3-0)
59+
60+
### Can I test this feature using a free subscription?
61+
62+
No, the autoscale feature isn't available to free tier subscriptions.
63+
4464
### Does enabling the autoscale feature mean my resource will never be throttled again?
4565

4666
No, you may still get `429` errors for rate limit excess. If your application triggers a spike, and your resource reports a `429` response, autoscale checks the available capacity projection section to see whether the current capacity can accommodate a rate limit increase and respond within five minutes.
@@ -63,25 +83,6 @@ Be aware of potential errors and their consequences. If a bug in your client app
6383

6484
Yes, you can disable the autoscale feature through Azure portal or CLI and return to your default call rate limit setting. If your resource was previously approved for a higher default TPS, it goes back to that rate. It can take up to five minutes for the changes to go into effect.
6585

66-
### Which services support the autoscale feature?
67-
68-
Autoscale feature is available for the following services:
69-
70-
* [Azure AI Vision](computer-vision/index.yml)
71-
* [Language](language-service/overview.md) (only available for sentiment analysis, key phrase extraction, named entity recognition, and text analytics for health)
72-
* [Anomaly Detector](anomaly-detector/overview.md)
73-
* [Content Moderator](content-moderator/overview.md)
74-
* [Custom Vision (Prediction)](custom-vision-service/overview.md)
75-
* [Immersive Reader](immersive-reader/overview.md)
76-
* [LUIS](luis/what-is-luis.md)
77-
* [Metrics Advisor](metrics-advisor/overview.md)
78-
* [Personalizer](personalizer/what-is-personalizer.md)
79-
* [QnAMaker](qnamaker/overview/overview.md)
80-
* [Document Intelligence](document-intelligence/overview.md?tabs=v3-0)
81-
82-
### Can I test this feature using a free subscription?
83-
84-
No, the autoscale feature isn't available to free tier subscriptions.
8586

8687
## Next steps
8788

articles/ai-services/diagnostic-logging.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,41 @@ author: PatrickFarley
77
manager: nitinme
88
ms.service: azure-ai-services
99
ms.topic: how-to
10-
ms.date: 01/20/2024
10+
ms.date: 01/10/2025
1111
ms.author: pafarley
1212
---
1313

1414
# Enable diagnostic logging for Azure AI services
1515

16-
This guide provides step-by-step instructions to enable diagnostic logging for an Azure AI service. These logs provide rich, frequent data about the operation of a resource that are used for issue identification and debugging. Before you continue, you must have an Azure account with a subscription to at least one Azure AI service, such as [Speech Services](./speech-service/overview.md).
16+
This guide provides step-by-step instructions to enable diagnostic logging for an Azure AI service. These logs provide rich, frequent data about the operation of a resource that are used for issue identification and debugging. Before you continue, you must have an Azure account with a subscription to at least one Azure AI service, such as [Azure AI Speech](./speech-service/overview.md).
1717

1818
## Prerequisites
1919

20-
To enable diagnostic logging, you'll need somewhere to store your log data. This tutorial uses Azure Storage and Log Analytics.
20+
To enable diagnostic logging, you need to select a location to store your log data. This tutorial uses Azure Storage and Log Analytics.
2121

22-
* [Azure storage](/azure/azure-monitor/essentials/resource-logs#send-to-azure-storage) - Retains diagnostic logs for policy audit, static analysis, or backup. The storage account does not have to be in the same subscription as the resource emitting logs as long as the user who configures the setting has appropriate Azure RBAC access to both subscriptions.
22+
* [Azure storage](/azure/azure-monitor/essentials/resource-logs#send-to-azure-storage) - Retains diagnostic logs for policy audit, static analysis, or backup. The storage account doesn't have to be in the same subscription as the resource emitting logs as long as the user who configures the setting has appropriate Azure role-based access control (RBAC) access to both subscriptions.
2323
* [Log Analytics](/azure/azure-monitor/essentials/resource-logs#send-to-log-analytics-workspace) - A flexible log search and analytics tool that allows for analysis of raw logs generated by an Azure resource.
2424

2525
> [!NOTE]
26-
> * Additional configuration options are available. To learn more, see [Collect and consume log data from your Azure resources](/azure/azure-monitor/essentials/platform-logs-overview).
26+
> * Other configuration options are available. To learn more, see [Collect and consume log data from your Azure resources](/azure/azure-monitor/essentials/platform-logs-overview).
2727
> * "Trace" in diagnostic logging is only available for [Custom question answering](./qnamaker/how-to/get-analytics-knowledge-base.md?tabs=v2).
2828
2929
## Enable diagnostic log collection
3030

31-
Let's start by enabling diagnostic logging using the Azure portal.
31+
Start by enabling diagnostic logging using the Azure portal.
3232

3333
> [!NOTE]
3434
> To enable this feature using PowerShell or the Azure CLI, use the instructions provided in [Collect and consume log data from your Azure resources](/azure/azure-monitor/essentials/platform-logs-overview).
3535
3636
1. Navigate to the Azure portal. Then locate and select an Azure AI services resource. For example, your subscription to Speech Services.
37-
2. Next, from the left-hand navigation menu, locate **Monitoring** and select **Diagnostic settings**. This screen contains all previously created diagnostic settings for this resource.
37+
2. Next, from the left-hand navigation menu, locate **Monitoring**, and select **Diagnostic settings**. This screen contains all previously created diagnostic settings for this resource.
3838
3. If there is a previously created resource that you'd like to use, you can select it now. Otherwise, select **+ Add diagnostic setting**.
3939
4. Enter a name for the setting. Then select **Archive to a storage account** and **Send to log Analytics**.
4040
5. When prompted to configure, select the storage account and OMS workspace that you'd like to use to store you diagnostic logs. **Note**: If you don't have a storage account or OMS workspace, follow the prompts to create one.
4141
6. Select **Audit**, **RequestResponse**, and **AllMetrics**. Then set the retention period for your diagnostic log data. If a retention policy is set to zero, events for that log category are stored indefinitely.
4242
7. Select **Save**.
4343

44-
It can take up to two hours before logging data is available to query and analyze. So don't worry if you don't see anything right away.
44+
It can take up to two hours before logging data is available to query and analyze, so don't worry if you don't see anything right away.
4545

4646
## View and export diagnostic data from Azure Storage
4747

@@ -97,7 +97,7 @@ AzureDiagnostics
9797
by OperationName
9898
```
9999

100-
Run this query to view the volume of operations over time split by OperationName with counts binned for every 10s.
100+
Run this query to view the volume of operations over time split by OperationName with counts binned for every 10 seconds.
101101

102102
```kusto
103103
AzureDiagnostics
@@ -109,7 +109,7 @@ by bin(TimeGenerated, 10s), OperationName
109109

110110
## Next steps
111111

112-
* To understand how to enable logging, as well as the metrics and log categories that are supported by the various Azure services, read the [Overview of metrics](/azure/azure-monitor/data-platform) in Microsoft Azure and the [Overview of Azure Diagnostic Logs](/azure/azure-monitor/essentials/platform-logs-overview).
112+
* To understand how to enable logging and the metrics and log categories that are supported by the various Azure services, read the [Overview of metrics](/azure/azure-monitor/data-platform) in Microsoft Azure and the [Overview of Azure Diagnostic Logs](/azure/azure-monitor/essentials/platform-logs-overview).
113113
* Read these articles to learn about event hubs:
114114
* [What is Azure Event Hubs?](/azure/event-hubs/event-hubs-about)
115115
* [Get started with Event Hubs](/azure/event-hubs/event-hubs-dotnet-standard-getstarted-send)

articles/ai-services/rotate-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.service: azure-ai-services
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: how-to
12-
ms.date: 01/20/2024
12+
ms.date: 01/10/2025
1313
ms.author: pafarley
1414
---
1515

1616
# Rotate keys in Azure AI services
1717

18-
Each Azure AI services resource has two API keys to enable secret rotation. This is a security precaution that lets you regularly change the keys that can access your service, protecting the privacy of your resource if a key gets leaked.
18+
Each Azure AI services resource has two API keys to enable secret rotation. This is a security precaution that lets you regularly change the keys that can be used to access your service, protecting the privacy of your resource if a key gets leaked.
1919

2020
## How to rotate keys
2121

articles/ai-services/security-controls-policy.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
---
22
title: Azure Policy Regulatory Compliance controls for Azure AI services
33
description: Lists Azure Policy Regulatory Compliance controls available for Azure AI services. These built-in policy definitions provide common approaches to managing the compliance of your Azure resources.
4-
ms.date: 02/06/2024
4+
ms.date: 01/10/2025
55
ms.topic: sample
66
author: PatrickFarley
77
ms.author: pafarley
88
ms.service: azure-ai-services
99
ms.custom: subject-policy-compliancecontrols
1010
---
11+
1112
# Azure Policy Regulatory Compliance controls for Azure AI services
1213

13-
[Regulatory Compliance in Azure Policy](/azure/governance/policy/concepts/regulatory-compliance)
14-
provides Microsoft created and managed initiative definitions, known as _built-ins_, for the
15-
**compliance domains** and **security controls** related to different compliance standards. This
16-
page lists the **compliance domains** and **security controls** for Azure AI services. You can
17-
assign the built-ins for a **security control** individually to help make your Azure resources
18-
compliant with the specific standard.
14+
[Regulatory Compliance in Azure Policy](/azure/governance/policy/concepts/regulatory-compliance) provides Microsoft-created and managed initiative definitions, known as _built-ins_, for the **compliance domains** and **security controls** related to different compliance standards. This page lists the **compliance domains** and **security controls** for Azure AI services. You can assign the built-ins for a **security control** individually to help make your Azure resources compliant with the specific standard.
1915

2016
[!INCLUDE [azure-policy-compliancecontrols-introwarning](~/azure-docs-pr-policy-includes/includes/policy/standards/intro-warning.md)]
2117

0 commit comments

Comments
 (0)