Storing and searching vectors with Azure AI Search incur no extra charges. The only costs are associated with your search units (which are storage partitions) and replicas for SLA.
You may estimate your vector storage cost by estimating your vector index size here: Vector index size limit - Azure AI Search | Microsoft Learn, and then looking at the service limits to see what SKU works best for your requirement. Pricing -Azure Cognitive Search | Microsoft Azure
Image Extraction Skillset and Semantic Ranker pricing also are included in this page.
Azure OpenAI for text embedding ada 002 calls AI Search service -for indexing and vector queries as of: Azure OpenAI Service - Pricing | Microsoft Azure, specifically under "ada".
Note: It is recommended to check the Azure doc/pricing page for the latest info and pricing calculator for estimations.
https://azure.microsoft.com/contact/pricing/
You may always file a (free) support ticket with our Azure subscription support team to receive swift and focused assistance on Azure billing/subscription related questions: how-to-create-azure-support-request.
If the answer helped (pointed, you in the right direction) > please click Accept Answer - it benefits the community to find the answers quicker.