There are many ways to make your cloud system more secure, here is a little overview of the most common and useful techniques to achieve safe cloud infrastrucutre
Account Shared Access Signature
The account -SAS is a Signature, that enables the client to access resources in one or more of the storage services. Everything you can do with service SAS you can do with account SAS as well. So basically the account SAS is used for delegating access to a group of services
Service Shared Access Signature
The Service SAS is a Signature which is used to delegate access to exactly one resource.
A stored acess policy gives you more fine tunes control over service SAS on the server side. The stored acess policy (SAP) can be used to group shared access signatures and to provide additional restrictions for signatures that are bound by that policy. You can use SAP on Blob containesr, File Shares, Qoues, and Tables.
Role Based Access controll (RBAC)
RBAC lets you distribute resource access much more fine-grained than with the other methods.