AZ-305 · Question #164
You plan to move a web application named App1 from an on-premises data center to Azure. App1 depends on a custom COM component that is installed on the host server. You need to recommend a solution to
The correct answer is D. Deploy a load balancer and a virtual machine scale set across two availability zones.. https://docs.microsoft.com/en-us/dotnet/azure/migration/app-service#com-and-com-components Azure App Service does not allow the registration of COM components on the platform. If your app makes use of any COM components, these need to be rewritten in managed code and deployed wit
Question
Options
- AIn two Azure regions, deploy a load balancer and a virtual machine scale set.
- BIn two Azure regions, deploy a Traffic Manager profile and a web app.
- CIn two Azure regions, deploy a load balancer and a web app.
- DDeploy a load balancer and a virtual machine scale set across two availability zones.
How the community answered
(55 responses)- A11% (6)
- B2% (1)
- C4% (2)
- D84% (46)
Explanation
https://docs.microsoft.com/en-us/dotnet/azure/migration/app-service#com-and-com-components Azure App Service does not allow the registration of COM components on the platform. If your app makes use of any COM components, these need to be rewritten in managed code and deployed with the site or application. https://docs.microsoft.com/en-us/dotnet/azure/migration/app-service Azure App Service with Windows Containers If your app cannot be migrated directly to App Service, consider App Service using Windows Containers, which enables usage of the GAC, COM components, MSIs, full access to .NET FX APIs, DirectX, and more.
Community Discussion
No community discussion yet for this question.