A company is designing a deployment strategy for a web application that requires a custom third-party PHP extension installed directly into the web server's operating system kernel. The systems architect proposes deploying the application on Azure App Service (PaaS) to leverage automated operating system patching and scaling, while also planning to write a startup script that modifies the underlying OS kernel parameters to load the custom extension. Is the systems architect's proposed deployment strategy feasible on Azure App Service?
Cevap: Cevap
Cevap
The systems architect's proposed deployment strategy is not feasible (False) because Platform as a Service (PaaS) offerings like Azure App Service do not allow customers to perform kernel-level operating system modifications.
The correct answer is False because Platform as a Service (PaaS) offerings, such as Azure App Service, manage the underlying operating system and do not grant customers administrative or kernel-level access to install custom system extensions. Any requirement for kernel-level configuration requires an Infrastructure as a Service (IaaS) deployment.
Adım Adım Çözüm
Anahtar Kavram
Underlying operating system access limitations in Platform as a Service (PaaS)
Tahmini Süre:1m 30s