You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/tutorials/copilot-sdk-create-resources.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,14 +78,10 @@ You need an Azure AI Search service and connection in order to create a search i
78
78
79
79
### Create an Azure AI Search service
80
80
81
-
If you already have an Azure AI Search service in the same location as your project, you can skip to the [next section](#connect).
81
+
If you already have an Azure AI Search service, you can skip to the [next section](#connect).
82
82
83
-
Otherwise, you can create an Azure AI Search service using the [Azure portal](https://portal.azure.com).
83
+
Otherwise, you can create an Azure AI Search service using the Azure portal.
84
84
85
-
> [!IMPORTANT]
86
-
> Use the same location as your project for the Azure AI Search service. Find your project's location in the top-right project picker of the Azure AI Studio in the project view.
87
-
88
-
1. Go to the [Azure portal](https://portal.azure.com).
89
85
1.[Create an Azure AI Search service](https://portal.azure.com/#create/Microsoft.Search) in the Azure portal.
90
86
1. Select your resource group and instance details. You can see details about pricing and pricing tiers on this page.
91
87
1. Continue through the wizard and select **Review + assign** to create the resource.
@@ -94,18 +90,18 @@ Otherwise, you can create an Azure AI Search service using the [Azure portal](ht
94
90
95
91
### <aname="connect"></a>Connect the Azure AI Search to your project
96
92
97
-
If you already have an Azure AI Search connection in your project, you can skip to [configure access for the Azure AI Search service](#configure). Only use an existing connection if it's in the same location as your project.
93
+
If you already have an Azure AI Search connection in your project, you can skip to [configure access for the Azure AI Search service](#configure).
98
94
99
95
In the Azure AI Studio, check for an Azure AI Search connected resource.
100
96
101
97
1. In [AI Studio](https://ai.azure.com), go to your project and select **Settings** from the left pane.
102
98
1. In the **Connected resources** section, look to see if you have a connection of type Azure AI Search.
103
-
1. If you have an Azure AI Search connection, verify that it is in the same location as your project. If so, you can skip ahead to [configure access for the Azure AI Search service](#configure).
99
+
1. If you have an Azure AI Search connection, you can skip ahead to [configure access for resources](#configure).
104
100
1. Otherwise, select **New connection** and then **Azure AI Search**.
105
101
1. Find your Azure AI Search service in the options and select **Add connection**.
106
102
1. Continue through the wizard to create the connection. For more information about adding connections, see [this how-to guide](../how-to/connections-add.md#create-a-new-connection).
107
103
108
-
## <aname="configure"></a> Configure access
104
+
## <aname="configure"></a> Configure access for resources
109
105
110
106
This section shows how to configure the various access controls needed for the resources you created in the previous sections.
0 commit comments