Forum Discussion
Help For 2008 server Onpremise to Azure Migration
- Jan 09, 2018
Hi,
In that case, you can consider below.
1. Create VPN with Azure.
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal
2. Create 1 VM for AD.
https://docs.microsoft.com/en-us/azure/active-directory/active-directory-deploying-ws-ad-guidelines
3. Create 1 VM for File services & Accounting Software.
4. Configure backup.
You could use Azure File share as network drives but so far Azure files do not have option to restrict access based on permissions. So, a file server should do the job.
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
https://feedback.azure.com/forums/217298-storage/suggestions/8341212-azure-files-access-share-by-azure-ad-credentials
You need to have a good & reliable/redundant internet connection for this to work.
Hi,
How many users you have?
What is the use of AD - any application depends on it? Do you use Group Policies.
Do you have permissions defined on NAS?
Did you consider moving to Office 365 & Azure AD instead?
I can think of following 2 approaches. You can choose what best suits you.
Option1: Move all users to Office 365. Use Azure AD only (join all machines to Azure AD). Use One Drive and SharePoint for file storage along with Azure File Share.
Option2: Create VPN to Azure from your network. Create 2 VMs (or multiple for HA), for DC and File Server and use Azure Backup.
Let us know if you need more information.
- Frost MetalJan 08, 2018Copper ContributorThanks for the prompt reply my friend. Im replying late coz I didnt get any notification regarding your reply.Weird :o.
I recently joined this company.We have almost 40 users.All are already on Office 365.We use AD for a couple of things.Group policy is one,then Accounting software runs on it.As of now all files on the NAS are accessible to everyone.but I am planning to put permissions on Folders and restrict access to respective departments only. But instead of 1drive and sharepoint ( Both of which we already have but most users prefers the old mapped NAS drive cos it saves them a few clicks) can I allocate storage on Azure and then MAP them as Network Drives?So that people can just use them as they use the local NAS drive.?- Vineet AroraJan 09, 2018Brass Contributor
Hi,
In that case, you can consider below.
1. Create VPN with Azure.
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal
2. Create 1 VM for AD.
https://docs.microsoft.com/en-us/azure/active-directory/active-directory-deploying-ws-ad-guidelines
3. Create 1 VM for File services & Accounting Software.
4. Configure backup.
You could use Azure File share as network drives but so far Azure files do not have option to restrict access based on permissions. So, a file server should do the job.
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
https://feedback.azure.com/forums/217298-storage/suggestions/8341212-azure-files-access-share-by-azure-ad-credentials
You need to have a good & reliable/redundant internet connection for this to work.
- Frost MetalJan 15, 2018Copper ContributorThanx man.Thats all I needed.You rock.