File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -37,21 +37,23 @@ To set or edit a policy, follow the following steps:
37
37
6 . Select an operation to which you want to apply the policy. If you want to apply the policy to all operations, select ** All operations** .
38
38
7 . Select the ** </>** (code editor) icon in the ** Inbound processing** or ** Outbound processing** section.
39
39
8 . Paste the desired policy code into one of the appropriate blocks.
40
-
41
- <policies >
42
- <inbound >
43
- <base />
44
- </inbound >
45
- <backend >
46
- <base />
47
- </backend >
48
- <outbound >
49
- <base />
50
- </outbound >
51
- <on-error >
52
- <base />
53
- </on-error >
54
- </policies >
40
+
41
+ ``` XML
42
+ <policies >
43
+ <inbound >
44
+ <base />
45
+ </inbound >
46
+ <backend >
47
+ <base />
48
+ </backend >
49
+ <outbound >
50
+ <base />
51
+ </outbound >
52
+ <on-error >
53
+ <base />
54
+ </on-error >
55
+ </policies >
56
+ ```
55
57
56
58
## Configure scope
57
59
@@ -131,4 +133,4 @@ See the following related topics:
131
133
132
134
+ [Transform APIs](transform-api.md)
133
135
+ [Policy Reference](api-management-policy-reference.md) for a full list of policy statements and their settings
134
- + [ Policy samples] ( policy-samples.md )
136
+ + [Policy samples](policy-samples.md)
You can’t perform that action at this time.
0 commit comments