Configuring Windows Server Hybrid Advanced Services — Question 32
You have an on-premises server named Server1 that runs Windows Server. Server1 has the Web Server (IIS) server role installed and hosts an ASP.NET web app named App1.
You have an Azure subscription.
You plan to migrate App1 to a container in Azure.
You need to export App1 to a ZIP file.
What should you install on Server1?
Answer options
- A. the Windows Server Migration Tools feature
- B. the IIS Management Scripts and Tools role service
- C. Web Deploy
- D. Docker Enterprise
Correct answer: C
Explanation
The correct answer is C, Web Deploy, as it is specifically designed to facilitate the deployment and migration of web applications, including exporting them to ZIP files. Options A and B are not directly related to exporting applications, while D, Docker Enterprise, is related to containerization but does not assist with the export process itself.