Azure / api-management-policy-snippets

Re-usable examples of Azure API Management policies
MIT License
326 stars 147 forks source link

Update README.md #131

Open simonkurtz-MSFT opened 3 weeks ago

simonkurtz-MSFT commented 3 weeks ago

Add multiple logical environments in one API Management

simonkurtz-MSFT commented 3 weeks ago

@mikebudzynski, this is PR 2/2. Chad Dumas, @ferantoMSFT, and I recently worked through this scenario that can provide some pragmatic environment approach in the absence of Workspaces.

tomkerkhove commented 2 weeks ago

Can we merge this with https://github.com/Azure/api-management-policy-snippets/pull/130?

simonkurtz-MSFT commented 2 weeks ago

@tomkerkhove, yes, please. The way I edited the files in GitHub created two patches. The two PRs belong together. If it's not too much trouble, just merge #130 and #131 together, so that I don't have to recreate one PR, please. =)

mikebudzynski commented 1 week ago

@simonkurtz-MSFT Could you please refactor the readme and the policy files in both #130 and #131 to not talk about environments? Maintaining multiple environments in one service without any isolation (with workspaces) and switching between them on runtime is a bad practice. I see the proposed policy being useful for A/B testing of backend deployments or implementations.