Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| azure:az-500:storage_security [2022/06/21 20:27] – [Shared Access Storage (SAS)] mmuze | azure:az-500:storage_security [2022/07/20 19:08] (current) – [Shared Access Signature(SAS)] mmuze | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Azure Storage Access ===== | ===== Azure Storage Access ===== | ||
| * Azure AD/RBAC authorization is preferred over all other authorization storage options for Azure Storage. | * Azure AD/RBAC authorization is preferred over all other authorization storage options for Azure Storage. | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| ==== Types of Authorization ==== | ==== Types of Authorization ==== | ||
| * [[https:// | * [[https:// | ||
| Line 20: | Line 27: | ||
| ===== Shared Access Signature(SAS) ===== | ===== Shared Access Signature(SAS) ===== | ||
| * SAS is a string that contains a security token that can be attached to a URI that gives access to storage objects | * SAS is a string that contains a security token that can be attached to a URI that gives access to storage objects | ||
| + | * [[https:// | ||
| - | ==== Types ==== | + | |
| - | | + | |
| - | * **account level ** | + | * A **user delegation** SAS is secured with Azure Active Directory (Azure AD) credentials and also by the permissions specified for the SAS. A user delegation SAS applies to Blob storage |
| - | * **user delegation | + | * A **service SAS** is secured with the storage account key. A service SAS delegates access to a resource in only one of the Azure Storage services: Blob storage, Queue storage, Table storage, or Azure Files. A service-level SAS applies to just one service (e.g. blob, Azure Files...). |
| + | * An **account | ||
| - | ==== Stored Access Policy ==== | + | * A **SAS** can take one of two forms. **Ad hoc SAS** where the expiry and permissions are part of the SAS URI and Service **SAS** with **stored access policy** where the SAS references |
| - | > A stored access policy | + | * A user delegated SAS and account SAS must be an ad hoc SAS |
| ===== Stored Access Policy ===== | ===== Stored Access Policy ===== | ||
| + | > A stored access policy provides an additional level of control over service-level shared access signatures (SAS) on the server side. | ||
| + | * A [[https:// | ||
| + | * [[https:// | ||
| ====== Storage Service Encryption ====== | ====== Storage Service Encryption ====== | ||