Book Image

Robust Cloud Integration with Azure

By : Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott
Book Image

Robust Cloud Integration with Azure

By: Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott

Overview of this book

Any software developers, architects, and technical managers lookng to learn about Azure IaaS essentials need look no further. This book is ideal for Microsoft Enterprise developers, DevOps or any IT professionals looking to connect cloud-based and on-premises systems with Azure.
Table of Contents (23 chapters)
Robust Cloud Integration with Azure
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Adding summary and XML Documentation


First, we need to turn on the generation of XML documentation in the Build properties page of API App project.

Now uncomment the line that tells Swasbuckle to include XML comments in the Swagger.cs file.

You now need to implement the function GetXMLCommentsPath() that would return the XMLComment file for the API.

Now if you run the project, you can see the following in the Swagger UI. Now you can see the summary for API and description for parameters as shown here: