A logistics company runs its inventory API on Azure Virtual Machines. The company decides to migrate this workload to Azure App Service (PaaS) to reduce administrative overhead. Which statement correctly describes how the responsibility for the operating system and runtime shifts after this migration?
- AThe customer remains responsible for installing operating system updates, while Microsoft assumes responsibility for application configuration.
- Microsoft becomes responsible for patching the operating system and runtime, while the customer remains responsible for configuring the application and data.Answer
- CMicrosoft assumes responsibility for all layers, including application source code maintenance and user identity management.
- DThe customer remains responsible for maintaining the physical server hardware and virtualization layer hosting the App Service.
Answer
Microsoft becomes responsible for patching the operating system and runtime, while the customer remains responsible for configuring the application and data.
In the Platform as a Service (PaaS) model, Microsoft takes over the management and patching of the underlying operating system and runtime environment (such as IIS, Node.js, or .NET runtimes). However, the customer is still responsible for deploying and configuring their application code, managing user identities, and protecting their data.
Step-by-Step Solution
Key Concept
Shared Responsibility Model