When defining an Azure API Management policy in a Bicep or ARM template, the format of the policy value may be set to rawxml
(and rawxml-link
) or xml
(and xml-link
). I know what the link formats are, however there is an unclear difference between rawxml
and xml
.
I have looked through the MS Docs on this (ApiManagement Policy Template Definition) but have not found any indicator as to the differences or purposes of either format. Googling around has not produced a straight answer anyway, at least to my google skills.
What is the difference between rawxml
and xml
?