A regular Azure API Management service update was started on December 7, 2020, and included the following new features and bug fixes, along other improvements. It may take several weeks for your API Management service to receive the update.
New
- You can now create and manage API backends in the Azure portal.
- You can now log API inspector traces to Application Insights and Azure Monitor by setting the
verbosityproperty of theservice/diagnosticsresource todebug. Azure portal interface for this feature will be released in early 2021. - You can now mask or hide sensitive query parameters and headers in diagnostic logs. The
hidesetting will remove an entity, whilemasksetting will replace it with the word "hidden". Refer to theservice/diagnosticsAPI endpoint documentation for more details. Azure portal interface for this feature will be released in early 2021. - You can now monitor database connectivity in secondary regions in the
Network Statuspage in the Azure portal as well as via the respective API call, if your API Management service is deployed in multiple regions. - New management API version
2020-06-01-previewis now available for testing.
Fixed
- Elements of collections in responses from the
Content TypesandContent Itemsmanagement API endpoints no longer overlap between pages.