SlideShare a Scribd company logo
4/29/2020 Azure
Work on Azure
Naseem Khoodoruth - CONFIDENTIAL
SYSTEM PLUS PIONEER LTD
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
1 | P a g e
Contents
Deploy Azure File Sync.......................................................................................................................................... 2
Create an Azure file share..................................................................................................................................2
Create a storage account............................................................................................................................... 3
Prepare Windows Server to use withAzure File Sync.............................................................................................. 6
Deploy the Storage Sync Service........................................................................................................................ 8
Install the Azure File Sync agent......................................................................................................................... 9
Register Windows Server with Storage Sync Service............................................................................................ 9
Create a sync group and a cloud endpoint........................................................................................................ 11
Create a server endpoint................................................................................................................................. 12
How to backup the Azure File Server.................................................................................................................... 14
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
2 | P a g e
Deploy Azure File Sync
Use Azure File Synctocentralize yourorganization'sfile sharesinAzure Files,while keepingthe flexibility,
performance,andcompatibilityof anon-premisesfileserver.Azure FileSynctransformsWindowsServerintoa
quickcache of your Azure file share.Youcanuse anyprotocol that's available onWindowsServertoaccessyour
data locally,includingSMB,NFS,andFTPS.You can have as many cachesas youneedacrossthe world.
Create an Azure file share
Prerequisites
Install Azure PowerShell
Powershell command: Install-Module -NameAz-AllowClobber
Install Azure CLI:https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest
Powershell command: Invoke-WebRequest-Uri https://aka.ms/installazurecliwindows -OutFile .AzureCLI.msi;Start-
Processmsiexec.exe -Wait-ArgumentList'/IAzureCLI.msi /quiet';rm.AzureCLI.msi
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
3 | P a g e
Create a storage account
Loginto Azure Portal
https://portal.azure.com/#home
Create a new storage account
Notes:
PremiumStorage storesdataon the latesttechnologySolidState Drives(SSDs)whereasStandardStorage stores
data on Hard DiskDrives(HDDs).PremiumStorage isspecificallydesignedforAzure Virtual Machine workloads
requiringconsistenthighperformance andlowlatency.
Replication:Althoughthisislabeledreplication,thisfieldactuallymeansredundancy;thisisthe desiredredundancy
level:locallyredundancy(LRS),zone redundancy(ZRS),geo-redundancy(GRS),andgeo-zone-redundancy.Thisdrop-
downlistalsocontainsread-accessgeo-redundancy(RA-GRS) andread-accessgeo-zone redundancy(RA-GZRS),
whichdo notapplyto Azure file shares;anyfile share createdinastorage account withthese selectedwill actually
be eithergeo-redundantorgeo-zone-redundant,respectively.Dependingonyourregionorselectedstorage account
type,some redundancyoptionsmaynotbe allowed.
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
4 | P a g e
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
5 | P a g e
Nowthe File Share available inmyAzure resources
In the file share listing,you shouldsee anyfilesharesyouhave previouslycreatedinthisstorage account;anempty
table if no file shareshave beencreatedyet.Select +File share to create a new file share.
The newfile share blade shouldappearonthe screen.Complete the fieldsinthe new file share bladetocreate a file
share:
 Name:the name of the file share tobe created.
 Quota: The quotaof the file share forstandardfile shares;the provisionedsize of the file share forpremium
file shares.
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
6 | P a g e
Prepare Windows Server to use with Azure File Sync
On-PremiseVirtual Machine Specification:
OS: WindowsServer2019 Standard
Memory6GB, 1vCPU, Hypervisor:Hyper-V
Prepare WindowsServerto use with Azure File Sync
For eachserverthat youintendtouse withAzure File Sync,includingeachservernode inaFailoverCluster,
disable InternetExplorerEnhancedSecurityConfiguration.Thisis requiredonlyforinitial serverregistration.You
can re-enable itafterthe serverhasbeenregistered.
 Portal
 PowerShell
Note
You can skipthisstepif you're deployingAzure File SynconWindowsServerCore.
1. OpenServerManager.
2. ClickLocal Server:
3. On the Propertiessubpane,selectthe linkfor IEEnhanced Security Configuration.
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
7 | P a g e
4. In the InternetExplorer EnhancedSecurity Configuration dialogbox,
selectOff forAdministrators and Users:
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
8 | P a g e
Deploy the Storage Sync Service
To deployaStorage Sync Service,goto the Azure portal,clickCreatea resourceand thensearchfor Azure File Sync.
In the searchresults,select Azure File Sync,andthenselect Create to openthe DeployStorage Sync tab.
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
9 | P a g e
Install the Azure File Sync agent
The Azure File Syncagentis a downloadable package thatenablesWindowsServertobe syncedwithanAzure file
share.
You can downloadthe agentfromthe MicrosoftDownloadCenter.Whenthe downloadisfinished,double-clickthe
MSI package to start the Azure File Syncagentinstallation.
Register Windows Server with Storage Sync Service
The ServerRegistrationUIshouldopenautomaticallyafterinstallationof the Azure File Syncagent.If itdoesn't,you
can openit manuallyfromitsfile location:C:ProgramFilesAzureStorageSyncAgentServerRegistration.exe.When
the ServerRegistrationUIopens,select Sign-intobegin.
Fill inthe detailsfromthe previousexercise andclickregister
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
10 | P a g e
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
11 | P a g e
Create a sync group and a cloud endpoint
A syncgroup definesthe synctopologyforasetof files.Endpointswithinasyncgroupare keptinsync witheach
other.A syncgroup mustcontainone cloudendpoint,whichrepresentsanAzure file share andone ormore server
endpoints. A serverendpointrepresentsapathon a registeredserver.A servercanhave serverendpointsin
multiple syncgroups.Youcan create as manysync groupsas you needtoappropriatelydescribe yourdesiredsync
topology
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
12 | P a g e
Create a server endpoint
Go to sync group and add serverendpoint
In the Add serverendpointpane,enterthe followinginformationtocreate a serverendpoint:
 Registeredserver:The name of the serveror clusterwhere youwanttocreate the serverendpoint.Path:
The WindowsServerpathto be syncedas part of the syncgroup.
 CloudTiering:A switchto enable ordisable cloudtiering.Withcloudtiering,infrequentlyusedoraccessed
filescanbe tieredtoAzure Files.
 Volume Free Space: The amountof free space toreserve onthe volume onwhichthe serverendpointis
located.Forexample,if volume freespace issetto50% on a volume thathas a single serverendpoint,
roughlyhalf the amountof data is tieredtoAzure Files.Regardlessof whethercloudtieringisenabled,your
Azure file share alwayshasa complete copyof the datain the sync group.
To add the serverendpoint,select Create.Yourfilesare now keptinsyncacross yourAzure file share andWindows
Server.
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
13 | P a g e
Afteraddingserverendpoint,the pathwill appearonthe local server(onpremise)
Testing
Copyfile the directory
Checkon the Azure Portal
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
14 | P a g e
How to backup the Azure File Server
Enablingbackup
Reviewandcreate
Modifystorage replication
By default,vaultsuse geo-redundantstorage (GRS).
 If the vaultisyour primarybackupmechanism, we recommendthatyouuse GRS.
 You can use locallyredundantstorage (LRS) asa low-costoption.
To modifythe storage replicationtype:
1. In the newvault,select Propertiesunderthe Settingssection.
2. On the Propertiespage,underBackup Configuration,selectUpdate.
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
15 | P a g e
3. Selectthe storage replicationtype,andselect Save.
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
16 | P a g e
Nowproceedwithbackup
Selectthe storage
Selectthe file share tobackup
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
17 | P a g e
Setyour backupPolicyasper yourrequirements(Daily,weekly, monthlyandyearly)
Thenenable backup
Backup configured
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
18 | P a g e
Map the Azure File Share toMy Windows10 Desktop
Clickconnect
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
19 | P a g e
Setthe drive letterandcopy
Run these PowerShell commandsfromanormal (notelevated) PowerShell terminal
Go to your desktopandopenwindowsPowerShell andrunthe command
NASEEM KHOODORUTH - CONFIDENTIAL
4/29/20
AZURE
20 | P a g e

More Related Content

What's hot

Azure Data Factory presentation with links
Azure Data Factory presentation with linksAzure Data Factory presentation with links
Azure Data Factory presentation with links
Chris Testa-O'Neill
 
Azure storage
Azure storageAzure storage
Azure storage
Raju Kumar
 
Azure Governance
Azure GovernanceAzure Governance
Azure Governance
Benjamin Hüpeden
 
1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx
BRIJESH KUMAR
 
AZ-900 Azure Fundamentals.pdf
AZ-900 Azure Fundamentals.pdfAZ-900 Azure Fundamentals.pdf
AZ-900 Azure Fundamentals.pdf
ssuser5813861
 
Azure governance v4.0
Azure governance v4.0Azure governance v4.0
Azure governance v4.0
Marcos Oikawa
 
Azure Backup Simplifies
Azure Backup SimplifiesAzure Backup Simplifies
Azure Backup Simplifies
Tanawit Chansuchai
 
Azure WAF
Azure WAFAzure WAF
Azure WAF
Cheah Eng Soon
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design Patterns
Amazon Web Services
 
Introduction to Amazon Relational Database Service (Amazon RDS)
Introduction to Amazon Relational Database Service (Amazon RDS)Introduction to Amazon Relational Database Service (Amazon RDS)
Introduction to Amazon Relational Database Service (Amazon RDS)
Amazon Web Services
 
Azure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftAzure Arc Overview from Microsoft
Azure Arc Overview from Microsoft
David J Rosenthal
 
Webinar: Simplifying the Enterprise Hybrid Cloud with Azure Stack HCI
Webinar: Simplifying the Enterprise Hybrid Cloud with Azure Stack HCIWebinar: Simplifying the Enterprise Hybrid Cloud with Azure Stack HCI
Webinar: Simplifying the Enterprise Hybrid Cloud with Azure Stack HCI
Storage Switzerland
 
Azure Data Engineering.pptx
Azure Data Engineering.pptxAzure Data Engineering.pptx
Azure Data Engineering.pptx
priyadharshini626440
 
Azure virtual machines & Terraform
Azure virtual machines  & Terraform Azure virtual machines  & Terraform
Azure virtual machines & Terraform
Juan Jose Gazzola
 
AWS glue technical enablement training
AWS glue technical enablement trainingAWS glue technical enablement training
AWS glue technical enablement training
Info Alchemy Corporation
 
Azure Identity and access management
Azure   Identity and access managementAzure   Identity and access management
Azure Identity and access management
Dinusha Kumarasiri
 
Azure SQL Database Managed Instance
Azure SQL Database Managed InstanceAzure SQL Database Managed Instance
Azure SQL Database Managed Instance
James Serra
 
Azure App Service Deep Dive
Azure App Service Deep DiveAzure App Service Deep Dive
Azure App Service Deep Dive
Azure Riyadh User Group
 
Introduction to Amazon Athena
Introduction to Amazon AthenaIntroduction to Amazon Athena
Introduction to Amazon Athena
Amazon Web Services
 
Understanding Azure AD
Understanding Azure ADUnderstanding Azure AD
Understanding Azure AD
New Horizons Ireland
 

What's hot (20)

Azure Data Factory presentation with links
Azure Data Factory presentation with linksAzure Data Factory presentation with links
Azure Data Factory presentation with links
 
Azure storage
Azure storageAzure storage
Azure storage
 
Azure Governance
Azure GovernanceAzure Governance
Azure Governance
 
1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx
 
AZ-900 Azure Fundamentals.pdf
AZ-900 Azure Fundamentals.pdfAZ-900 Azure Fundamentals.pdf
AZ-900 Azure Fundamentals.pdf
 
Azure governance v4.0
Azure governance v4.0Azure governance v4.0
Azure governance v4.0
 
Azure Backup Simplifies
Azure Backup SimplifiesAzure Backup Simplifies
Azure Backup Simplifies
 
Azure WAF
Azure WAFAzure WAF
Azure WAF
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design Patterns
 
Introduction to Amazon Relational Database Service (Amazon RDS)
Introduction to Amazon Relational Database Service (Amazon RDS)Introduction to Amazon Relational Database Service (Amazon RDS)
Introduction to Amazon Relational Database Service (Amazon RDS)
 
Azure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftAzure Arc Overview from Microsoft
Azure Arc Overview from Microsoft
 
Webinar: Simplifying the Enterprise Hybrid Cloud with Azure Stack HCI
Webinar: Simplifying the Enterprise Hybrid Cloud with Azure Stack HCIWebinar: Simplifying the Enterprise Hybrid Cloud with Azure Stack HCI
Webinar: Simplifying the Enterprise Hybrid Cloud with Azure Stack HCI
 
Azure Data Engineering.pptx
Azure Data Engineering.pptxAzure Data Engineering.pptx
Azure Data Engineering.pptx
 
Azure virtual machines & Terraform
Azure virtual machines  & Terraform Azure virtual machines  & Terraform
Azure virtual machines & Terraform
 
AWS glue technical enablement training
AWS glue technical enablement trainingAWS glue technical enablement training
AWS glue technical enablement training
 
Azure Identity and access management
Azure   Identity and access managementAzure   Identity and access management
Azure Identity and access management
 
Azure SQL Database Managed Instance
Azure SQL Database Managed InstanceAzure SQL Database Managed Instance
Azure SQL Database Managed Instance
 
Azure App Service Deep Dive
Azure App Service Deep DiveAzure App Service Deep Dive
Azure App Service Deep Dive
 
Introduction to Amazon Athena
Introduction to Amazon AthenaIntroduction to Amazon Athena
Introduction to Amazon Athena
 
Understanding Azure AD
Understanding Azure ADUnderstanding Azure AD
Understanding Azure AD
 

Similar to Azure File Share and File Sync guide (Beginners Edition)

How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...
How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...
How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...
Cloudian
 
How to Become Cloud Backup Provider
How to Become Cloud Backup ProviderHow to Become Cloud Backup Provider
How to Become Cloud Backup Provider
Cloudian
 
How to become cloud backup provider
How to become cloud backup providerHow to become cloud backup provider
How to become cloud backup provider
CLOUDIAN KK
 
Using Catalogic DPX with Microsoft Azure Cloud
Using Catalogic DPX with Microsoft Azure CloudUsing Catalogic DPX with Microsoft Azure Cloud
Using Catalogic DPX with Microsoft Azure Cloud
Catalogic Software
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Cloudian
 
DotNetNuke on Azure Cloud Servers
DotNetNuke on Azure Cloud ServersDotNetNuke on Azure Cloud Servers
DotNetNuke on Azure Cloud Servers
brchapman
 
Azure News Slides for October2017 - Azure Nights User Group
Azure News Slides for October2017 - Azure Nights User GroupAzure News Slides for October2017 - Azure Nights User Group
Azure News Slides for October2017 - Azure Nights User Group
Michael Frank
 
AzureDevOps_Developer.pdf
AzureDevOps_Developer.pdfAzureDevOps_Developer.pdf
AzureDevOps_Developer.pdf
kmani5
 
Azure Hands-on Session - Hybrid Cloud Sync using Azure File Sync.pptx
Azure Hands-on Session - Hybrid Cloud Sync using Azure File Sync.pptxAzure Hands-on Session - Hybrid Cloud Sync using Azure File Sync.pptx
Azure Hands-on Session - Hybrid Cloud Sync using Azure File Sync.pptx
ujjwalsoni23
 
Netxms install guide
Netxms install guideNetxms install guide
Netxms install guide
Naga Raju N
 
Devday 2014 using_afs_in_your_cloud_app
Devday 2014 using_afs_in_your_cloud_appDevday 2014 using_afs_in_your_cloud_app
Devday 2014 using_afs_in_your_cloud_app
Mihail Mateev
 
harjotverma_assign3
harjotverma_assign3harjotverma_assign3
harjotverma_assign3
Harjot Verma
 
R server and spark
R server and sparkR server and spark
R server and spark
BAINIDA
 
Install nagios
Install nagiosInstall nagios
Install nagios
hassandb
 
Install nagios
Install nagiosInstall nagios
Install nagios
hassandb
 
Install nagios
Install nagiosInstall nagios
Install nagios
hassandb
 
Squid proxy-configuration-guide
Squid proxy-configuration-guideSquid proxy-configuration-guide
Squid proxy-configuration-guide
jasembo
 
Web Werks Cloud Hosting FAQ
Web Werks Cloud Hosting FAQWeb Werks Cloud Hosting FAQ
Web Werks Cloud Hosting FAQ
Web Werks Data Centers
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud service
Jeffray Huang
 
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Sachin Jaypatre
 

Similar to Azure File Share and File Sync guide (Beginners Edition) (20)

How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...
How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...
How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...
 
How to Become Cloud Backup Provider
How to Become Cloud Backup ProviderHow to Become Cloud Backup Provider
How to Become Cloud Backup Provider
 
How to become cloud backup provider
How to become cloud backup providerHow to become cloud backup provider
How to become cloud backup provider
 
Using Catalogic DPX with Microsoft Azure Cloud
Using Catalogic DPX with Microsoft Azure CloudUsing Catalogic DPX with Microsoft Azure Cloud
Using Catalogic DPX with Microsoft Azure Cloud
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
DotNetNuke on Azure Cloud Servers
DotNetNuke on Azure Cloud ServersDotNetNuke on Azure Cloud Servers
DotNetNuke on Azure Cloud Servers
 
Azure News Slides for October2017 - Azure Nights User Group
Azure News Slides for October2017 - Azure Nights User GroupAzure News Slides for October2017 - Azure Nights User Group
Azure News Slides for October2017 - Azure Nights User Group
 
AzureDevOps_Developer.pdf
AzureDevOps_Developer.pdfAzureDevOps_Developer.pdf
AzureDevOps_Developer.pdf
 
Azure Hands-on Session - Hybrid Cloud Sync using Azure File Sync.pptx
Azure Hands-on Session - Hybrid Cloud Sync using Azure File Sync.pptxAzure Hands-on Session - Hybrid Cloud Sync using Azure File Sync.pptx
Azure Hands-on Session - Hybrid Cloud Sync using Azure File Sync.pptx
 
Netxms install guide
Netxms install guideNetxms install guide
Netxms install guide
 
Devday 2014 using_afs_in_your_cloud_app
Devday 2014 using_afs_in_your_cloud_appDevday 2014 using_afs_in_your_cloud_app
Devday 2014 using_afs_in_your_cloud_app
 
harjotverma_assign3
harjotverma_assign3harjotverma_assign3
harjotverma_assign3
 
R server and spark
R server and sparkR server and spark
R server and spark
 
Install nagios
Install nagiosInstall nagios
Install nagios
 
Install nagios
Install nagiosInstall nagios
Install nagios
 
Install nagios
Install nagiosInstall nagios
Install nagios
 
Squid proxy-configuration-guide
Squid proxy-configuration-guideSquid proxy-configuration-guide
Squid proxy-configuration-guide
 
Web Werks Cloud Hosting FAQ
Web Werks Cloud Hosting FAQWeb Werks Cloud Hosting FAQ
Web Werks Cloud Hosting FAQ
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud service
 
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
Zenoss core beta_installation_guide_r5.0.0b2_d99.14.253
 

More from Naseem Khoodoruth

How to install and use MS Teams for meeting and live events
How to install and use MS Teams for meeting and live eventsHow to install and use MS Teams for meeting and live events
How to install and use MS Teams for meeting and live events
Naseem Khoodoruth
 
How to install and use microsoft teams for beginners
How to install and use microsoft teams for beginnersHow to install and use microsoft teams for beginners
How to install and use microsoft teams for beginners
Naseem Khoodoruth
 
Work from home under the lockdown
Work from home under the lockdownWork from home under the lockdown
Work from home under the lockdown
Naseem Khoodoruth
 
Sophos XG FIREWALL SSL VPN Configuration
Sophos XG FIREWALL SSL VPN ConfigurationSophos XG FIREWALL SSL VPN Configuration
Sophos XG FIREWALL SSL VPN Configuration
Naseem Khoodoruth
 
Fortinet SSL VPN access
Fortinet SSL VPN accessFortinet SSL VPN access
Fortinet SSL VPN access
Naseem Khoodoruth
 
Powershell direct
Powershell directPowershell direct
Powershell direct
Naseem Khoodoruth
 
Exchange 2010/2013 Exchange Management Shell Command
Exchange 2010/2013 Exchange Management Shell CommandExchange 2010/2013 Exchange Management Shell Command
Exchange 2010/2013 Exchange Management Shell Command
Naseem Khoodoruth
 
Basic command for Time sync (Domain Controllers)
Basic command for Time sync (Domain Controllers)Basic command for Time sync (Domain Controllers)
Basic command for Time sync (Domain Controllers)
Naseem Khoodoruth
 
Implementation of Scom 2016
Implementation of Scom 2016 Implementation of Scom 2016
Implementation of Scom 2016
Naseem Khoodoruth
 
Sophos_XG_Firewall_Certified_Engineer v15.0
Sophos_XG_Firewall_Certified_Engineer v15.0Sophos_XG_Firewall_Certified_Engineer v15.0
Sophos_XG_Firewall_Certified_Engineer v15.0
Naseem Khoodoruth
 
Backup Exec 15 VSEPlus
Backup Exec 15 VSEPlusBackup Exec 15 VSEPlus
Backup Exec 15 VSEPlus
Naseem Khoodoruth
 
Backup Exec 15 VSE
Backup Exec 15 VSEBackup Exec 15 VSE
Backup Exec 15 VSE
Naseem Khoodoruth
 
CP250915V3.1EL14818
CP250915V3.1EL14818CP250915V3.1EL14818
CP250915V3.1EL14818
Naseem Khoodoruth
 
DSST0214WBTS - Dell Support Services training.PDF
DSST0214WBTS - Dell Support Services training.PDFDSST0214WBTS - Dell Support Services training.PDF
DSST0214WBTS - Dell Support Services training.PDF
Naseem Khoodoruth
 
MCSA Office 365
MCSA Office 365MCSA Office 365
MCSA Office 365
Naseem Khoodoruth
 

More from Naseem Khoodoruth (15)

How to install and use MS Teams for meeting and live events
How to install and use MS Teams for meeting and live eventsHow to install and use MS Teams for meeting and live events
How to install and use MS Teams for meeting and live events
 
How to install and use microsoft teams for beginners
How to install and use microsoft teams for beginnersHow to install and use microsoft teams for beginners
How to install and use microsoft teams for beginners
 
Work from home under the lockdown
Work from home under the lockdownWork from home under the lockdown
Work from home under the lockdown
 
Sophos XG FIREWALL SSL VPN Configuration
Sophos XG FIREWALL SSL VPN ConfigurationSophos XG FIREWALL SSL VPN Configuration
Sophos XG FIREWALL SSL VPN Configuration
 
Fortinet SSL VPN access
Fortinet SSL VPN accessFortinet SSL VPN access
Fortinet SSL VPN access
 
Powershell direct
Powershell directPowershell direct
Powershell direct
 
Exchange 2010/2013 Exchange Management Shell Command
Exchange 2010/2013 Exchange Management Shell CommandExchange 2010/2013 Exchange Management Shell Command
Exchange 2010/2013 Exchange Management Shell Command
 
Basic command for Time sync (Domain Controllers)
Basic command for Time sync (Domain Controllers)Basic command for Time sync (Domain Controllers)
Basic command for Time sync (Domain Controllers)
 
Implementation of Scom 2016
Implementation of Scom 2016 Implementation of Scom 2016
Implementation of Scom 2016
 
Sophos_XG_Firewall_Certified_Engineer v15.0
Sophos_XG_Firewall_Certified_Engineer v15.0Sophos_XG_Firewall_Certified_Engineer v15.0
Sophos_XG_Firewall_Certified_Engineer v15.0
 
Backup Exec 15 VSEPlus
Backup Exec 15 VSEPlusBackup Exec 15 VSEPlus
Backup Exec 15 VSEPlus
 
Backup Exec 15 VSE
Backup Exec 15 VSEBackup Exec 15 VSE
Backup Exec 15 VSE
 
CP250915V3.1EL14818
CP250915V3.1EL14818CP250915V3.1EL14818
CP250915V3.1EL14818
 
DSST0214WBTS - Dell Support Services training.PDF
DSST0214WBTS - Dell Support Services training.PDFDSST0214WBTS - Dell Support Services training.PDF
DSST0214WBTS - Dell Support Services training.PDF
 
MCSA Office 365
MCSA Office 365MCSA Office 365
MCSA Office 365
 

Recently uploaded

Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
Intelisync
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!
GDSC PJATK
 
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdfNunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
flufftailshop
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 

Recently uploaded (20)

Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!
 
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdfNunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 

Azure File Share and File Sync guide (Beginners Edition)

  • 1. 4/29/2020 Azure Work on Azure Naseem Khoodoruth - CONFIDENTIAL SYSTEM PLUS PIONEER LTD
  • 2. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 1 | P a g e Contents Deploy Azure File Sync.......................................................................................................................................... 2 Create an Azure file share..................................................................................................................................2 Create a storage account............................................................................................................................... 3 Prepare Windows Server to use withAzure File Sync.............................................................................................. 6 Deploy the Storage Sync Service........................................................................................................................ 8 Install the Azure File Sync agent......................................................................................................................... 9 Register Windows Server with Storage Sync Service............................................................................................ 9 Create a sync group and a cloud endpoint........................................................................................................ 11 Create a server endpoint................................................................................................................................. 12 How to backup the Azure File Server.................................................................................................................... 14
  • 3. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 2 | P a g e Deploy Azure File Sync Use Azure File Synctocentralize yourorganization'sfile sharesinAzure Files,while keepingthe flexibility, performance,andcompatibilityof anon-premisesfileserver.Azure FileSynctransformsWindowsServerintoa quickcache of your Azure file share.Youcanuse anyprotocol that's available onWindowsServertoaccessyour data locally,includingSMB,NFS,andFTPS.You can have as many cachesas youneedacrossthe world. Create an Azure file share Prerequisites Install Azure PowerShell Powershell command: Install-Module -NameAz-AllowClobber Install Azure CLI:https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest Powershell command: Invoke-WebRequest-Uri https://aka.ms/installazurecliwindows -OutFile .AzureCLI.msi;Start- Processmsiexec.exe -Wait-ArgumentList'/IAzureCLI.msi /quiet';rm.AzureCLI.msi
  • 4. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 3 | P a g e Create a storage account Loginto Azure Portal https://portal.azure.com/#home Create a new storage account Notes: PremiumStorage storesdataon the latesttechnologySolidState Drives(SSDs)whereasStandardStorage stores data on Hard DiskDrives(HDDs).PremiumStorage isspecificallydesignedforAzure Virtual Machine workloads requiringconsistenthighperformance andlowlatency. Replication:Althoughthisislabeledreplication,thisfieldactuallymeansredundancy;thisisthe desiredredundancy level:locallyredundancy(LRS),zone redundancy(ZRS),geo-redundancy(GRS),andgeo-zone-redundancy.Thisdrop- downlistalsocontainsread-accessgeo-redundancy(RA-GRS) andread-accessgeo-zone redundancy(RA-GZRS), whichdo notapplyto Azure file shares;anyfile share createdinastorage account withthese selectedwill actually be eithergeo-redundantorgeo-zone-redundant,respectively.Dependingonyourregionorselectedstorage account type,some redundancyoptionsmaynotbe allowed.
  • 5. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 4 | P a g e
  • 6. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 5 | P a g e Nowthe File Share available inmyAzure resources In the file share listing,you shouldsee anyfilesharesyouhave previouslycreatedinthisstorage account;anempty table if no file shareshave beencreatedyet.Select +File share to create a new file share. The newfile share blade shouldappearonthe screen.Complete the fieldsinthe new file share bladetocreate a file share:  Name:the name of the file share tobe created.  Quota: The quotaof the file share forstandardfile shares;the provisionedsize of the file share forpremium file shares.
  • 7. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 6 | P a g e Prepare Windows Server to use with Azure File Sync On-PremiseVirtual Machine Specification: OS: WindowsServer2019 Standard Memory6GB, 1vCPU, Hypervisor:Hyper-V Prepare WindowsServerto use with Azure File Sync For eachserverthat youintendtouse withAzure File Sync,includingeachservernode inaFailoverCluster, disable InternetExplorerEnhancedSecurityConfiguration.Thisis requiredonlyforinitial serverregistration.You can re-enable itafterthe serverhasbeenregistered.  Portal  PowerShell Note You can skipthisstepif you're deployingAzure File SynconWindowsServerCore. 1. OpenServerManager. 2. ClickLocal Server: 3. On the Propertiessubpane,selectthe linkfor IEEnhanced Security Configuration.
  • 8. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 7 | P a g e 4. In the InternetExplorer EnhancedSecurity Configuration dialogbox, selectOff forAdministrators and Users:
  • 9. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 8 | P a g e Deploy the Storage Sync Service To deployaStorage Sync Service,goto the Azure portal,clickCreatea resourceand thensearchfor Azure File Sync. In the searchresults,select Azure File Sync,andthenselect Create to openthe DeployStorage Sync tab.
  • 10. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 9 | P a g e Install the Azure File Sync agent The Azure File Syncagentis a downloadable package thatenablesWindowsServertobe syncedwithanAzure file share. You can downloadthe agentfromthe MicrosoftDownloadCenter.Whenthe downloadisfinished,double-clickthe MSI package to start the Azure File Syncagentinstallation. Register Windows Server with Storage Sync Service The ServerRegistrationUIshouldopenautomaticallyafterinstallationof the Azure File Syncagent.If itdoesn't,you can openit manuallyfromitsfile location:C:ProgramFilesAzureStorageSyncAgentServerRegistration.exe.When the ServerRegistrationUIopens,select Sign-intobegin. Fill inthe detailsfromthe previousexercise andclickregister
  • 11. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 10 | P a g e
  • 12. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 11 | P a g e Create a sync group and a cloud endpoint A syncgroup definesthe synctopologyforasetof files.Endpointswithinasyncgroupare keptinsync witheach other.A syncgroup mustcontainone cloudendpoint,whichrepresentsanAzure file share andone ormore server endpoints. A serverendpointrepresentsapathon a registeredserver.A servercanhave serverendpointsin multiple syncgroups.Youcan create as manysync groupsas you needtoappropriatelydescribe yourdesiredsync topology
  • 13. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 12 | P a g e Create a server endpoint Go to sync group and add serverendpoint In the Add serverendpointpane,enterthe followinginformationtocreate a serverendpoint:  Registeredserver:The name of the serveror clusterwhere youwanttocreate the serverendpoint.Path: The WindowsServerpathto be syncedas part of the syncgroup.  CloudTiering:A switchto enable ordisable cloudtiering.Withcloudtiering,infrequentlyusedoraccessed filescanbe tieredtoAzure Files.  Volume Free Space: The amountof free space toreserve onthe volume onwhichthe serverendpointis located.Forexample,if volume freespace issetto50% on a volume thathas a single serverendpoint, roughlyhalf the amountof data is tieredtoAzure Files.Regardlessof whethercloudtieringisenabled,your Azure file share alwayshasa complete copyof the datain the sync group. To add the serverendpoint,select Create.Yourfilesare now keptinsyncacross yourAzure file share andWindows Server.
  • 14. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 13 | P a g e Afteraddingserverendpoint,the pathwill appearonthe local server(onpremise) Testing Copyfile the directory Checkon the Azure Portal
  • 15. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 14 | P a g e How to backup the Azure File Server Enablingbackup Reviewandcreate Modifystorage replication By default,vaultsuse geo-redundantstorage (GRS).  If the vaultisyour primarybackupmechanism, we recommendthatyouuse GRS.  You can use locallyredundantstorage (LRS) asa low-costoption. To modifythe storage replicationtype: 1. In the newvault,select Propertiesunderthe Settingssection. 2. On the Propertiespage,underBackup Configuration,selectUpdate.
  • 16. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 15 | P a g e 3. Selectthe storage replicationtype,andselect Save.
  • 17. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 16 | P a g e Nowproceedwithbackup Selectthe storage Selectthe file share tobackup
  • 18. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 17 | P a g e Setyour backupPolicyasper yourrequirements(Daily,weekly, monthlyandyearly) Thenenable backup Backup configured
  • 19. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 18 | P a g e Map the Azure File Share toMy Windows10 Desktop Clickconnect
  • 20. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 19 | P a g e Setthe drive letterandcopy Run these PowerShell commandsfromanormal (notelevated) PowerShell terminal Go to your desktopandopenwindowsPowerShell andrunthe command
  • 21. NASEEM KHOODORUTH - CONFIDENTIAL 4/29/20 AZURE 20 | P a g e