From 382d33642d89d445b37878cb3da2647e5dd8e842 Mon Sep 17 00:00:00 2001 From: emtelgen Date: Tue, 10 Oct 2023 12:11:49 -0400 Subject: [PATCH] fixing the notes --- docs/sessions/03_cloud_storage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sessions/03_cloud_storage.md b/docs/sessions/03_cloud_storage.md index 3c7769c..6f2d9f2 100644 --- a/docs/sessions/03_cloud_storage.md +++ b/docs/sessions/03_cloud_storage.md @@ -71,9 +71,9 @@ Notes: [How to mount Azure Files on Linux using SMB](https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux?tabs=smb311) Notes: -1. SMB (invented by Microsoft for Windows) and [NFS](https://learn.microsoft.com/en-us/windows-server/storage/nfs/nfs-overview) (invented by Sun Microsystems from Unix) are competing methods for attaching network storage. Both were created for on-premise servers, but Azure Files storage brings this to the cloud. -1. this tutorial uses command line, and requires an ssh connection to the VM you create. -1. Knowledge of Linux systems (mount points, fstab, etc) required +- SMB (invented by Microsoft for Windows) and [NFS](https://learn.microsoft.com/en-us/windows-server/storage/nfs/nfs-overview) (invented by Sun Microsystems from Unix) are competing methods for attaching network storage. Both were created for on-premise servers, but Azure Files storage brings this to the cloud. +- this tutorial uses command line, and requires an ssh connection to the VM you create. +- Knowledge of Linux systems (mount points, fstab, etc) required **Optional: Python And Blob Storage**