Skip to content

Commit 55beaf8

Browse files
authored
Merge pull request #280794 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 9f2e45d + 1016267 commit 55beaf8

File tree

56 files changed

+1018
-921
lines changed

Some content is hidden

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

56 files changed

+1018
-921
lines changed

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/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

articles/azure-app-configuration/feature-management-dotnet-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET feature flag management
33
titleSuffix: Azure App Configuration
4-
description: In this tutorial, you learn how to use feature flags in .NET apps. The feature management library provides various out-of-the-box solutions for application development, ranging from simple feature toggles to complex feature experimentation.
4+
description: Learn to implement feature flags in your .NET and ASP.NET Core applications using feature management and Azure App Configuration. Dynamically manage feature rollouts, conduct A/B testing, and control feature visibility without redeploying the app.
55
services: azure-app-configuration
66
author: zhiyuanliang-ms
77
ms.author: zhiyuanliang

articles/azure-app-configuration/quickstart-feature-flag-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart for adding feature flags to ASP.NET Core apps
33
titleSuffix: Azure App Configuration
4-
description: This tutorial will guide you through the process of integrating feature flags from Azure App Configuration into your ASP.NET Core apps.
4+
description: Learn to implement feature flags in your ASP.NET Core application using feature management and Azure App Configuration. Dynamically manage feature rollouts, conduct A/B testing, and control feature visibility without redeploying the app.
55
services: azure-app-configuration
66
author: zhenlan
77
ms.service: azure-app-configuration

articles/azure-app-configuration/quickstart-feature-flag-dotnet-background-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart for adding feature flags to .NET background service
33
titleSuffix: Azure App Configuration
4-
description: A quickstart for adding feature flags to .NET background services and managing them in Azure App Configuration
4+
description: Learn to implement feature flags in your .NET background service using feature management and Azure App Configuration. Dynamically manage feature rollouts, conduct A/B testing, and control feature visibility without redeploying the app.
55
services: azure-app-configuration
66
author: zhiyuanliang-ms
77
ms.service: azure-app-configuration

articles/azure-app-configuration/quickstart-feature-flag-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart for adding feature flags to .NET/.NET Framework apps
33
titleSuffix: Azure App Configuration
4-
description: A quickstart for adding feature flags to .NET/.NET Framework apps and managing them in Azure App Configuration.
4+
description: Learn to implement feature flags in your .NET application using feature management and Azure App Configuration. Dynamically manage feature rollouts, conduct A/B testing, and control feature visibility without redeploying the app.
55
services: azure-app-configuration
66
author: zhiyuanliang-ms
77
ms.service: azure-app-configuration

articles/azure-government/compare-azure-government-global-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: EliotSeattle
77
ms.author: eliotgra
88
ms.custom: references_regions
99
recommendations: false
10-
ms.date: 07/05/2024
10+
ms.date: 07/12/2024
1111
---
1212

1313
# Compare Azure Government and global Azure
@@ -191,7 +191,7 @@ The following features of Azure OpenAI are available in Azure Government:
191191
|--------|--------|
192192
|Models available|US Gov Arizona:<br>&nbsp;&nbsp;&nbsp;GPT-4 (1106-Preview)<br>&nbsp;&nbsp;&nbsp;GPT-3.5-Turbo (1106)<br>&nbsp;&nbsp;&nbsp;GPT-3.5-Turbo (0125)<br>&nbsp;&nbsp;&nbsp;text-embedding-ada-002 (version 2)<br><br>US Gov Virginia:<br>&nbsp;&nbsp;&nbsp;GPT-4 (1106-Preview)<br>&nbsp;&nbsp;&nbsp;GPT-3.5-Turbo (0125)<br>&nbsp;&nbsp;&nbsp;text-embedding-ada-002 (version 2)<br><br>Learn more in [Azure OpenAI Service models](../ai-services/openai/concepts/models.md)|
193193
|Virtual network support & private link support| Yes. |
194-
| Connect your data | Available in US Gov Virginia. Virtual network and private links are supported. Deployment to a web app or a copilot in Copilot Studio is not supported. |
194+
| Connect your data | Available in US Gov Virginia and Arizona. Virtual network and private links are supported. Deployment to a web app or a copilot in Copilot Studio is not supported. |
195195
|Managed Identity|Yes, via Microsoft Entra ID|
196196
|UI experience|**Azure portal** for account & resource management<br>**Azure OpenAI Studio** for model exploration|
197197
|Abuse Monitoring|Not all features of Abuse Monitoring are enabled for AOAI in Azure Government. You will be responsible for implementing reasonable technical and operational measures to detect and mitigate any use of the service in violation of the Product Terms. [Automated Content Classification and Filtering](../ai-services/openai/concepts/content-filter.md) remains enabled by default for Azure Government.|

articles/azure-portal/azure-portal-safelist-urls.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Allow the Azure portal URLs on your firewall or proxy server
33
description: To optimize connectivity between your network and the Azure portal and its services, we recommend you add these URLs to your allowlist.
4-
ms.date: 12/15/2023
4+
ms.date: 07/12/2024
55
ms.topic: conceptual
66
---
77

@@ -136,11 +136,13 @@ ux.console.azure.com (Azure Cloud Shell)
136136
```
137137
*.applicationinsights.us
138138
*.azure.us
139+
*.azureedge.net
139140
*.loganalytics.us
140141
*.microsoft.us
141142
*.microsoftonline.us
142143
*.msauth.net
143144
*.msidentity.us
145+
*.s-microsoft.com
144146
*.usgovcloudapi.net
145147
*.usgovtrafficmanager.net
146148
*.windowsazure.us

0 commit comments

Comments
 (0)