A company is designing a new relational database solution in Azure. The database has the following requirements:
* Must support SQL Server Agent for scheduling internal database maintenance tasks.
* Must be deployed with a private IP address within an Azure Virtual Network (VNet).
Which two Azure SQL deployment options meet these requirements?
- SQL Server on Azure Virtual MachinesCevap
- Azure SQL Managed InstanceCevap
- CAzure SQL Database single database
- DAzure SQL Database elastic pool
Cevap
SQL Server on Azure Virtual Machines and Azure SQL Managed Instance
SQL Server on Azure Virtual Machines and Azure SQL Managed Instance both natively support SQL Server Agent. Additionally, both options are deployed directly within an Azure Virtual Network, giving them private IP addresses by default.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate Azure SQL relational database service based on feature compatibility and network isolation requirements.