Skip to content

Commit c0f5d04

Browse files
committed
search not needed in same location as project
1 parent 83b3a71 commit c0f5d04

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

articles/ai-studio/tutorials/copilot-sdk-create-resources.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,10 @@ You need an Azure AI Search service and connection in order to create a search i
7878
7979
### Create an Azure AI Search service
8080

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).
8282

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.
8484

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).
8985
1. [Create an Azure AI Search service](https://portal.azure.com/#create/Microsoft.Search) in the Azure portal.
9086
1. Select your resource group and instance details. You can see details about pricing and pricing tiers on this page.
9187
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
9490

9591
### <a name="connect"></a>Connect the Azure AI Search to your project
9692

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).
9894

9995
In the Azure AI Studio, check for an Azure AI Search connected resource.
10096

10197
1. In [AI Studio](https://ai.azure.com), go to your project and select **Settings** from the left pane.
10298
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).
104100
1. Otherwise, select **New connection** and then **Azure AI Search**.
105101
1. Find your Azure AI Search service in the options and select **Add connection**.
106102
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).
107103

108-
## <a name="configure"></a> Configure access
104+
## <a name="configure"></a> Configure access for resources
109105

110106
This section shows how to configure the various access controls needed for the resources you created in the previous sections.
111107

0 commit comments

Comments
 (0)