Skip to content

Commit 165291c

Browse files
authored
Merge pull request #269206 from MicrosoftDocs/main
3/15 OOB publish
2 parents 7809195 + ed33d68 commit 165291c

15 files changed

+147
-57
lines changed

articles/ai-services/openai/references/azure-machine-learning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: Learn how to use Azure OpenAI on your Azure Machine Learning index
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/14/2024
8+
ms.date: 03/14/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
1212
ms.custom: devx-track-python
1313
---
1414

15-
# Data source - Azure Machine Learning index
15+
# Data source - Azure Machine Learning index (preview)
1616

1717
The configurable options of Azure Machine Learning index when using Azure OpenAI On Your Data. This data source is supported in API version `2024-02-15-preview`.
1818

articles/ai-services/openai/references/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: Learn how to use Azure OpenAI on your Elasticsearch data Python & R
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/14/2024
8+
ms.date: 03/14/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
1212
ms.custom: devx-track-python
1313
---
1414

15-
# Data source - Elasticsearch
15+
# Data source - Elasticsearch (preview)
1616

1717
The configurable options for Elasticsearch when using Azure OpenAI On Your Data. This data source is supported in API version `2024-02-15-preview`.
1818

articles/ai-services/openai/references/on-your-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ POST {endpoint}/openai/deployments/{deployment-id}/chat/completions?api-version=
3232
* `2024-02-01` [Swagger spec](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2024-02-01).
3333

3434
> [!NOTE]
35-
> [Azure Machine learning indexes](./azure-machine-learning.md), [Pinecone](./pinecone.md), and [Elasticsearch](./elasticsearch.md) are only supported in the `2024-02-15-preview` API version.
35+
> [Azure Machine learning indexes](./azure-machine-learning.md), [Pinecone](./pinecone.md), and [Elasticsearch](./elasticsearch.md) are only supported in the `2024-02-15-preview` API version as a preview.
3636
3737
## URI parameters
3838

@@ -84,9 +84,9 @@ This list shows the supported data sources.
8484

8585
* [Azure AI Search](./azure-search.md)
8686
* [Azure Cosmos DB for MongoDB vCore](./cosmos-db.md)
87-
* [Azure Machine Learning index](./azure-machine-learning.md)
88-
* [Elasticsearch](./elasticsearch.md)
89-
* [Pinecone](./pinecone.md)
87+
* [Azure Machine Learning index (preview)](./azure-machine-learning.md)
88+
* [Elasticsearch (preview)](./elasticsearch.md)
89+
* [Pinecone (preview)](./pinecone.md)
9090

9191
## Examples
9292

articles/ai-services/openai/references/pinecone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: Learn how to use Azure OpenAI on your Pinecone data Python & REST A
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/14/2024
8+
ms.date: 03/14/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
1212
ms.custom: devx-track-python
1313
---
1414

15-
# Data source - Pinecone
15+
# Data source - Pinecone (preview)
1616

1717
The configurable options of Pinecone when using Azure OpenAI On Your Data. This data source is supported in API version `2024-02-15-preview`.
1818

articles/ai-services/openai/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ items:
213213
href: ./references/azure-search.md
214214
- name: Data source - Azure Cosmos DB for MongoDB vCore
215215
href: ./references/cosmos-db.md
216-
- name: Data source - Azure Machine Learning index
216+
- name: Data source - Azure Machine Learning index (preview)
217217
href: ./references/azure-machine-learning.md
218-
- name: Data source - Elasticsearch
218+
- name: Data source - Elasticsearch (preview)
219219
href: ./references/elasticsearch.md
220-
- name: Data source - Pinecone
220+
- name: Data source - Pinecone (preview)
221221
href: ./references/pinecone.md
222222
- name: Ingestion API (preview)
223223
href: /rest/api/azureopenai/ingestion-jobs

articles/aks/operator-best-practices-storage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Best practices for storage and backup
33
titleSuffix: Azure Kubernetes Service
44
description: Learn the cluster operator best practices for storage, data encryption, and backups in Azure Kubernetes Service (AKS)
55
ms.topic: conceptual
6+
ms.subservice: aks-storage
67
ms.date: 04/28/2023
78

89
---

articles/app-service/configure-ssl-certificate.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ To secure a custom domain in a TLS binding, the certificate has more requirement
5353
> **Elliptic Curve Cryptography (ECC) certificates** work with App Service but aren't covered by this article. For the exact steps to create ECC certificates, work with your certificate authority.
5454
5555
> [!NOTE]
56-
> After you upload a private certificate to an app, the certificate is stored in a deployment unit that's bound to the App Service plan's resource group, region, and operating system combination, internally called a *webspace*. That way, the certificate is accessible to other apps in the same resource group and region combination. Private certificates uploaded or imported to App Service are shared with App Services in the same deployment unit.
56+
> After you add a private certificate to an app, the certificate is stored in a deployment unit that's bound to the App Service plan's resource group, region, and operating system combination, internally called a *webspace*. That way, the certificate is accessible to other apps in the same resource group, region, and OS combination. Private certificates uploaded or imported to App Service are shared with App Services in the same deployment unit.
57+
>
58+
> You can add up to 1000 private certificates per webspace.
5759
5860
## Create a free managed certificate
5961

articles/cdn/cdn-purge-endpoint.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: kumud
77
ms.assetid: 0b50230b-fe82-4740-90aa-95d4dde8bd4f
88
ms.service: azure-cdn
99
ms.topic: how-to
10-
ms.date: 02/21/2023
10+
ms.date: 03/15/2024
1111
ms.author: duau
1212

1313
---
@@ -47,13 +47,7 @@ This guide walks you through purging assets from all edge nodes of an endpoint.
4747
3. **Root domain purge**: Purge the root of the endpoint with "/" in the path.
4848

4949
> [!TIP]
50-
> 1. Paths must be specified for purge and must be a relative URL that fit the following [regular expression](/dotnet/standard/base-types/regular-expression-language-quick-reference).
51-
>
52-
> 1. Single URL purge `@"^\/(?>(?:[a-zA-Z0-9-_.%=\(\)\u0020]+\/?)*)$";`
53-
> 1. Query string `@"^(?:\?[-\@_a-zA-Z0-9\/%:;=!,.\+'&\(\)\u0020]*)?$";`
54-
> 1. Wildcard purge `@"^\/(?:[a-zA-Z0-9-_.%=\(\)\u0020]+\/)*\*$";`.
55-
>
56-
> More **Path** textboxes will appear after you enter text to allow you to build a list of multiple assets. You can delete assets from the list by clicking the ellipsis (...) button.
50+
> 1. Paths must be specified for purge and must be a relative URL that fit the following [RFC 3986 - Uniform Resource Identifier (URI: Generic Syntax](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
5751
>
5852
> 1. In Azure CDN from Microsoft, query strings in the purge URL path are not considered. If the path to purge is provided as `/TestCDN?myname=max`, only `/TestCDN` is considered. The query string `myname=max` is omitted. Both `TestCDN?myname=max` and `TestCDN?myname=clark` will be purged.
5953

articles/frontdoor/end-to-end-tls.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: frontdoor
55
author: duongau
66
ms.service: frontdoor
77
ms.topic: conceptual
8-
ms.date: 02/15/2024
8+
ms.date: 03/15/2024
99
ms.author: duau
1010
zone_pivot_groups: front-door-tiers
1111
---
@@ -36,6 +36,10 @@ Although Azure Front Door supports TLS 1.2, which introduced client/mutual authe
3636

3737
You can configure the minimum TLS version in Azure Front Door in the custom domain HTTPS settings using the Azure portal or the [Azure REST API](/rest/api/frontdoorservice/frontdoor/frontdoors/createorupdate#minimumtlsversion). Currently, you can choose between 1.0 and 1.2. As such, specifying TLS 1.2 as the minimum version controls the minimum acceptable TLS version Azure Front Door will accept from a client. For minimum TLS version 1.2 the negotiation will attempt to establish TLS 1.3 and then TLS 1.2, while for minimum TLS version 1.0 all four versions will be attempted. When Azure Front Door initiates TLS traffic to the origin, it will attempt to negotiate the best TLS version that the origin can reliably and consistently accept. Supported TLS versions for origin connections are TLS 1.0, TLS 1.1, TLS 1.2 and TLS 1.3.
3838

39+
> [!NOTE]
40+
> * Clients with TLS 1.3 enabled are required to support one of the Microsoft SDL compliant EC Curves, including Secp384r1, Secp256r1, and Secp521, in order to successfully make requests with Azure Front Door using TLS 1.3.
41+
> * It is recommended that clients use one of these curves as their preferred curve during requests to avoid increased TLS handshake latency, which may result from multiple round trips to negotiate the supported EC curve.
42+
3943
## Supported certificates
4044

4145
When you create your TLS/SSL certificate, you must create a complete certificate chain with an allowed Certificate Authority (CA) that is part of the [Microsoft Trusted CA List](https://ccadb-public.secure.force.com/microsoft/IncludedCACertificateReportForMSFT). If you use a non-allowed CA, your request will be rejected.

articles/operator-insights/concept-mcc-data-product.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To use the Quality of Experience - Affirmed MCC Data Product:
6969
1. [Install the Azure Operator Insights ingestion agent and configure it to upload data](set-up-ingestion-agent.md).
7070

7171
Alternatively, you can provide your own ingestion agent.
72+
1. Configure your Affirmed MCCs to send EDRs to the ingestion agent. See [Configuration for Affirmed MCCs](#configuration-for-affirmed-mccs).
7273

7374
## Requirements for the Azure Operator Insights ingestion agent
7475

@@ -118,19 +119,18 @@ The ingestion agent must use MCC EDRs as a data source.
118119
119120
For more information about all the configuration options, see [Configuration reference for Azure Operator Insights ingestion agent](ingestion-agent-configuration-reference.md).
120121

121-
### Configure Affirmed MCCs
122+
## Configuration for Affirmed MCCs
122123

123-
Once the agents are installed and running, configure the MCCs to send EDRs to them.
124+
When you have installed and configured your ingestion agents, configure the MCCs to send EDRs to them.
124125

125-
1. Follow the steps under "Generating SESSION, BEARER, FLOW, and HTTP Transaction EDRs" in the [Affirmed Networks Active Intelligent vProbe System Administration Guide](https://manuals.metaswitch.com/vProbe/latest/vProbe_System_Admin/Content/02%20AI-vProbe%20Configuration/Generating_SESSION__BEARER__FLOW__and_HTTP_Transac.htm) (only available to customers with Affirmed support), making the following changes:
126+
Follow the steps in "Generating SESSION, BEARER, FLOW, and HTTP Transaction EDRs" in the [Affirmed Networks Active Intelligent vProbe System Administration Guide](https://manuals.metaswitch.com/vProbe/latest) (only available to customers with Affirmed support), making the following changes:
126127

127-
- Replace the IP addresses of the MSFs in MCC configuration with the IP addresses of the VMs running the ingestion agents.
128+
- Replace the IP addresses of the MSFs in MCC configuration with the IP addresses of the VMs running the ingestion agents.
129+
- Confirm that the following EDR server parameters are set.
128130

129-
- Confirm that the following EDR server parameters are set.
130-
131-
- port: 36001
132-
- encoding: protobuf
133-
- keep-alive: 2 seconds
131+
- `port`: 36001
132+
- `encoding`: protobuf
133+
- `keep-alive`: 2 seconds
134134

135135
## Related content
136136

0 commit comments

Comments
 (0)