Which statement best describes the DTU pricing model for Azure SQL Database?
Think about how DTU combines different resources into one unit.
DTU (Database Transaction Unit) is a blended measure of CPU, memory, and I/O resources bundled together for simplified pricing.
You need to select a pricing model for an Azure SQL Database that requires predictable performance and flexibility to scale compute and storage independently. Which pricing model fits best?
Consider which model offers separate scaling of resources.
The vCore model allows you to scale compute and storage independently, providing more flexibility and predictable pricing.
What happens when you increase storage size in the DTU pricing model compared to the vCore pricing model?
Think about how storage and compute are linked in each model.
DTU bundles compute and storage, so increasing storage often increases DTUs and cost. vCore separates storage cost, so you pay only for added storage.
Which statement correctly describes security features availability between DTU and vCore pricing models?
Consider which model is newer and supports more advanced features.
The vCore model supports the latest advanced security features such as Azure Defender and Always Encrypted, while DTU is more limited.
You have an Azure SQL Database workload with fluctuating compute needs but steady storage requirements. Which approach best optimizes cost using the vCore pricing model?
Think about how to handle variable compute needs cost-effectively.
The serverless compute tier in the vCore model automatically scales compute based on workload demand, while storage remains fixed, optimizing cost for variable workloads.