Skip to content

Commit 6b75c52

Browse files
authored
changed files by pdets auto publish service, publishid[7f72929b-3ce9-473e-b65d-3de3ec6da457] and do [publish].
1 parent 0a4c44c commit 6b75c52

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

learn-pr/wwl-azure/design-data-storage-solution-for-non-relational-data/includes/10-summary-resources.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,3 @@ Copilot can assist you in designing Azure infrastructure solutions. Copilot can
4242

4343
- Choose a [data storage approach in Azure](/training/modules/choose-storage-approach-in-azure/).
4444

45-
## Learn more with optional hands-on exercises
46-
47-
- Create a [storage account by using the Azure portal (sandbox)](/training/modules/create-azure-storage-account).
48-
49-
- Manage [caching and performance in Azure Storage disks (sandbox)](/training/modules/caching-and-performance-azure-storage-and-disks/).
50-
51-
- Secure your [Azure Virtual Machines disks (sandbox)](/training/modules/secure-your-azure-virtual-machine-disks/).

learn-pr/wwl-azure/design-data-storage-solution-for-non-relational-data/includes/4-design-for-data-redundancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Azure Storage always stores multiple copies of your Tailwind Traders data. This redundancy ensures the data is protected from planned and unplanned events. These events can include transient hardware failures, network or power outages, and massive natural disasters. [Storage redundancy](/azure/storage/common/storage-redundancy?azure-portal=true) ensures your storage account meets its availability and durability targets. This video reviews the data redundancy options.
22

3-
> [! VIDEO https://learn-video.azurefd.net/vod/player?id=6e6c2595-326b-4a7b-9891-ef108eecd9e8]
3+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=6e6c2595-326b-4a7b-9891-ef108eecd9e8]
44
55

66
### Things to know about data redundancy

learn-pr/wwl-azure/design-data-storage-solution-for-non-relational-data/includes/5-design-for-azure-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Azure Blob Storage](/azure/storage/blobs/storage-blobs-overview) is a cloud-based object storage service offered by Microsoft Azure. Blob storage is designed to store large amounts of unstructured data, such as text, images, documents, videos, and audio files. This video from the Developer course covers the basics of blob storage.
22

3-
> [! VIDEO https://learn-video.azurefd.net/vod/player?id=335682c0-7869-4eb7-ac14-bc3b8c4d84a4]
3+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=335682c0-7869-4eb7-ac14-bc3b8c4d84a4]
44
55
There are two main points to consider in an implementation plan for Azure Blob Storage. First, you need to identify which Azure _blob access tier_ satisfies your organization's storage availability, latency, and cost requirements. The second consideration is to decide if you need access to immutable storage.
66

learn-pr/wwl-azure/design-data-storage-solution-for-non-relational-data/includes/6-design-for-azure-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Azure Files](/azure/storage/files/storage-files-introduction) provides fully managed cloud-based file shares that are hosted on Azure. Shared files are accessible by using the industry standard Server Message Block (SMB) protocol, Network File System (NFS) protocol, and the Azure Files REST API. You can mount or connect to an Azure file share at the same time on all the main operating systems. This video compares files storage to blob storage.
22

3-
> [! VIDEO https://learn-video.azurefd.net/vod/player?id=020ad252-b21d-40bd-8885-c0ca0093bc41]
3+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=020ad252-b21d-40bd-8885-c0ca0093bc41]
44
55
### Things to know about Azure Files
66

learn-pr/wwl-azure/design-data-storage-solution-for-non-relational-data/includes/8-design-for-storage-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Azure Storage provides a layered security model that lets you secure and control the level of access to your storage accounts. The model consists of several storage security options, including firewall policies, customer-managed keys, and endpoints. This video from the Developers course highlights storage security features.
22

3-
> [! VIDEO https://learn-video.azurefd.net/vod/player?id=70edcdd1-7dab-478a-83ea-d07f4f883d67]
3+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=70edcdd1-7dab-478a-83ea-d07f4f883d67]
44
55
### Things to know about storage security
66

0 commit comments

Comments
 (0)