Which of the following best describes the main service model Azure provides to users?
Think about what cloud services generally offer: renting computing power and storage over the internet.
Azure is a cloud platform that provides virtual machines, storage, and other services to build and run applications remotely.
What is the main purpose of Azure Availability Zones within a region?
Think about how to keep applications running even if one part fails.
Availability Zones are separate physical locations within an Azure region designed to protect applications from datacenter failures.
Which Azure service is primarily used to manage user identities and control access to resources?
Consider which service handles user login and permissions.
Azure Active Directory is the cloud-based identity and access management service that helps secure user access to resources.
You have a web app running on Azure App Service. Traffic suddenly increases. Which feature allows your app to handle more users automatically?
Think about how cloud apps can adjust resources when more people use them.
Auto-scaling automatically adds or removes instances of your app to match traffic demand, keeping performance steady.
You want to allow an application to access Azure Blob Storage securely without exposing storage keys. Which is the best practice to achieve this?
Think about how to give access without sharing secret keys directly.
Using Managed Identities with RBAC allows secure, keyless access to storage by assigning permissions to the app's identity.