We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39016e commit 74530cdCopy full SHA for 74530cd
1 file changed
README.md
@@ -124,7 +124,6 @@ Below is an example of an APIM policy that routes requests based on the `Priorit
124
<base />
125
</on-error>
126
</policies>
127
-
128
```
129
130
**Explanation:**
@@ -139,7 +138,7 @@ Below is an example of an APIM policy that routes requests based on the `Priorit
139
138
140
**Notes:**
141
142
-- Replace the `base-url` in `<set-backend-service>` with your actual endpoint URLs.
+- Replace the `base-url` in `<set-backend-service>` with your actual endpoint URLs or backend name.
143
- Ensure that the priority ranges are correctly defined and non-overlapping.
144
- This policy should be added to the inbound section of your APIM policy configuration.
145
0 commit comments