Skip to content

Commit 98ad935

Browse files
committed
Added links
1 parent 4eba5fd commit 98ad935

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

articles/search/search-try-for-free.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 09/12/2024
11+
ms.date: 09/13/2024
1212
---
1313

1414
# Try Azure AI Search for free
@@ -47,7 +47,7 @@ Application frontends are useful if you're prototyping a solution for a wider au
4747

4848
Azure AI Search has integrated operations with applied AI in the Azure cloud. Integration depends on services running within the same region. This is a requirement for data residency and for efficient operations.
4949

50-
Verifying region availability can save you time and frusteration because you need to choose a region that supports all of the services you want to use.
50+
Verifying region availability can save you time and frustration because you need to choose a region that supports all of the services you want to use.
5151

5252
Start here:
5353

@@ -88,11 +88,22 @@ You can also monitor billing by searching for *subscriptions* in the Azure porta
8888

8989
## Tips for getting the most value from your subscription
9090

91-
Try the portal quickstarts for Azure AI Search. It's the fastest approach creating searchable content, and you don't need coding skills to complete the tasks.
91+
Try the portal quickstarts for Azure AI Search or quickstarts that use Visual Studio Code with REST or Python extensions. It's the fastest approach creating searchable content, and you don't need coding skills to complete the tasks.
9292

93-
Developers should review azure-search-vector-samples repository or the solution accelerators. You can deploy and run any of these samples using the Azure trial subscription.
93+
- [Quickstart: Vector search in the Azure portal](search-get-started-portal-import-vectors.md)
94+
- [Quickstart: Image search in the Azure portal](search-get-started-portal-image-search.md)
95+
- [Quickstart: Keyword in the Azure portal](search-get-started-portal.md)
96+
- [Quickstart: Generative search (RAG) using a Python client](search-get-started-rag.md)
97+
- [Quickstart: Vector search using a REST client](search-get-started-vector.md)
9498

95-
Many samples and accelerators come with bicep scripts that deploy all Azure resources and dependencies, so you can skip installation steps and explore an operational solution as soon as the development completes.
99+
Azure AI Studio and Azure OpenAI Studio support connecting to content in Azure AI Search
100+
101+
- [Quickstart: Chat using your own data in Azure OpenAI Studio](/azure/ai-services/openai/use-your-data-quickstart)
102+
- [Tutorial: Build a custom chat app with the prompt flow SDK](/azure/ai-studio/tutorials/copilot-sdk-create-resources)
103+
104+
Developers should review [azure-search-vector-samples](https://github.com/Azure/azure-search-vector-samples) repository or the solution accelerators. You can deploy and run any of these samples using the Azure trial subscription.
105+
106+
Many samples and [accelerators](resource-tools.md) come with bicep scripts that deploy all Azure resources and dependencies, so you can skip installation steps and explore an operational solution as soon as the development completes.
96107

97108
## Use the free tier
98109

@@ -107,12 +118,12 @@ Review the [service limits](search-limits-quotas-capacity.md) for other constrai
107118

108119
## Next steps
109120

110-
After provisioning a service, you can continue in the portal to create your first index.
121+
Sign up for an Azure trial subscription:
111122

112123
> [!div class="nextstepaction"]
113-
> [Quickstart: Create an Azure AI Search index in the portal](search-get-started-portal.md)
124+
> [Start your free trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F)
114125
115-
Want to optimize and save on your cloud spending?
126+
When you're ready, add Azure AI Search as your first resource:
116127

117128
> [!div class="nextstepaction"]
118-
> [Start analyzing costs with Cost Management](/azure/cost-management-billing/costs/quick-acm-cost-analysis?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn)
129+
> [Create a search service](search-create-service-portal.md)

0 commit comments

Comments
 (0)