Azure SQL Database has different editions and performance tiers.
You can find version, edition (basic, standard, or premium), and service objective (S0,S1,P4,P11, etc.) of SQL Database that is running as a service in Azure using the following statements:
select @@version
SELECT DATABASEPROPERTYEX...