Restoring files and folders with Azure backup

In previous articles I’ve covered how to set up Azure files and folders backup as well as how to actually backup data. I’ll now show you how to recover data backed up using Azure Backup for files and folders.

image

Launch the Microsoft Azure Backup program. In the top right reselect Recover Data.

image

The Recover Data Wizard will now launch. You’ll firstly need to select whether you are restoring files from the current location or whether you are on a different server.

image

If you are on a different server you will need the Azure Recovery Vault credentials for verification as shown above. For information about obtaining those see the previous article.

Select Next to continue.

image

You can now either browse or search for the files you wish to restore. In this case Browse is selected.

Press the Next button to continue.

image

You’ll now need to select a point in time from which to restore your files. In this case there is only one option.

Select Next to continue.

image

Locate the files you wish to restore by placing a check mark next to them.

Press the Next button to continue.

image

You now need to determine where the files will be restored to. In this they will be restored to an alternate location (the desktop). You also need to determine whether you wish to keep any duplicate copies and whether to restore the permissions to those files.

Select the Next button to continue once you have made your selections.

image

You will now receive confirmation of the restore process as shown above. If everything is in order select Recover.

image

The restore process will now commence. The amount of time to restore will depend on factors such as bandwidth and the amount of data you have chosen to restore.

When the restore process is complete you will receive the above notification. Select Close to continue.

image

If you now look in the backup software console you should see a successful backup job has completed and there is information in the Last Recovery area in the lower right as shown above.

image

If you select the View details link under this Last Recovery area you will see a summary of the recover job as shown above.

image

You should also now see your recovered files as shown above.

The important thing to remember is that you can restore data from Azure File backup to any machine, you’ll simply need to have the Vault credentials if you perform this on a machine that wasn’t the original source.

You can use Azure File backup to not only backup servers but also workstations running operating systems such as Windows 10. You can also backup multiple machine to a single Azure Recovery vault if you choose. This makes Azure Files backup a quick and easy method to schedule continual backups to the cloud.

Backup files and folders using Azure

In a previous post I detailed how to set up an Azure Recovery Service Vault using Azure Resource Manager and then installing the Azure files backup client. In this article I’m going to walk through how to actually setup and run a backup to Azure for your files and folders.

image

Run the Microsoft Azure Backup software on the machine to be backed up. If you haven’t configured this yet, read my previous article on setting all this up.

With the Microsoft Azure Backup software running as shown above, select Schedule Backup in the top right.

image

The above dialog will appear. Select Next to continue.

image

You are now taken to a dialog where you need to select the files and folders from the current machine.

Select the Add Items button to select the items you wish to backup.

image

This will then pop up a file explorer like that shown above. Select the locations you wish to backup and press the OK button.

image

You should now see the backup locations you selected  displayed in the top window as shown above. You can also use the Exclusion Settings if you want to filter what is backed up from the locations selected.

When complete, select the Next button to continue.

image

You’ll then be prompted to schedule how often you wish to backup your locations. The most backups you can currently perform is three per day.

Once you have made you selection select Next to continue.

image

You are now prompted to enter the retention policy settings. This determines which backups are retained and for how long.

When you have made your selection press Next to continue.

image

Given that the initial backup of the locations can be quite large you are now presented with the option to perform the initial backup offline to local storage. If your Azure datacenter supports the option, you can then ship this local back to Microsoft so it seed any future backups.

Details on this process can be found here:

Offline backup workflow in Azure Backup

If you leave the option set to Automatically over the network, the backup data will be sent across the Internet to Azure.

Press the Next to continue.

image

You will now see a confirmation screen.

Select Finish to complete the configuration.

image

You will now see the backup schedule being created.

image

and you should receive confirmation that it has been successful.

Select Close to continue.

image

The backup will now run automatically in the background based on the settings you configured. However, if you wish to wish to manually run a backup at any time select the Back Up Now link in the top right.

image

This will launch a dialog as shown above asking you to confirm running a backup.

Select the Back Up button to continue.

image

The backup will now commence by taking a snap shot of the drive.

image

You should then see data being transferred by the program as shown above.

image

When the backup has completed you will receive the above message. Select the Close button to return to the backup software console

image

If you now look at the console you should see a successful backup job has completed.

image

If you select the View details link you will see a summary of the backup job as shown above.

The backups will continue to run on the configured automated schedule. You can of course re-run a manual backup at any point.

In an upcoming post I’ll detail how you restore data from this Azure backup.

Using Azure Resource Manager when backing up files

A while back I wrote an article about how to use Azure file backup. You’ll find that article here:

Azure desktop backup

That was using the older Azure Service Management (ASM) or ‘classic’ deployment. However, now the newer Azure Resource Manager (ARM) is available. That means that if you are looking to do anything in Azure you should now be using ARM. So here’s how you do Azure file backup with ARM via the portal.

image

Start by logging to Azure portal:

https://portal.azure.com

image

The first you’ll need to do is generally create a Resource Group in which the backup vault can live. An Azure Resource Group is simply a container for a range of Azure services. To create or view a Resource Group select the Resource groups item from the menu on the left.

image

In this case you’ll see there are no existing Resources Groups so select the Add button at the top of the page.

image

Give the new Resource Group a name, select the Azure subscription you wish it tied to and finally a region for the Resource Group.

Select Create when complete.

image

You’ll then typically see a notification that the Resource Group has been created as shown above.

image

If you return to the list of Resource groups and refresh the page you should see the item you just created.

Close all the open blades and return to the desktop canvas.

image

Select the Browse button at the bottom of the menu on the left. This will display a further menu listing all the available Azure services. From this list locate and select Recovery Service vault.

image

Most likely a vault will not already exist so select the Add button in the top left to create a new vault or container to put backup data into.

image

Give the vault a name, select the Azure subscription you wish to use as well as the Resource Group previously created. You can create a new Resource Group here as well if you wish but best practice is to create the Resource Group prior. You can also select the location for this vault.

When complete, select the Create button.

image

You’ll receive a notification that deployment of the new vault has commenced.

image

After a few moments the vault deployment will complete.

 image

If you now return to the list of Recovery Services vaults and refresh the list you should see the item you just created as shown above.

Select the new Recovery Services vault to continue.

image

Select the Backup icon at the top of the page.

image

This will commence a wizard. In the Backup Goal blade select On-premises for the option Where is your workload running? Then place a check in Files and Folders for the option What do you want to backup?

image

A message box will then appear below your selections. Select this.

image

Exactly as before, you’ll need to download and install the Azure backup software onto the destination. Part of this installation will also require the connection to the Azure Recovery vault so you’ll also need to download the vault credentials to be used during this configuration.

Select the Download Agent for Windows Server or Windows Client on the machine you intent to backup.

Once the file has downloaded, run it.

image

Select the locations for the installation and then select Next.

image

Enter any proxy information and select Next to continue.

image

Select software update option and then Next to continue.

image

Select the Install button.

image

The installation process will proceed.

image

Select the Proceed to Registration button to continue.

image

Ensure you have downloaded the vault credentials and saved them to the same machine you are installing the backup client on.

image

Browse to location of the downloaded vault credentials and select them. They will be verified and if all is good you should see the vault details appear in the dialog as shown above.

Select Next to continue.

image

Enter a passphrase to protect the data being backed up in the vault. This is effectively the encryption key for the data. If you lose or forget this then you won’t be able to restore the data.

Best practice is to use the Generate Passphrase button to create a complex passphrase. You then need to save that file with the passphrase somewhere. Ensure you copy this file to ANOTHER location so it is not only found on the machine being backed up. Because if the backed up machine fails you want to have this passphrase retrievable so you can restore.

Select Finish when complete.

image

The process should complete without error. If there is an error simply press the Back button and repeat the registration process again.

Ensure that the Launch the Azure Recovery Services Agent option is checked and select the Close button.

image

You should now see the Microsoft Azure Backup console displayed as shown above.

You can now configure the backup of files and folders from this machine to the Azure Recovery vault as normal and outlined in the original article. I’ll cover this process again in more detail in an upcoming post.

The important thing here is that the Azure Recovery vault has now been configured with the Azure Resource Manager which is the preferred method you should use going forward with Azure.

Why IT today is like coffee

One of the common things I hear from many IT Professionals today is how ‘hard’ everything is when it comes to IT. “Why can’t it be easier?” they typically bemoan. “Why are they so many choices?”. Here’s my explanation starting with two analogies.

The first analogy is coffee. I’ll almost guarantee today that if you go to you local haunt and ask for just ‘coffee’ you won’t get anything. Why? Because simply asking for ‘coffee’ is not enough. You need to specific what size of coffee (small, regular or large). You’ll need to specify what type of coffee (long black, short back, cappuccino, latte, etc). You’ll also probably have to specify if you want milk and what type (full cream or reduced fat). There is also a good chance that you’ll also need to specify whether you want sugar and so on and so on. So even for something as ‘simple’ as buying a cup of coffee a fair amount of work needs to be done up front.

The benefit is that you, and every coffee customer, can now get EXACTLY the coffee they want. If there wasn’t that choice then everyone would be swilling Nescafe. It is also clear that the places that sell custom coffees far outweigh those places selling generic Nescafe right? Why? Because todays market is all about tailoring the product to the exact need of the customer not about giving them a generic product and hoping they’ll come back.

The second analogy is messaging. A few decades ago the only way that you could communicate with someone was either by talking with them face to face or by sending a letter (or perhaps a telegram). Then the telephone came along and you could call anyone (provided they were at home or in an office). Then mobile phones appeared and now you can call anyone anywhere. However, the mobile phone opened the door to the mobile Internet and social media. So today, just stop and think about how many ways you could communicate with someone? There’s email, Facebook, Twitter, Instagram, Skype, Snapchat, Google Plus, and so on and so on.

As we all know with messaging, different channel work better for different people. Millennials typical never use email, they use Snapchat. Some prefer email, while others Facebook. Most people have many channel on which you can connect to them. Channels like Facebook allow you to share more than just words. You can share videos and images which makes them even more engaging. So now, even the ‘simple’ idea of communicating with someone requires a fair amount of work. if you want to chat with a heavy Facebook user, you are typically going to have to get on to Facebook.

Again, the benefit is that more choice allows people to select the options that suits them best. People who use social media typically rely more heavily on their phone, Heavy desktop PC users typically favour email. The reason why many now favour things like social media is that their inbox is overloaded because it has become the ‘generic’ way to communicate these days and doesn’t work for them. Again, todays market is all about allowing customers to select what works best for themselves.

If we now turn our attention to IT we see the same thing. In the ‘good old days’ you bought a bundled product like Small Business Server that contained your email, files and folders and intranet. However, because it was a bundle you had to have the intranet portion, even if you didn’t need it. That means additional unwanted components were chewing up resources that really weren’t necessary. It also meant maintaining something that again, you may not have been using.

Fast forward to today and IT is like the world or coffee and communications, consumers now have the ability to select exactly what they need and how much they need. We live in a customised on-demand world. The benefit of all this choice is an optimised and efficient solution, however the trade off is that determining and delivering that requires more work.

If you were selling coffee back in the day, you brewed one pot and dished that out to every customer. Today each coffee is a custom configuration, taking longer to deliver and requiring more skill to create. Same with IT. Solutions like Azure providing almost infinite depth in the options they offer and require more time and skill to craft but the end result is something that fits the customer like a glove glove rather than an oven mitt.

For those IT Professionals that bemoan the new world of ‘non-bundling’ can I say that you look around and smell the coffee so to speak. Are there less places offering ‘custom’ coffee these days? Nope, there is a coffee shop delivering every sort of imaginable coffee on every corner it seems. The market is growing in leaps and bounds. Why? Because this is what customers are demanding. Look further afield. Custom travel packages, dinning, kitchens and more is exploding. IT is no different. Customisation is king and those who can supply this win.

So what do IT Professionals need to do? Like coffee baristas, they need to understand all the options available to them and be able to craft a tailored solution to meet the customers needs. The only way that happens is to skill up on the technologies available as I have said before:

Skill up or fade away, it is that simple

There is no wizard that you can run that will do this for you. If you are an IT Pro you need to put in the hard yards to learn this stuff. The good news is that if you are prepared to do the hard yards you’ll stand out from the crowd, you’ll be able to charge more and you’ll have more business coming you way as customer continue to demand skilled operators.

We live in a world that is very different even from a few years ago. IT, like everything else, is customer driven and customers are demanding solutions tailored to their needs not generic bundles that include things they’ll never use. Luckily products like Azure and Office 365 allow such granularity of choice but like getting a good coffee it takes a skilled barista or IT professional to create and deliver this. Skill only comes from hard work, which luckily not everyone is prepared to do.

Pass the grande, mocha, frappaccino, with stevia and let’s get on with our day

Add Azure to Office 365 for more flexibility

image

A while back I wrote a post about where to put data in Office 365. The aim was to help users especially, understand all the different options you have when it comes to using Office 365. It is also important to point out that you don’t have to necessarily use all those locations. The best idea is map the information to the location that makes the most sense, i.e. don’t use OneDrive for Business as a repository for shared file data, that is what Team Sites are for.

Something that I find many people, especially IT Pros, don;t appreciate is that is that Office 365 is built on Azure and when you sign up to Office 365 you also get Azure. You get a very small subset of Azure features (typically just Azure AD) but you do get Azure. You can enable access to the Azure management console using the following steps:

Enabling your Office 365 Azure AD

You can also see what each version of Azure AD contains here:

Azure AD Edition comparison

Again, what many don’t seems to appreciate is that basic Azure installation that is provided with Office 365 can be extended by simply adding a paid Azure subscription to light up all the additional Azure workloads.

Thus, the above picture illustrates the additional options that are available to you when you do this.

A paid subscription of Azure will provide you the ability to back up files and folders as well as services like SharePoint and Exchange. You can also implement site recovery to provide even more recovery options if you want.

Azure will also allow you to create and use SMB file shares, Virtual machines and Azure SQL as locations to store network information in the cloud on top of locations like SharePoint and Groups.

The original diagram now also includes the fact that you can get Office from Office 365 but it also highlights the fact that Azure offers the ability to effectively get Remote Desktop Services via ‘software as a service’ thanks to Remote App.

The colour coding for the diagram is:

Blue – individual user storage locations

Green – shared storage locations

Orange – admin/system storage locations

Yellow – applications

The most important thing here is that tying both Office 365 and Azure together is Azure AD. Even better, you can also sync Azure AD to your on premises environment. This means users in you local AD are the same in your Office 365 and your Azure. This means one identity across all services. This means the same identity uses on premises can also be used with things like Remote App in Azure.

I feel this key message is not something Microsoft has really made clear. Best practice, especially for SMB networks, is to integrate Azure and Office 365 together by enabling the free Azure that comes with Office 365 and then adding a subscription to that rather than creating a separate Azure tenant. Extending the free Office 365 Azure ensures that users from Office 365 are also available to Azure services.

Need to Know Podcast–Episode 101

Marc and I catch up on all the latest Azure and Office 365 news. We talk about the new Azure Resource Policy as well as the latest changes to the Office 365 interface. We also spend some time chatting about security and the best hardware device to get. THis one’s a little bit random, so enjoy the ride.

As always don’t forget to send us you questions and feedback as well as leaving review to help grow our audience. We appreciate you taking the time to listen.

or can listen to this episode at:

http://ciaops.podbean.com/e/episode-101-cloud-news/

or subscribe to this and all episodes in iTunes at:

https://itunes.apple.com/au/podcast/ciaops-need-to-know-podcasts/id406891445?mt=2

The podcast is also available on Stitcher at:

http://www.stitcher.com/podcast/ciaops/need-to-know-podcast?refid=stpr

Don’t forget to give the show a rating as well as send me anyfeedback or suggestions you may have for the show.

Resources

Marc Kean – @marckean

Robert Crane – @directorcia

Custom SSO through Azure AD

Azure Resource Policy

New Office 365 login screen

New Office 365 admin center look and feel

Office 365 B2B sharing

Lastpass

Office 365 customer lockbox

Project Madeira

Changing an Azure VM admin password from portal

Sometimes when I’m rushing around in Azure creating new virtual machines (VMs) I sometimes neglect to document the user name and password I use for that newly created VM. Thus, when I try and log in I can’t.

image

Before that meant that I had to delete and re-create the VM which was pretty painful. However, as you can see from the above screen grab, the new Azure portal allows you to drill into the properties of the VM and then select the All settings option in the middle of the page

image

This will open the Settings blade as shown above. One of the options in the support + troubleshooting section at the top of the blade is Reset password.

image

Selecting this will open the Password reset blade as shown above. Now you can enter a new administrator login and password for the VM so you gain access.

This reset password option is only available in the new Azure portal.

Now, if you forget the login to the Azure VM you can simply reset it rather than having to rebuild the whole VM. Handy eh?