Azure SQL adds GA support for AI_GENERATE_EMBEDDINGS and CREATE EXTERNAL MODEL
Azure SQL Database and Azure SQL Managed Instance now generally support two T-SQL features for generating vector embeddings directly from SQL. CREATE EXTERNAL MODEL registers an external model and authentication, while AI_GENERATE_EMBEDDINGS calls that model from queries to produce embedding vectors.