Skip to content

Commit b496086

Browse files
authored
Merge pull request #268020 from MicrosoftDocs/main
3/4/2024 PM Publish
2 parents 4624058 + d110040 commit b496086

File tree

438 files changed

+3497
-6591
lines changed

Some content is hidden

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

438 files changed

+3497
-6591
lines changed

articles/ai-services/document-intelligence/concept-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The pages collection is a list of pages within the document. Each page is repres
123123
| --- | --- | --- |
124124
|Images (JPEG/JPG, PNG, BMP, HEIF) | Each image = 1 page unit | Total images |
125125
|PDF | Each page in the PDF = 1 page unit | Total pages in the PDF |
126-
|TIFF | Each image in the TIFF = 1 page unit | Total images in the PDF |
126+
|TIFF | Each image in the TIFF = 1 page unit | Total images in the TIFF |
127127
|Word (DOCX) | Up to 3,000 characters = 1 page unit, embedded or linked images not supported | Total pages of up to 3,000 characters each |
128128
|Excel (XLSX) | Each worksheet = 1 page unit, embedded or linked images not supported | Total worksheets |
129129
|PowerPoint (PPTX) | Each slide = 1 page unit, embedded or linked images not supported | Total slides |

articles/ai-services/openai/concepts/assistants.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Azure OpenAI Service Assistant API concepts
33
titleSuffix: Azure OpenAI Service
44
description: Learn about the concepts behind the Azure OpenAI Assistants API.
55
ms.topic: conceptual
6-
ms.date: 02/05/2023
6+
ms.date: 03/04/2024
7+
ms.service: azure-ai-openai
78
manager: nitinme
89
author: mrbullwinkle
910
ms.author: mbullwin

articles/ai-studio/how-to/configure-managed-network.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ The Azure AI managed VNet feature is free. However, you're charged for the follo
322322
323323
## Limitations
324324

325+
* Azure AI Studio currently doesn't support bring your own virtual network, it only supports managed VNet isolation.
325326
* Azure AI services provisioned with Azure AI and Azure AI Search attached with Azure AI should be public.
326327
* The "Add your data" feature in the Azure AI Studio playground doesn't support private storage account.
327328
* Once you enable managed VNet isolation of your Azure AI, you can't disable it.

articles/ai-studio/how-to/create-azure-ai-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ At Azure AI hub resource creation, select between the networking isolation modes
114114

115115
At Azure AI hub resource creation in the Azure portal, creation of associated Azure AI services, Storage account, Key vault, Application insights, and Container registry is given. These resources are found on the Resources tab during creation.
116116

117-
To connect to Azure AI services (Azure OpenAI, Azure AI Search, and Azure AI Content Safety) or storage accounts in Azure AI Studio, create a private endpoint in your virtual network. Ensure the PNA flag is disabled when creating the private endpoint connection. For more about Azure AI services connections, follow documentation [here](../../ai-services/cognitive-services-virtual-networks.md). You can optionally bring your own (BYO) search, but this requires a private endpoint connection from your virtual network.
117+
To connect to Azure AI services (Azure OpenAI, Azure AI Search, and Azure AI Content Safety) or storage accounts in Azure AI Studio, create a private endpoint in your virtual network. Ensure the PNA (Public Network Access) flag is disabled when creating the private endpoint connection. For more about Azure AI services connections, follow documentation [here](../../ai-services/cognitive-services-virtual-networks.md). You can optionally bring your own (BYO) search, but this requires a private endpoint connection from your virtual network.
118118

119119
### Encryption
120120
Projects that use the same Azure AI hub resource, share their encryption configuration. Encryption mode can be set only at the time of Azure AI hub resource creation between Microsoft-managed keys and Customer-managed keys.

articles/ai-studio/how-to/create-manage-compute.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ To create a compute instance in Azure AI Studio:
6666
- **Assign a managed identity**: You can attach system assigned or user assigned managed identities to grant access to resources. The name of the created system managed identity will be in the format `/workspace-name/computes/compute-instance-name` in your Microsoft Entra ID.
6767
- **Enable SSH access**: Enter credentials for an administrator user account that will be created on each compute node. These can be used to SSH to the compute nodes.
6868
Note that disabling SSH prevents SSH access from the public internet. When a private virtual network is used, users can still SSH from within the virtual network.
69-
- **Enable virtual network**:
70-
- If you're using an Azure Virtual Network, specify the Resource group, Virtual network, and Subnet to create the compute instance inside an Azure Virtual Network. You can also select No public IP to prevent the creation of a public IP address, which requires a private link workspace. You must also satisfy these network requirements for virtual network setup.
71-
- If you're using a managed virtual network, the compute instance is created inside the managed virtual network. You can also select No public IP to prevent the creation of a public IP address. For more information, see managed compute with a managed network.
7269

7370
1. On the **Applications** page you can add custom applications to use on your compute instance, such as RStudio or Posit Workbench. Then select **Next**.
7471
1. On the **Tags** page you can add additional information to categorize the resources you create. Then select **Review + Create** or **Next** to review your settings.

0 commit comments

Comments
 (0)