The best you can do is to grab missing indexes from query plans in the plan cache as shown in this support article and consolidate yourself the required index with existing indexes on the database. Creating indexes suggested on Azure Portal often ends with a proliferation of duplicated indexes.
Azure SQL Data Base: Missing Index
Fernando Gutierrez
180
Reputation points
Hello
I would like to know which script to run to check if there is a Missing Index in an Azure SQL Database.
In the Azure Portal it shows me recommendations for Indexes to apply, but it does not tell me when there is a Missing Index.
I would like to know which script within SQL Management Studio can be used to check if there are Missing Indexes.
Thanks!