Valet Key pattern

Another way of adding an extra layer of security to your cloud-based solution is using security tokens to access specific cloud resources.

As an example, let's consider a client application that sends a request to a cloud application. In this request, the cloud application needs to retrieve a Blob file from a cloud data store and returns them to the client:

We can handle this scenario with the Gatekeeper pattern, but in particular types of scenario, in order to increase the overall performances of the architecture, we could directly permit the data store to handle the streaming of data, bypassing the extra processing of the ...

Get Implementing Azure Cloud Design Patterns now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.