Policies are the heart of Azure API Management, where you change the behavior of APIs such as transforming backend responses from XML to JSON, routing traffic to new backend web services, or validating headers. As developing policies in XML and C# is not a trivial task – combining two languages in the same file is hard – it is even more important to use tools that support you.
This chapter teaches you to be most effective in developing policies in Azure API Management. You know already where to implement policies in ...