Skip to content

Commit a543183

Browse files
Merge pull request #430 from mrbullwinkle/mrb_09_20_2024_ropc
[Azure OpenAI] Managed Identity guidance
2 parents a03f9a9 + 2bb3bdb commit a543183

File tree

7 files changed

+28
-7
lines changed

7 files changed

+28
-7
lines changed

articles/ai-services/metrics-advisor/data-feeds-from-different-sources.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle
66
manager: nitinme
77
ms.service: azure-ai-metrics-advisor
88
ms.topic: conceptual
9-
ms.date: 01/19/2024
9+
ms.date: 09/20/2024
1010
ms.author: mbullwin
1111
---
1212

@@ -15,6 +15,9 @@ ms.author: mbullwin
1515

1616
[!INCLUDE [Deprecation announcement](includes/deprecation.md)]
1717

18+
> [!IMPORTANT]
19+
> Microsoft recommends that you use the most secure authentication flow available. Some of the authentication flows described in this article require a very high degree of trust in the application, and carries risks that are not present in other more secure flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
20+
1821
Use this article to find the settings and requirements for connecting different types of data sources to Azure AI Metrics Advisor. To learn about using your data with Metrics Advisor, see [Onboard your data](how-tos/onboard-your-data.md).
1922

2023
## Supported authentication types

articles/ai-services/metrics-advisor/encryption.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-metrics-advisor
88
ms.custom: applied-ai-non-critical-metrics-advisor
99
ms.topic: how-to
10-
ms.date: 01/19/2024
10+
ms.date: 09/20/2024
1111
ms.author: mbullwin
1212
#Customer intent: As a user of the Metrics Advisor service, I want to learn how encryption at rest works.
1313
---
@@ -16,6 +16,9 @@ ms.author: mbullwin
1616

1717
[!INCLUDE [Deprecation announcement](includes/deprecation.md)]
1818

19+
> [!IMPORTANT]
20+
> Microsoft recommends that you use the most secure authentication flow available. Some of the authentication flows described in this article require a very high degree of trust in the application, and carries risks that are not present in other more secure flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
21+
1922
Metrics Advisor service automatically encrypts your data when it's persisted to the cloud. The Metrics Advisor service encryption protects your data and helps you to meet your organizational security and compliance commitments.
2023

2124
[!INCLUDE [cognitive-services-about-encryption](../../ai-services/includes/cognitive-services-about-encryption.md)]

articles/ai-services/metrics-advisor/includes/quickstarts/csharp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ author: mrbullwinkle
55
manager: nitinme
66
ms.service: azure-ai-metrics-advisor
77
ms.topic: include
8-
ms.date: 01/19/2024
8+
ms.date: 09/20/2024
99
ms.author: mbullwin
1010
---
1111

1212
[Reference documentation](/dotnet/api/overview/azure/ai.metricsadvisor-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.AI.MetricsAdvisor) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/samples/README.md)
1313

14+
> [!IMPORTANT]
15+
> Microsoft recommends that you use the most secure authentication flow available. Some of the authentication flows described in this article require a very high degree of trust in the application, and carries risks that are not present in other more secure flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
16+
1417
## Prerequisites
1518

1619
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)

articles/ai-services/metrics-advisor/includes/quickstarts/java.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ author: mrbullwinkle
55
manager: nitinme
66
ms.service: azure-ai-metrics-advisor
77
ms.topic: include
8-
ms.date: 01/19/2024
8+
ms.date: 09/20/2024
99
ms.author: mbullwin
1010
---
1111

1212
[Reference documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/MetricsAdvisor/) | [Library source code](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/metricsadvisor/azure-ai-metricsadvisor/src) | [Artifact (Maven)](https://search.maven.org/artifact/com.azure/azure-ai-metricsadvisor) | [Samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples)
1313

14+
> [!IMPORTANT]
15+
> Microsoft recommends that you use the most secure authentication flow available. Some of the authentication flows described in this article require a very high degree of trust in the application, and carries risks that are not present in other more secure flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
16+
1417
## Prerequisites
1518

1619
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)

articles/ai-services/metrics-advisor/includes/quickstarts/javascript.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ author: mrbullwinkle
55
manager: nitinme
66
ms.service: azure-ai-metrics-advisor
77
ms.topic: include
8-
ms.date: 01/19/2024
8+
ms.date: 09/20/2024
99
ms.author: mbullwin
1010
---
1111

1212
[Reference documentation](/java/api/overview/azure/ai-metricsadvisor-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/metricsadvisor/ai-metrics-advisor/README.md) | [Package (npm)](https://www.npmjs.com/package/@azure/ai-metrics-advisor) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/metricsadvisor/ai-metrics-advisor/samples/v1/javascript)
1313

14+
> [!IMPORTANT]
15+
> Microsoft recommends that you use the most secure authentication flow available. Some of the authentication flows described in this article require a very high degree of trust in the application, and carries risks that are not present in other more secure flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
16+
1417
## Prerequisites
1518

1619
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)

articles/ai-services/metrics-advisor/includes/quickstarts/python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ author: mrbullwinkle
55
manager: nitinme
66
ms.service: azure-ai-metrics-advisor
77
ms.topic: include
8-
ms.date: 01/19/2024
8+
ms.date: 09/20/2024
99
ms.author: mbullwin
1010
---
1111

1212
[Reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-metricsadvisor/latest/azure.ai.metricsadvisor.html) | [Library source code](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/metricsadvisor/azure-ai-metricsadvisor/README.md) | [Package (PiPy)](https://pypi.org/project/azure-ai-metricsadvisor/) | [Samples](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/metricsadvisor/azure-ai-metricsadvisor/samples/README.md)
1313

14+
> [!IMPORTANT]
15+
> Microsoft recommends that you use the most secure authentication flow available. Some of the authentication flows described in this article require a very high degree of trust in the application, and carries risks that are not present in other more secure flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
16+
1417
## Prerequisites
1518

1619
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)

articles/ai-services/metrics-advisor/includes/quickstarts/rest-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mrbullwinkle
55
manager: nitinme
66
ms.service: azure-ai-metrics-advisor
77
ms.topic: include
8-
ms.date: 01/19/2024
8+
ms.date: 09/20/2024
99
ms.author: mbullwin
1010
---
1111

@@ -16,6 +16,9 @@ ms.author: mbullwin
1616
* [Python 3.x](https://www.python.org/)
1717
* Your own SQL database with time series data.
1818

19+
> [!IMPORTANT]
20+
> Microsoft recommends that you use the most secure authentication flow available. Some of the authentication flows described in this article require a very high degree of trust in the application, and carries risks that are not present in other more secure flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
21+
1922
## Set up
2023

2124
The example code for this quickstart will show you how to call the REST API using Python. For specific REST API calls, consult [GitHub Samples](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/MetricsAdvisor/stable/v1.0/examples)

0 commit comments

Comments
 (0)