You plan to move a web app named App1 from an on-premises datacenter to Azure. App1 depends on a custom COM component that is installed on the host server. You ...
Microsoft AZ-305 Exam
Questions Number: 184 out of 268 Questions
68.66%
Question 184
You plan to move a web app named App1 from an on-premises datacenter to Azure. App1 depends on a custom COM component that is installed on the host server. You need to recommend a solution to host App1 in Azure. The solution must meet the following requirements: - App1 must be available to users if an Azure datacenter becomes unavailable. - Costs must be minimized. What should you include in the recommendation?
Need to use a virtual machine as Azure App service does not allow COM components. Need two availability zones to protect against an Azure datacenter failure. Incorrect: Not A, Not D: Cannot use a web app. 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. Reference: https://docs.microsoft.com/en-us/dotnet/azure/migration/app-service#com-and-com-components