Skip to content

Commit 2029b1d

Browse files
authored
Merge pull request #1777 from MicrosoftDocs/main
12/2/2024 AM Publish
2 parents fffd4c5 + eb87a13 commit 2029b1d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

articles/ai-services/openai/encrypt-data-at-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 2/21/2024
9+
ms.date: 12/02/2024
1010
ms.author: mbullwin
1111
---
1212

articles/ai-services/openai/how-to/chat-markup-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle #dereklegenzoff
66
ms.author: mbullwin #delegenz
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 04/05/2024
9+
ms.date: 12/02/2024
1010
manager: nitinme
1111
keywords: ChatGPT
1212
---

articles/machine-learning/how-to-custom-dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ The following table shows example IPs from Azure US Government regions:
290290

291291
| FQDN | IP Address |
292292
| ----- | ----- |
293-
| `52882c08-ead2-44aa-af65-08a75cf094bd.workspace.chinaeast2.api.ml.azure.us` | `10.1.0.5` |
294-
| `52882c08-ead2-44aa-af65-08a75cf094bd.workspace.chinaeast2.cert.api.ml.azure.us` | `10.1.0.5` |
293+
| `52882c08-ead2-44aa-af65-08a75cf094bd.workspace.usgovvirginia.api.ml.azure.us` | `10.1.0.5` |
294+
| `52882c08-ead2-44aa-af65-08a75cf094bd.workspace.usgovvirginia.cert.api.ml.azure.us` | `10.1.0.5` |
295295
| `ml-mype-plt-usgovvirginia-52882c08-ead2-44aa-af65-08a75cf094bd.usgovvirginia.notebooks.usgovcloudapi.net` | `10.1.0.6` |
296296
| `*.usgovvirginia.inference.ml.azure.us` | `10.1.0.7` |
297297

articles/machine-learning/reference-model-inference-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.collection: ce-skilling-ai-copilot
1919

2020
The Azure AI Model Inference is an API that exposes a common set of capabilities for foundational models and that can be used by developers to consume predictions from a diverse set of models in a uniform and consistent way. Developers can talk with different models deployed in Azure AI Foundry portal without changing the underlying code they are using.
2121

22+
[!INCLUDE [machine-learning-preview-items-disclaimer](includes/machine-learning-preview-items-disclaimer.md)]
23+
2224
## Benefits
2325

2426
Foundational models, such as language models, have indeed made remarkable strides in recent years. These advancements have revolutionized various fields, including natural language processing and computer vision, and they have enabled applications like chatbots, virtual assistants, and language translation services.

articles/search/search-indexer-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are two options for allowing indexers to access these resources in such an
3838
* Configure an inbound rule for the IP address of your search service and the IP address range of `AzureCognitiveSearch` [service tag](/azure/virtual-network/service-tags-overview#available-service-tags). Details for configuring IP address range restrictions for each data source type can be found from the following links:
3939

4040
* [Azure Storage](/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range)
41-
* [Azure Cosmos DB](/azure/storage/common/storage-network-security#grant-access-from-an-internet-ip-range)
41+
* [Azure Cosmos DB](/azure/cosmos-db/how-to-configure-firewall)
4242
* [Azure SQL](/azure/azure-sql/database/firewall-configure#create-and-manage-ip-firewall-rules)
4343

4444
* As a last resort or as a temporary measure, disable the firewall by allowing access from **All Networks**.

0 commit comments

Comments
 (0)