You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Validation for the first condition works after deployment but the second one does not.
Ex:
test.com/abc -validation works
test.com/xyz -validation always fails with a valid access token error
After I go in through the web portal I see the policy is there just as in the arm template. All I do is re-save the policy and it works as expected again.
I am deploying an arm template for an existing APIM service and modifying the inbound policies for one of the apis to include a conditional :
Validation for the first condition works after deployment but the second one does not.
Ex:
test.com/abc -validation works
test.com/xyz -validation always fails with a valid access token error
After I go in through the web portal I see the policy is there just as in the arm template. All I do is re-save the policy and it works as expected again.