Structuring your Key Vaults

When talking about storing any piece of data, our first response is to throw it in a Key Vault. But like any aspect of system design, throwing everything into the same box, or into a smattering of boxes that lie here, there, and everywhere, eventually leads you to having a mess where there is no … Read More

Using Versions with Azure APIM

Versions are similar to Revisions, but they are different in their own sense as well. The benefit of working with versions is that developers can separate what is currently running (in maintenance mode) and work on new features, without one disturbing the other – making everyone happy. To create a version, you simply right-click on … Read More