Skip to content

Commit 2dcff95

Browse files
committed
update
1 parent 6db1881 commit 2dcff95

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/ai-services/openai/how-to/network.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To create a virtual network, use the following steps:
3535
1. In the [Azure portal](https://portal.azure.com), select the portal menu in the upper left corner. From the menu, select **+ Create a resource** and then enter **Virtual Network** in the search field. Select the Virtual Network entry, and then select **Create**.
3636
2. From the **Basics** tab, select the Azure subscription to use for this resource and then select or create a new resource group. Under Instance details, enter a friendly name for your virtual network and select the region to create it in.
3737

38-
:::image type="content" source="../../media/how-to/global-batch/network-basics.png" alt-text="Screenshot of virtual network setup." lightbox="../../media/how-to/global-batch/network-basics.png":::
38+
:::image type="content" source="../../media/how-to/network-basics.png" alt-text="Screenshot of virtual network setup." lightbox="../../media/how-to/network-basics.png":::
3939

4040
1. Accept the default settings for **Security** and IP **addresses**. A subnet titled "default" will be created for your virtual network. Best practice is to create another subnet to delegate all private endpoints.
4141
1. Select **Review + create**.
@@ -52,15 +52,15 @@ To create a virtual network, use the following steps:
5252
1. In the Azure portal, select the Azure OpenAI resource you created. In Resource Management, navigate to the Networking tab.
5353
2. Under Allow access from, select Disabled. Disabled ensures no networks can access this resource. Private endpoint connections will be the exclusive way to access this resource. Select Save to save the settings.
5454

55-
:::image type="content" source="../../media/how-to/global-batch/network-disabled.png" alt-text="Screenshot of resource network disabled UX." lightbox="../../media/how-to/global-batch/network-disabled.png":::
55+
:::image type="content" source="../../media/how-to/network-disabled.png" alt-text="Screenshot of resource network disabled UX." lightbox="../../media/how-to/network-disabled.png":::
5656

5757
1. Navigate to the Private endpoint connections tab and select **+ Private endpoint**.
5858

59-
:::image type="content" source="../../media/how-to/global-batch/private-endpoint.png" alt-text="Screenshot of private endpoint connections tab." lightbox="../../media/how-to/global-batch/private-endpoint.png":::
59+
:::image type="content" source="../../media/how-to/private-endpoint.png" alt-text="Screenshot of private endpoint connections tab." lightbox="../../media/how-to/private-endpoint.png":::
6060

6161
1. From the Basics tab, select the Azure subscription to use for this resource and then select or create a new resource group. Under Instance details, enter a name for your resource and select the region to create it in. The region you create the private network in must be the same as the region you chose to create your virtual network in. The network interface name will automatically use the name and will add "-nic".
6262

63-
:::image type="content" source="../../media/how-to/global-batch/create-private-endpoint.png" alt-text="Screenshot of create private endpoint." lightbox="../../media/how-to/global-batch/create-private-endpoint.png":::
63+
:::image type="content" source="../../media/how-to/create-private-endpoint.png" alt-text="Screenshot of create private endpoint." lightbox="../../media/how-to/create-private-endpoint.png":::
6464

6565
1. From the Resource tab, the Resource type should be `Microsoft.CognitiveServices/accounts`. For Target sub-resource, select **account**.
6666

@@ -74,14 +74,14 @@ To create a virtual network, use the following steps:
7474
- Subscription: The same Azure subscription that contains the previous resources.
7575
- Resource group: The same Azure resource group that contains the previous resources.
7676

77-
:::image type="content" source="../../media/how-to/global-batch/create-private-link.png" alt-text="Screenshot of create private link DNS tab." lightbox="../../media/how-to/global-batch/create-private-link.png":::
77+
:::image type="content" source="../../media/how-to/create-private-link.png" alt-text="Screenshot of create private link DNS tab." lightbox="../../media/how-to/create-private-link.png":::
7878

7979
1. Select **Review + create**. Verify that the information is correct, and then select **Create**.
8080

8181
1. Once the private endpoint is created, you should see your private endpoint connection name, state, and description. You can select the link to the private endpoint and view further details on its DNS configuration.
8282

8383

84-
:::image type="content" source="../../media/how-to/global-batch/deployment-details.png" alt-text="Screenshot of deployment details post private link and endpoint deployment." lightbox="../../media/how-to/global-batch/deployment-details.png":::
84+
:::image type="content" source="../../media/how-to/deployment-details.png" alt-text="Screenshot of deployment details post private link and endpoint deployment." lightbox="../../media/how-to/deployment-details.png":::
8585

8686
## Configure gateway and client for local network access
8787

@@ -124,7 +124,7 @@ You can test the network connection to Azure OpenAI using the Test-NetConnection
124124
Test-NetConnection 10.0.0.4 -Port 443
125125
```
126126

127-
:::image type="content" source="../../media/how-to/global-batch/powershell.png" alt-text="Screenshot of network connection test with PowerShell" lightbox="../../media/how-to/global-batch/powershell.png":::
127+
:::image type="content" source="../../media/how-to/powershell.png" alt-text="Screenshot of network connection test with PowerShell" lightbox="../../media/how-to/powershell.png":::
128128

129129
This command should succeed only from a machine that is on the same private network as your Azure OpenAI instance. If this command fails, it means there is a networking issue. Here are some possible causes:
130130

0 commit comments

Comments
 (0)