You are creating an ASP.NET Core web API that you want to host in Azure.
You need to have the API automatically generate JavaScript Object Notation (JSON) and user-friendly documentation.
Which technology should you use?
You should use Swagger. This technology automatically generates JSON and user-friendly documentation for web APIs.
You should not use Gulp. Gulp is a JavaScript build toolkit that allows you to stream client-side code.
You should not use AngularJS. AngularJS is a JavaScript framework that allows you to bind application data to HTML elements.
You should not use Docker. Docker allows you to automate deployment of containers.