Skip to content

Commit

Permalink
Merge pull request #2171 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
1/6/2025 PM Publish
Taojunshen authored Jan 6, 2025
2 parents 42aa8f3 + de344b8 commit 7840f69
Showing 6 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion articles/ai-services/content-understanding/faq.yml
Original file line number Diff line number Diff line change
@@ -66,4 +66,4 @@ sections:
- question: |
What are the pricing tier options for Content Understanding
answer: |
Content Understanding only supports Standard S0 pricing tier. See more details on the pricing page.
Content Understanding only supports Standard S0 pricing tier. See more details on the [**Content Understanding pricing page**](https://azure.microsoft.com/pricing/details/content-understanding/).
2 changes: 2 additions & 0 deletions articles/ai-services/content-understanding/toc.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@ items:
href: service-limits.md
- name: Language and region support
href: language-region-support.md
- name: Pricing
href: https://azure.microsoft.com/pricing/details/content-understanding/
- name: FAQ
displayName: FAQ, definition, updates, previews
href: faq.yml
Original file line number Diff line number Diff line change
@@ -49,23 +49,23 @@ This category contains the following entity:
:::column-end:::
:::row-end:::

## Category: PhoneNumber
## Category: Phone

This category contains the following entity:

:::row:::
:::column span="":::
**Entity**

PhoneNumber
Phone

:::column-end:::
:::column span="2":::
**Details**

All telephone numbers (including toll-free numbers or numbers that may be easily found or considered public knowledge) are considered PII

To get this entity category, add `PhoneNumber` to the `pii-categories` parameter. `PhoneNumber` will be returned in the API response if detected.
To get this entity category, add `Phone` to the `pii-categories` parameter. `Phone` will be returned in the API response if detected.
:::column-end:::

30 changes: 14 additions & 16 deletions articles/ai-studio/how-to/configure-managed-network.md
Original file line number Diff line number Diff line change
@@ -774,22 +774,20 @@ To allow installation of __Python packages for training and deployment__, add ou
Visual Studio Code relies on specific hosts and ports to establish a remote connection.

#### Hosts
If you plan to use __Visual Studio Code__ with the hub, add outbound _FQDN_ rules to allow traffic to the following hosts:

* `*.vscode.dev`
* `vscode.blob.core.windows.net`
* `*.gallerycdn.vsassets.io`
* `raw.githubusercontent.com`
* `*.vscode-unpkg.net`
* `*.vscode-cdn.net`
* `*.vscodeexperiments.azureedge.net`
* `default.exp-tas.com`
* `code.visualstudio.com`
* `update.code.visualstudio.com`
* `*.vo.msecnd.net`
* `marketplace.visualstudio.com`
* `pkg-containers.githubusercontent.com`
* `github.com`

The hosts in this section are used to install Visual Studio Code packages to establish a remote connection between Visual Studio Code and the compute instances for your project.

> [!NOTE]
> This is not a complete list of the hosts required for all Visual Studio Code resources on the internet, only the most commonly used. For example, if you need access to a GitHub repository or other host, you must identify and add the required hosts for that scenario. For a complete list of host names, see [Network Connections in Visual Studio Code](https://code.visualstudio.com/docs/setup/network).

| __Host name__ | __Purpose__ |
| ---- | ---- |
| `*.vscode.dev`<br>`*.vscode-unpkg.net`<br>`*.vscode-cdn.net`<br>`*.vscodeexperiments.azureedge.net`<br>`default.exp-tas.com` | Required to access vscode.dev (Visual Studio Code for the Web) |
| `code.visualstudio.com` | Required to download and install VS Code desktop. This host isn't required for VS Code Web. |
| `update.code.visualstudio.com`<br>`*.vo.msecnd.net` | Used to retrieve VS Code server bits that are installed on the compute instance through a setup script. |
| `marketplace.visualstudio.com`<br>`vscode.blob.core.windows.net`<br>`*.gallerycdn.vsassets.io` | Required to download and install VS Code extensions. These hosts enable the remote connection to compute instances. For more information, see [Get started with Azure AI Foundry projects in VS Code](./develop/vscode.md). |
| `https://github.com/microsoft/vscode-tools-for-ai/tree/master/azureml_remote_websocket_server/*` | Used to retrieve websocket server bits that are installed on the compute instance. The websocket server is used to transmit requests from Visual Studio Code client (desktop application) to Visual Studio Code server running on the compute instance. |
| `vscode.download.prss.microsoft.com` | Used for Visual Studio Code download CDN |
#### Ports
You must allow network traffic to ports 8704 to 8710. The VS Code server dynamically selects the first available port within this range.
4 changes: 4 additions & 0 deletions articles/ai-studio/how-to/develop/vscode.md
Original file line number Diff line number Diff line change
@@ -84,6 +84,10 @@ AI app templates are linked from the right side of the **Code** tab of your proj

To provision an entirely new set of resources, including a new hub and project, and deploy these sample applications, you can use the [Azure Developer CLI](/azure/developer/azure-developer-cli/) (AZD) in your local development environment.

## Use network isolation

If your Azure AI Foundry project is configured for network isolation you may need to open ports to the internet, For more information, visit [How to configure network isolation](../configure-managed-network.md#scenario-use-visual-studio-code).

## Remarks

If you plan to work across multiple code and data directories, or multiple repositories, you can use the split root file explorer feature in VS Code. To try this feature, follow these steps:
Original file line number Diff line number Diff line change
@@ -741,7 +741,7 @@ The following base images are deprecated:
**Troubleshooting steps**

Upgrade your base image to a latest version of supported images
* See available [base images](https://github.com/Azure/AzureML-Containers/tree/master/base)
* See available [base images](https://github.com/Azure/AzureML-Containers/tree/master/images)

### No tag or digest
<!--issueDescription-->

0 comments on commit 7840f69

Please sign in to comment.