Categories
Archives
- September 2024
- August 2024
- July 2024
- June 2024
- April 2024
- March 2024
- January 2024
- December 2023
- October 2023
- September 2023
- August 2023
- July 2023
- May 2023
- April 2023
- February 2023
- January 2023
- November 2022
- October 2022
- September 2022
- July 2022
- May 2022
- April 2022
- February 2022
- January 2022
- December 2021
- November 2021
- September 2021
- August 2021
- July 2021
Year: 2022
Authorization – Exploring Storage Solutions
The next layer of protection ensures the person or application trying to access the data is authorized to. There are several different mechanisms in which to achieve this. RBAC Using RBAC, we can ensure a user or other type of identity (such as a managed identity or service principal) is authorized to perform a task …
Designing storage security – Exploring Storage Solutions
Protecting your data is a crucial consideration with any storage mechanism. Luckily, security is at the heart of Azure components, and storage solutions implement various protection levels by default. We will take a look at the different security options for Cosmos DB and Azure SQL in Chapter 12, Creating Saleable and Secure Databases. In this …
Designing storage security – Exploring Storage SolutionsRead More
VM disks – Exploring Storage Solutions
Windows and Linux servers must have at least one hard disk drive to store the operating system on and, sometimes, you might also need separate data disks. When virtualization was introduced, those disks also become virtual but were stored on physical drives as disk image files used by the Hypervisor. In the case of Windows …
Logging systems – Exploring Storage Solutions
Many applications and systems emit logging information that can be used for performance or diagnostics analysis. This type of data is typically a combination of structured and semi-structured data – but not always. This log data can be sent out in many different ways and from numerous sources, such as applications, VM operating systems, and …
Operational decisions – Exploring Storage Solutions
As we have discussed already, for each data type, there are also other factors that will determine which storage mechanism we choose. We need to think about how we will receive the data, how we will interact with the data, and how we will present it back to the user. User-interactive applications If data will …
Operational decisions – Exploring Storage SolutionsRead More
Data classification – Exploring Storage Solutions
The first question you need to ask when choosing a storage technology is what kind of data you are storing? In other words, we need to classify our data. Typically, data could be classified as one of the following types. Structured data Structured data is data that follows a strict definition or schema. Typically, this …
Data protection – Exploring Storage Solutions
Storage accounts offer several services to help you protect your data from accidental deletion or updates – these include the following: Important note At the time of writing, both soft delete and versioning are not available with Data Lake Gen 2 when using hierarchical namespaces. Both of these options cost more as you are effectively …
Understanding storage types – Exploring Storage Solutions-2
We have already mentioned that the GPv1 and GPv2 support file shares, so it is useful to take note of some of the main differences: Important note You might be expecting the sizes in GB, TB, or PB (that is, gigabyte, terabyte, or petabyte); however, these tables show TiB, GiB, and PiB (that is, gibibyte, …
Understanding storage types – Exploring Storage Solutions-2Read More