Skip to content

Commit 83991fb

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vpn-gateway-vpn-faq
2 parents 2401a8c + 80fedfd commit 83991fb

File tree

596 files changed

+8194
-3948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

596 files changed

+8194
-3948
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5564,6 +5564,41 @@
55645564
"redirect_url": "/azure/azure-monitor/essentials/resource-manager-diagnostic-settings#diagnostic-setting-for-activity-log",
55655565
"redirect_document_id": false
55665566
},
5567+
{
5568+
"source_path_from_root": "/articles/azure-monitor/app/availability-overview.md",
5569+
"redirect_url": "/azure/azure-monitor/app/availability",
5570+
"redirect_document_id": false
5571+
},
5572+
{
5573+
"source_path_from_root": "/articles/azure-monitor/app/availability-standard-tests.md",
5574+
"redirect_url": "/azure/azure-monitor/app/availability",
5575+
"redirect_document_id": false
5576+
},
5577+
{
5578+
"source_path_from_root": "/articles/azure-monitor/app/availability-azure-functions.md",
5579+
"redirect_url": "/azure/azure-monitor/app/availability",
5580+
"redirect_document_id": false
5581+
},
5582+
{
5583+
"source_path_from_root": "/articles/azure-monitor/app/availability-private-test.md",
5584+
"redirect_url": "/azure/azure-monitor/app/availability",
5585+
"redirect_document_id": false
5586+
},
5587+
{
5588+
"source_path_from_root": "/articles/azure-monitor/app/availability-alerts.md",
5589+
"redirect_url": "/azure/azure-monitor/app/availability",
5590+
"redirect_document_id": false
5591+
},
5592+
{
5593+
"source_path_from_root": "/articles/azure-monitor/app/availability-test-migration.md",
5594+
"redirect_url": "/azure/azure-monitor/app/availability",
5595+
"redirect_document_id": false
5596+
},
5597+
{
5598+
"source_path_from_root": "/articles/azure-monitor/app/sla-report.md",
5599+
"redirect_url": "/azure/azure-monitor/app/availability",
5600+
"redirect_document_id": false
5601+
},
55675602
{
55685603
"source_path_from_root": "/articles/azure-monitor/app/tutorial-alert.md",
55695604
"redirect_url": "/azure/azure-monitor/app/availability-standard-tests",

articles/advisor/azure-advisor-score.md

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Use Advisor score
3-
description: Use Azure Advisor score to get the most out of Azure.
3+
description: Use Azure Advisor score to measure optimization progress.
44
ms.topic: article
5-
ms.date: 09/09/2020
5+
ms.date: 07/12/2024
66

77
---
88

99
# Use Advisor score
1010

11-
## Introduction to Advisor score
11+
## Introduction to score
1212

1313
Azure Advisor provides best practice recommendations for your workloads. These recommendations are personalized and actionable to help you:
1414

@@ -18,7 +18,7 @@ Azure Advisor provides best practice recommendations for your workloads. These r
1818

1919
As a core feature of Advisor, Advisor score can help you achieve these goals effectively and efficiently.
2020

21-
To get the most out of Azure, it's crucial to understand where you are in your workload optimization journey. You need to know which services or resources are consumed well and which are not. Further, you'll want to know how to prioritize your actions, based on recommendations, to maximize the outcome.
21+
To get the most out of Azure, it's crucial to understand where you are in your workload optimization journey. You need to know which services or resources are consumed well and which are not. Further, you want to know how to prioritize your actions, based on recommendations, to maximize the outcome.
2222

2323
It's also important to track and report the progress you're making in this optimization journey. With Advisor score, you can easily do all these things with the new gamification experience.
2424

@@ -28,32 +28,40 @@ The Advisor score consists of an overall score, which can be further broken down
2828

2929
You can track the progress you make over time by viewing your overall score and category score with daily, weekly, and monthly trends. You can also set benchmarks to help you achieve your goals.
3030

31-
![Screenshot that shows the Advisor Score page.](https://user-images.githubusercontent.com/41593141/195171041-3eacca75-751a-4407-bad0-1cf7b21c42ff.png)
31+
## Use Advisor score in the portal
32+
33+
1. Sign in to the [**Azure portal**](https://portal.azure.com).
34+
35+
1. Search for and select [**Advisor**](https://aka.ms/azureadvisordashboard) from any page.
36+
37+
1. Select **Advisor score** in the left menu pane to open score page.
38+
39+
:::image type="content" source="./media/advisor-score.png" alt-text="Screenshot that shows the Advisor Score entry point." lightbox="./media/advisor-score.png":::
3240

3341
## Interpret an Advisor score
3442

3543
Advisor displays your overall Advisor score and a breakdown for Advisor categories, in percentages. A score of 100% in any category means all your resources assessed by Advisor follow the best practices that Advisor recommends. On the other end of the spectrum, a score of 0% means that none of your resources assessed by Advisor follow Advisor's recommendations. Using these score grains, you can easily achieve the following flow:
3644

3745
* **Advisor score** helps you baseline how your workload or subscriptions are doing based on an Advisor score. You can also see the historical trends to understand what your trend is.
38-
* **Score by category** for each recommendation tells you which outstanding recommendations will improve your score the most. These values reflect both the weight of the recommendation and the predicted ease of implementation. These factors help to make sure you can get the most value with your time. They also help you with prioritization.
46+
* **Score by category** for each recommendation tells you which outstanding recommendations improve your score the most. These values reflect both the weight of the recommendation and the predicted ease of implementation. These factors help to make sure you can get the most value with your time. They also help you with prioritization.
3947
* **Category score impact** for each recommendation helps you prioritize your remediation actions for each category.
4048

4149
The contribution of each recommendation to your category score is shown clearly on the **Advisor score** page in the Azure portal. You can increase each category score by the percentage point listed in the **Potential score increase** column. This value reflects both the weight of the recommendation within the category and the predicted ease of implementation to address the potentially easiest tasks. Focusing on the recommendations with the greatest score impact will help you make the most progress with time.
4250

4351
![Screenshot that shows the Advisor score impact.](https://user-images.githubusercontent.com/41593141/195171044-6a45fa99-a291-49f3-8914-2b596771e63b.png)
4452

45-
If any Advisor recommendations aren't relevant for an individual resource, you can postpone or dismiss those recommendations. They'll be excluded from the score calculation with the next refresh. Advisor will also use this input as additional feedback to improve the model.
53+
If any Advisor recommendations aren't relevant for an individual resource, you can postpone or dismiss those recommendations. They'll be excluded from the score calculation with the next refresh. Advisor will also use this input as feedback to improve the model.
4654

4755
## How is an Advisor score calculated?
4856

4957
Advisor displays your category scores and your overall Advisor score as percentages. A score of 100% in any category means all your resources, *assessed by Advisor*, follow the best practices that Advisor recommends. On the other end of the spectrum, a score of 0% means that none of your resources, assessed by Advisor, follows Advisor recommendations.
5058

51-
**Each of the five categories has a highest potential score of 100.** Your overall Advisor score is calculated as a sum of each applicable category score, divided by the sum of the highest potential score from all applicable categories. For most subscriptions, that means Advisor adds up the score from each category and divides by 500. But *each category score is calculated only if you use resources that are assessed by Advisor*.
59+
**Each of the five categories has a highest potential score of 100.** Your overall Advisor score is calculated as a sum of each applicable category score, divided by the sum of the highest potential score from all applicable categories. In most cases this means adding up five Advisor scores for each category and dividing by 500. But *each category score is calculated only if you use resources that are assessed by Advisor*.
5260

5361
### Advisor score calculation example
5462

5563
* **Single subscription score:** This example is the simple mean of all Advisor category scores for your subscription. If the Advisor category scores are - **Cost** = 73, **Reliability** = 85, **Operational excellence** = 77, and **Performance** = 100, the Advisor score would be (73 + 85 + 77 + 100)/(4x100) = 0.84% or 84%.
56-
* **Multiple subscriptions score:** When multiple subscriptions are selected, the overall Advisor scores generated are weighted aggregate category scores. Here, each Advisor category score is aggregated based on resources consumed by subscriptions. After Advisor has the weighted aggregated category scores, Advisor does a simple mean calculation to give you an overall score for subscriptions.
64+
* **Multiple subscriptions score:** When multiple subscriptions are selected, the overall Advisor score is calculated as an average of aggregated category scores. Each category score is calculated using individual subscription score and subscription consumsumption based weight. Overall score is calculated as sum of aggregated category scores divided by the sum of the highest potential scores.
5765

5866
### Scoring methodology
5967

@@ -62,39 +70,47 @@ The calculation of the Advisor score can be summarized in four steps:
6270
1. Advisor calculates the *retail cost of impacted resources*. These resources are the ones in your subscriptions that have at least one recommendation in Advisor.
6371
1. Advisor calculates the *retail cost of assessed resources*. These resources are the ones monitored by Advisor, whether they have any recommendations or not.
6472
1. For each recommendation type, Advisor calculates the *healthy resource ratio*. This ratio is the retail cost of impacted resources divided by the retail cost of assessed resources.
65-
1. Advisor applies three additional weights to the healthy resource ratio in each category:
73+
1. Advisor applies three other weights to the healthy resource ratio in each category:
6674

6775
* Recommendations with greater impact are weighted heavier than recommendations with lower impact.
68-
* Resources with long-standing recommendations will count more against your score.
76+
* Resources with long-standing recommendations count more against your score.
6977
* Resources that you postpone or dismiss in Advisor are removed from your score calculation entirely.
7078

7179
Advisor applies this model at an Advisor category level to give an Advisor score for each category. **Security** uses a [secure score](../defender-for-cloud/secure-score-security-controls.md) model. A simple average produces the final Advisor score.
7280

73-
## Advisor score FAQs
81+
## Frequently Asked Questions (FAQs)
7482

7583
### How often is my score refreshed?
7684

7785
Your score is refreshed at least once per day.
7886

87+
### Why did my score change?
88+
89+
Your score can change if you remediate impacted resources by adopting the best practices that Advisor recommends. If you or anyone with permissions on your subscription has modified or created new resources, you might also see fluctuations in your score. Your score is based on a ratio of the cost-impacted resources relative to the total cost of all resources.
90+
91+
### I implemented a recommendation but my score did not change. Why the score did not increase?
92+
93+
The score does not reflect adopted recommendations right away. It takes at least 24 hours for the score to change after the recommendation is remediated.
94+
7995
### Why do some recommendations have the empty "-" value in the category score impact column?
8096

8197
Advisor doesn't immediately include new recommendations or recommendations with recent changes in the scoring model. After a short evaluation period, typically a few weeks, they're included in the score.
8298

83-
### Why is the Cost score impact greater for some recommendations even if they have lower potential savings?
99+
### Why is the cost score impact greater for some recommendations even if they have lower potential savings?
84100

85-
Your **Cost** score reflects both your potential savings from underutilized resources and the predicted ease of implementing those recommendations. For example, extra weight is applied to impacted resources that have been idle for a longer time, even if the potential savings is lower.
101+
Your **Cost** score reflects both your potential savings from underutilized resources and the predicted ease of implementing those recommendations. For example, extra weight is applied to impacted resources that have been idle for a long time, even if the potential savings are lower.
86102

87-
### Why don't I have a score for one or more categories or subscriptions?
103+
### What does it mean when I see "Coming soon" in the score impact column?
88104

89-
Advisor generates a score only for the categories and subscriptions that have resources that are assessed by Advisor.
105+
This message means that the recommendation is new, and we're working on bringing it to the Advisor score model. After this new recommendation is considered in a score calculation, you'll see the score impact value for your recommendation.
90106

91107
### What if a recommendation isn't relevant?
92108

93-
If you dismiss a recommendation from Advisor, it will be omitted from the calculation of your score. Dismissing recommendations also helps Advisor improve the quality of recommendations.
109+
If you dismiss a recommendation from Advisor, it is excluded from the calculation of your score. Dismissing recommendations also helps Advisor improve the quality of recommendations.
94110

95-
### Why did my score change?
111+
### Why don't I have a score for one or more categories or subscriptions?
96112

97-
Your score can change if you remediate impacted resources by adopting the best practices that Advisor recommends. If you or anyone with permissions on your subscription has modified or created new resources, you might also see fluctuations in your score. Your score is based on a ratio of the cost-impacted resources relative to the total cost of all resources.
113+
Advisor generates a score only for the categories and subscriptions that have resources that are assessed by Advisor.
98114

99115
### How does Advisor calculate the retail cost of resources on a subscription?
100116

@@ -112,21 +128,10 @@ No, not for now. But you can dismiss recommendations on individual resources if
112128

113129
The scoring methodology is designed to control for the number of resources on a subscription and service mix. Subscriptions with fewer resources can have higher or lower scores than subscriptions with more resources.
114130

115-
### What does it mean when I see "Coming soon" in the score impact column?
116-
117-
This message means that the recommendation is new, and we're working on bringing it to the Advisor score model. After this new recommendation is considered in a score calculation, you'll see the score impact value for your recommendation.
118-
119131
### Does my score depend on how much I spend on Azure?
120132

121133
No. Your score isn't necessarily a reflection of how much you spend. Unnecessary spending will result in a lower **Cost** score.
122134

123-
## Access Advisor Score
124-
125-
In the left pane, under the **Advisor** section, see **Advisor score**.
126-
127-
![Screenshot that shows the Advisor Score entry point.](https://user-images.githubusercontent.com/41593141/195171046-f0db9b6c-b59f-4bef-aa33-6a5c2ace18c0.png)
128-
129-
130135
## Next steps
131136

132137
For more information about Advisor recommendations, see:
217 KB
Loading

articles/ai-services/openai/how-to/monitoring.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mbullwin
66
ms.service: azure-ai-openai
77
ms.topic: how-to
88
ms.custom: subject-monitoring
9-
ms.date: 04/16/2024
9+
ms.date: 07/12/2024
1010
---
1111

1212
# Monitoring Azure OpenAI Service
@@ -56,6 +56,7 @@ The following table summarizes the current subset of metrics available in Azure
5656
|Metric|Category|Aggregation|Description|Dimensions|
5757
|---|---|---|---|---|
5858
|`Azure OpenAI Requests`|HTTP|Count|Total number of calls made to the Azure OpenAI API over a period of time. Applies to PayGo, PTU, and PTU-managed SKUs.| `ApiName`, `ModelDeploymentName`,`ModelName`,`ModelVersion`, `OperationName`, `Region`, `StatusCode`, `StreamType`|
59+
| `Active Tokens` | Usage | Total tokens minus cached tokens over a period of time. Applies to PTU and PTU-managed deployments. Use this metric to understand your TPS or TPM based utilization for PTUs and compare to your benchmarks for target TPS or TPM for your scenarios. | `ModelDeploymentName`,`ModelName`,`ModelVersion` |
5960
| `Generated Completion Tokens` | Usage | Sum | Number of generated tokens (output) from an Azure OpenAI model. Applies to PayGo, PTU, and PTU-manged SKUs | `ApiName`, `ModelDeploymentName`,`ModelName`, `Region`|
6061
| `Processed FineTuned Training Hours` | Usage |Sum| Number of training hours processed on an Azure OpenAI fine-tuned model. | `ApiName`, `ModelDeploymentName`,`ModelName`, `Region`|
6162
| `Processed Inference Tokens` | Usage | Sum| Number of inference tokens processed by an Azure OpenAI model. Calculated as prompt tokens (input) + generated tokens. Applies to PayGo, PTU, and PTU-manged SKUs.|`ApiName`, `ModelDeploymentName`,`ModelName`, `Region`|
@@ -64,6 +65,7 @@ The following table summarizes the current subset of metrics available in Azure
6465
|`Prompt Token Cache Match Rate` | HTTP | Average | **Provisioned-managed only**. The prompt token cache hit ration expressed as a percentage. | `ModelDeploymentName`, `ModelVersion`, `ModelName`, `Region`|
6566
|`Time to Response` | HTTP | Average | Recommended latency (responsiveness) measure for streaming requests. **Applies to PTU, and PTU-managed deployments**. This metric does not apply to standard pay-go deployments. Calculated as time taken for the first response to appear after a user sends a prompt, as measured by the API gateway. This number increases as the prompt size increases and/or cache hit size reduces. Note: this metric is an approximation as measured latency is heavily dependent on multiple factors, including concurrent calls and overall workload pattern. In addition, it does not account for any client- side latency that may exist between your client and the API endpoint. Please refer to your own logging for optimal latency tracking.| `ModelDepIoymentName`, `ModelName`, and `ModelVersion` |
6667

68+
6769
## Configure diagnostic settings
6870

6971
All of the metrics are exportable with [diagnostic settings in Azure Monitor](/azure/azure-monitor/essentials/diagnostic-settings). To analyze logs and metrics data with Azure Monitor Log Analytics queries, you need to configure diagnostic settings for your Azure OpenAI resource and your Log Analytics workspace.

articles/ai-services/speech-service/speech-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: eur
1414

1515
The Speech SDK (software development kit) exposes many of the [Speech service capabilities](overview.md), so you can develop speech-enabled applications. The Speech SDK is available [in many programming languages](quickstarts/setup-platform.md) and across platforms. The Speech SDK is ideal for both real-time and non-real-time scenarios, by using local devices, files, Azure Blob Storage, and input and output streams.
1616

17-
In some cases, you can't or shouldn't use the [Speech SDK](speech-sdk.md). In those cases, you can use REST APIs to access the Speech service. For example, use the [Speech to text REST API](rest-speech-to-text.md) for [batch transcription](batch-transcription.md) and [custom speech](custom-speech-overview.md).
17+
In some cases, you can't or shouldn't use the [Speech SDK](speech-sdk.md). In those cases, you can use REST APIs to access the Speech service. For example, use the [Speech to text REST API](rest-speech-to-text.md) for [batch transcription](batch-transcription.md) and [custom speech](custom-speech-overview.md) model management.
1818

1919
## Supported languages
2020

0 commit comments

Comments
 (0)