Skip to content

Commit 69dea1b

Browse files
authored
Merge pull request #3809 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents f400acb + 549b825 commit 69dea1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ You can send a streaming request using the `stream` parameter, allowing data to
562562
```json
563563
{
564564
"stream": true,
565-
"dataSources": [
565+
"data_sources": [
566566
{
567567
"type": "AzureCognitiveSearch",
568568
"parameters": {

articles/machine-learning/tutorial-create-secure-workspace-vnet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ To create a virtual network, use the following steps:
206206

207207
1. Select __Review + create__. Verify that the information is correct, and then select __Create__.
208208

209+
1. Once the key vault is created, select **Go to resource**.
210+
211+
1. From the left navigation, select __Networking__ the __Firewalls and virtual networks__ tab and then enable the checkbox for __Allow trusted Microsoft services to bypass this firewall__ and __Apply__.
212+
209213
## Create a container registry
210214

211215
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 __Container Registry__. Select the __Container Registry__ entry, and then select __Create__.

0 commit comments

Comments
 (0)