Showing posts with label Azure. Show all posts
Showing posts with label Azure. Show all posts

Friday, October 16, 2015

Blain Barton's "To the Cloud" Series Continues!

In Part 6 in the “To the Cloud” series, Blain Barton, Tommy Patterson and Dan Stolts, provide an overview of the benefits of running servers without the physical hardware using Microsoft Azure.   Learn how large and small to mid-sized companies can rent compute, storage, and networking resources by using datacenter hardware to deploy virtual machines (VMs).
  • [10:25] DEMO: Azure Virtual Machine Gallery
If you're interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:

Websites & Blogs:
Videos:

Follow the conversation @MS_ITProBecome a Fan @ facebook.com/MicrosoftITPro
Subscribe to our podcast via iTunes, Stitcher, or RSS

Tuesday, October 13, 2015

TechNet on Tour: Resources for Backup/DR in the Cloud

If you attended (or didn't get a chance to attend) the TechNet on Tour series covering Backup and Disaster Recovery in the Cloud, I wanted to list out some of the resources that are available if you'd like to review the slides or try out the labs.


Wednesday, September 2, 2015

Learn Quick with Azure Documentation Short Videos

It's hard to carve out 45 minutes (or more!) to watch a video training or webcast.  Sometimes 10 minutes or less is all you can spare.  So look no further than the Azure Documentation Shorts.  You'll find quick, to the point videos showing you how to perform specific tasks in Azure.  New videos are added weekly.  Here's a sample:

Attaching a Data Disk to a Windows VM

One of these days, I'll figure out how embed videos. But meanwhile, just click. :-)

Monday, August 31, 2015

Business Continuity and the Cloud

This week marks the start of TechNet on Tour, coming to twelve cities.   The full day workshops include lecture and hands-on-labs where you can learn about some of the ways you can utilize Microsoft Azure to help with your disaster recovery planning.

But let me tell you about the first "business continuity" plan I was part of.  It involved a stash of tapes, daily backups on a two week cycle with the Friday backups being held for a month.  The nightly backup job fit on two tapes and every morning, I ejected the tapes from the machine and dropped them in my bag.  They went home with me, across town, and came back every day to be swapped with latest ones.  Whenever I took a vacation, I designated an available person to perform the same task. 

That was it.  The tapes were rarely looked at, the data never tested and fortunately, never needed.  We were partying like it was 1999. Because it was.

Still, the scenario isn't uncommon.  There are still lots of small businesses, with only single locations and still lots of tapes out there.  But now, there is more data and more urgency for that data to be recovered as quickly as possible with as little loss as possible.  And there are still only 24 hours in the day. How annoying to arrive at work in the morning, only to find the overnight backup job still running.

As I moved through jobs and technologies evolved, we addressed the growing data and lack of time in many ways…  Adjusting backup jobs to capture less critical or infrequently changing data only over the weekends.  More jobs that only captured delta changes.  Fancier multiple-tape changers, higher density tapes, local "disk to disk" backups that were later moved to tape, even early "Internet" backup solutions, often offered by the same companies that handled your physical tape and box rotation services.

We also chased that holy-grail of "uptime".  Failures weren't supposed to happen if you threw enough hardware in a room.  Dual power supplies, redundant disk arrays, multiple disk controllers, UPS systems with various bypass offerings.  Add more layers to protect the computers, the data.

Testing was something we wanted to do more often.  But it was hard justify additional hardware purchases to upper management.  Hard to find the time to set up a comprehensive test.   But we tried and often failed.  And learned.  Because each test or real outage is a great opportunity to learn.  Outages are often perfect storms… if only we had swapped out that dying drive a day before, if only that piece of hardware was better labeled, if only that was better documented… and each time we made improvements.

I remember, after a lengthy call with a co-location facility that wanted us to sign a year agreement even though we only wanted space for 3 months to run a recovery test, how I wished for something I could just use for the time I needed.  It's been a little over 5 years since that phone call, but finally there is an answer and it's "the cloud".

Is there failure in the cloud? Of course, it's inevitable. For all the abstractness, it's still just running on hardware. But the cloud provides part of an answer that many businesses simply didn't have even five years ago.  Business that never recovered from the likes of Katrina and other natural or man-made disasters, might still have a shot today.

So catch a TechNet Tour if it passes through your area.  Look at taking advantage of things like using the cloud as target instead of tape, or replicating a VM to Azure with Azure Site Recovery.  Even starting to dabble in better documentation or scripting with PowerShell to make your key systems more consistently reproducible will go a long way.  Do a "table top" dry run of your existing DR plan today.


Sysadmins don't let other sysadmins drop  DLT tapes in their bags.  Let's party like it's 2015.  Because it is. 

Friday, August 21, 2015

Server 2016 TP3, Containers and Azure - All Together

Sometimes I think I'll never get caught up. Every day, there are new, interesting announcements from the technology companies we use every day, plus we have to juggle the tasks, fires and projects we have at work.  It's really hard to keep up.  I'll bet you are feeling that way right now.

This week, it's possible for you to check a few new things off your list - ALL AT ONCE!  (And it's already Friday!)
  1. Try out Azure
  2. Check out Server 2016
  3. Learn about Containers
 Ready?

First make sure you have an Azure subscription or trial.  If your company has an enterprise agreement with Microsoft, you might have credits to use in Azure and not even know it.  So check there first.  If not - go to http://aka.ms/NewAzureTrial to sign up for $200 you can use for the next 30 days.

Once you've got access to Azure, you'll find we have two web portals for accessing it.  The "classic" or current portal at http://manage.windowsazure.com and the preview portal at http://portal.azure.com. Depending on what you need to do, the feature set varies between portals.  But for this, it doesn't matter.

Whichever portal you pick, you've opened the door to the easiest way to test out new versions of Windows Server.  No hunting around for free hardware, no downloading ISO images and practically no wait. Just take advantage of your own personal datacenter in the "cloud". 
  
Next, look for the Server 2016 versions - there are two of them. One is the Full GUI version, listed as Windows Server 2016 Technical Preview 3.  (In the new portal, the Full GUI version can be found in the Marketplace.)  The other one is listed as "Windows Server Container Preview".

If poking around with the new full version is your goal, spin that up and get started.  RDP to it and you are good to go.  If you need a walk-thru on how to set up a VM on either portal, you can find it here : https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-tutorial/

If your company develops software and is thinking about micro-services and "containers" are new buzzword in the office, you'll want to spin up the Container Preview.  And even if your company doesn't fit that description and you just want to see what this container/Docker thing is all about, spin up the Container Preview too.

Once that machine is up and running, you'll log into to find yourself at a command prompt window and nothing else.  Containers are supported only on the Windows Core (and eventually Nano) versions. To get you started, take some time to review this documentation (http://aka.ms/windowscontainers) and dust of your command line skills.

Viola!  Now go check off that list. :-)

Note: With the preview, there is A LOT of work to be done still, so don’t be surprised when things aren't super polished and feature-rich yet.  And seriously, don't try to use any of this for production.  This is just the tip of the iceberg to come.

Wednesday, August 19, 2015

Summer Reads!

Ah, summertime…. Vacations, relaxing on the patio, fruit salads, sparkly drinks and learning. Right? I spent some time by the beach and the pool recently and then came back to a pile of interesting things I wanted to read or try out.

There are also two new video blogs available on Channel 9 that will keep adding new content you might want to check out.

Monday, August 10, 2015

TechNet on Tour - Disaster Recovery!

We technical evangelists are at it again!  This September and October, we will visit 10 cities to talk about using Microsoft Azure as part of your disaster recovery plan.

Attendees will receive a free Microsoft Azure pass and the opportunity to complete several disaster recovery related labs during the course of the workshop.
  • 9/1 - Seattle, WA
  • 9/3 - San Francisco, CA
  • 9/22 - Houston, TX
  • 9/29 - Charlotte, NC
  • 9/30 - Malvern, PA
  • 10/6 - Indianapolis, IN
  • 10/7 - Tampa, FL
  • 10/8 - New York, NY
  • 10/14 - Irvine, CA
  • 10/16 - Dallas, TX
Register now to join in!

Monday, August 3, 2015

Hybrid Cloud with Azure and Yung Chou (AND with Videos!)

If you don't know Yung Chou, you should!  And if you don't regularly check out TechNet Radio, you should! :-)

That being said, Yung kicked off a short series back in June on Extending Your Datacenter with Microsoft Azure and he graciously invited me to be his guest co-host.  The first two parts are available right now and the final two parts should be available in a few weeks.

Hanging out with Yung is always a blast, even if we can only do it remotely. We hope you enjoy the shows and learn a little something-something about making Active Directory work for you in the cloud.


Monday, July 27, 2015

It's Nearly August... Don't Ask Me How That Happened

I don't know where the summer has gone!  With vacations, keeping busy at work and all those things we love about managing our lives and families... I just can't believe August is approaching!

Of course, Windows 10 is coming!  I've got a couple devices just waiting for July 29th, including my parents machines... so I'll be enjoying some time helping them get their computers upgraded.  

However, once August rolls around, there are other things to do, so it's time to get out from behind the computers and check out some upcoming events.

First off, for you Seattle folks, SITPUG will be having their August 5th meeting from 6:00 to 8:00pm in Bellevue.  Visit www.SITPUG.com for more information.

If you are in Boston, Portland and Denver, be sure to check out the upcoming Angelbeat events in those areas.  My Tech Evangelist colleagues and I have been presenting at those events as we can and they are a great way to get a quick update on tech topics.  The Boston and Denver events will even be having special extended sessions on Azure.


Tuesday, May 26, 2015

Upcoming IT Camp in the Bay Area and Beyond!

Explore the cloud for modern business!
Learn how to get your organization hybrid-ready at a FREE IT Camp near you. In just one day of hands-on training, you’ll learn how to move your IT workloads from on-premises to the cloud and back again. After all, who wants to choose between your datacenter and the public cloud? 

With Microsoft Azure, you get the best of all possible scenarios – plus, powerful virtualization, on-demand application scaling, complete data control and much more.

Sunnyvale: June 4th
Seattle: June 9th
Las Vegas: June 23rd

If those locations aren't for you, we have others! 
Find an event near you: http://aka.ms/itcampevent

Microsoft IT Camps

Events run from 9am‒4pm
Cost: Free!


Thursday, May 21, 2015

Azure Infrastructure Services Implementation Guidelines

One of the things I've found the most challenging when working in Azure to design and build servers is naming things (because the external DNS names have to be unique across Azure) and keeping track of how servers relate to each other.  Mostly these challenges exist because everything physical has been abstracted away - no wires to color code/label or servers to group together physically!

When I was first experimenting in Azure, it took a few rounds of creating and deleting things until I really go a hang of what went where.  But to save you some time, you might want to check out this handy piece of documentation publish earlier this month.

It really helps to clarify how naming in Azure can work, how subscriptions and accounts work, how storage and networking tie in, etc, with an example implementation.  I hope you find it useful - I wish I had it two years ago!

Tuesday, May 12, 2015

Spring Cleaning? Nah... Go to Tech Events Instead!

Wow... it's been a pretty crazy few weeks around here in Microsoft-land.  First BUILD, then Ignite... plus a bunch of IT Camps.  There is a lot going on with more to come, I can barely keep track of it all.  I'm hoping this week I will have time to check out a few sessions that I missed at Ignite (I'll share my list!) as well as get more hands-on with whatever version of Windows 10 we have flighting for those Windows Insiders.

Meanwhile, don't miss a few more upcoming learning events!

Next week in SF on 5/19  - Hybrid Cloud and Azure, IT Camp!  If you are just starting to think about using the cloud for workloads you've had on-prem for decades or just want to get your feet wet with Azure, this camp is probably for you!  Seriously, come pick my brain about Azure IaaS.

  • For other IT Camps in other cities, visit http://www.technetevents.com/
Mobility Transformed: The Path to Windows 10 roadshow will be coming to 11 cities in May and June. Join members of the Microsoft product team for interactive discussions & demos and be one of the first to learn tips and tricks for Windows 10, Office 365, and more to ensure you are on the leading edge of devices and services!

Check out https://itpro.mobilitytransformed.com/ and register for a city near you:
  • 5/12 - Seattle, WA
  • 5/12 - Houston, TX
  • 5/14 - Denver, CO
  • 5/19 - Minneapolis, MN
  • 5/26 - San Francisco, CA
  • 5/28 - New York City, NY
  • 6/2  - Anaheim, CA
  • 6/3  - Newton, MA
  • 6/4  - Indianapolis, IN
  • 6/9  - Charlotte, NC
  • 6/11 - Jacksonville, FL
If you are Dev-minded or have Dev buddies who didn't get to BUILD, the Build Tour is starting and hits 5 cities:

18-May New York City - https://newyork.build15.com/
20-May Atlanta - https://atlanta.build15.com/
29-May Austin - https://austin.build15.com/
10-June Chicago -  https://chicago.build15.com/
15-June Hollywood - LA - https://losangeles.build15.com/

Tuesday, April 28, 2015

Ignite Is Around The Corner!

Yeah, I keep calling it TechEd.  Old habits die hard, I guess, but I'm looking forward to being there next week.  However, I haven't had time to really look at the schedule, since I will be spending a lot of time hanging out in the Windows Client area on the expo floor.  Stop by to visit!


If you happen to be in the Chicago area early on Sunday and want to get a jump on some Azure and Hybrid Cloud learning, sign up for the Ignite version of our IT Camp!  We want it to be huge and it even comes with $100 voucher to the Microsoft Store!  It starts at noon, so you can still sleep in.

Register at http://aka.ms/monsteritcamp

But seriously, I need to nail down my schedule. If you've got a sessions you think can't be missed, let me know in the comments!


Friday, April 10, 2015

Need some Hands-On with Azure to learn more about Hybrid Cloud?

Get hybrid-ready at a free IT Camps in San Francisco and Sacramento next week!

Join us for this interactive, full-day training session and learn how to move your workloads from on-premises to the cloud and back again. You'll see how Microsoft Azure supports powerful virtualization, on-demand application scaling, complete data control, and the fastest customer response times around.

Get the scoop from a technical evangelist who can show you how to expand your IT options without adding complexity – or giving yourself a headache in the process. Here are just a few of the topics we'll cover:

  • Extending your network with Microsoft Azure Virtual Machines 
  • Tackling workload migration, networking and other key scenarios 
  • Microsoft Azure for Test and Development (IaaS) 
  • Application migration to Microsoft Azure (IaaS & PaaS) 
  • SQL BI, Media, Backup, DR and much more 

Don't miss one of these valuable, free events in the bay area – regardless of whether you're new to the cloud, or you currently use an on-premises, hybrid or fully cloud-based solution. All IT Pros are welcome! Sessions run from 9:00am - 4:00pm. Attendance is limited, so save your seat today.

Tuesday, April 14th in San Francisco. Thursday, April 16th in Sacramento!

Tuesday, March 31, 2015

Hybrid Cloud Resources

If you are trying to figure out how to take advantage of the distributed computing power of the cloud but aren't sure if you have to abandon or re-factor your existing on-prem infrastructure, the hybrid cloud is for you.

Yes, you need to start with good documentation about your infrastructure and key applications.  You need to know where the people you are serving are connecting from most often (Internet, local network, etc) and how you would like them to authenticate... and as you start pulling this information together you can start to see how building a hybrid cloud can help you put resources in the best place for your users or customers to access and how ease access issues with synchronized log-on credentials with Azure Active Directory.

To help with getting you started, my fellow friends and Evangelists pulled together 15 posts over the last few weeks to get you started, including 6 step-by-step guides

I have two posts in the series:
For more general information about Azure, I have an Azure page where I list out links to information that's been hand to me. I really hope you find this stuff useful. There is a lot to learn, but a bunch of great ways to make it work for you.

Thursday, March 19, 2015

Remote Desktop Services in Azure or Azure RemoteApp?

As IT Professionals, we often have a lot of projects on our plates, as do the people we support in our businesses.  These days, remote access to work resources isn't a bonus, it's a requirement.  How do you make sure employees have access to the work resources they need while keeping them secure?

One common solution that's been used for a while now is Remote Desktop Services.  Formerly known as Terminal Services, RDS provides a rich desktop or application experience and has evolved a lot since its debut in NT 4.0.  One of the most useful features of RDS in recent years has been RemoteApp. RemoteApp enables you to make programs that are accessed remotely through Remote Desktop Services appear as if they are running on the end user's local computer. Instead of being presented to the user in the desktop of the Remote Desktop Session Host (RD Session Host) server, the RemoteApp program is integrated with the client's desktop.

When it comes to implementing Remote Desktop Services within Azure, you have two choices:

  1. Implement a full infrastructure like you would do on-prem, with a Session Host, Web Access and Broker server roles. This gives you full control from the OS up and is a potential option if you are looking to lift-and-shift your existing RDS infrastructure into the cloud.
  2. Customize an image to use with Azure RemoteApp.

For that first option, simply lifting and shifting the RDS servers to Azure can give you some quick benefits. In many cases your RDS users are coming from outside your corporate network, thus moving those servers to Azure would relieve your on-prem network connect of that traffic load.  Plus Azure gives you the ability to scale up or scale out with ease - allowing you to adjust to any change in workload without incurring additional CAPEX costs for hardware.

For a great step-by-step guidance on building you own RDS infrastructure in Azure, I encourage you to read Keith Mayer's comprehensive posts Part I and Part 2 of RDS on Azure.

Now for that second option, customize an image to use with Azure RemoteApp, I suggest considering using a customized image because chances are you use more applications than just the Microsoft Office Suite. (If you happen to use just Office 365, there is an image for that already!)  You also have two choices to make within Azure RemoteApp - cloud only or hybrid.  With a cloud collection the data and applications are held in Azure, with no connection to your on-prem network.  With a hybrid collection the data and applications are still hosted in Azure, but also lets users access data and resources stored on your local network. 

With either customized option, you are responsible for the management and maintenance of that image, however that is still less maintenance than managing and maintaining all the servers required for a traditional RDS infrastructure. Plus, Azure Remote app handles all the scaling needs based on the number of subscribers you authorize.

Combine that with the fact that Azure RemoteApp is supported on Windows, Windows RT, as well as on the Remote Desktop apps for Mac, iOS, and Android, and you've got a robust way to let users access resources from any device.

To get started with RemoteApp on Azure, you will need an image which isn't trivial.  If you want to do the hybrid collection you will also need to consider how to sync your on-prem directory to Azure AD, this roadmap can help.  There is also an easy to implement trial that just includes 30 days of Office 2013 Professional Plus, but that trial can't be converted to a production RemoteApp installation after the trial ends.

So what is right for your organization? Only you can say.  But I have my short list of things I'd move to Azure and RDS would be right up there with SharePoint deployments. Hybrid collections provide the most complete experience since user will be able to access on-premises resources like they can with RDS you provide on-prem now.  But cloud collections provide an easy way to isolate your deployment, which could meet at audit requirement or limit access for a specific set of workers.

If you already have a VNET in place with Azure, lifting and shifting RDS might be what you are most comfortable with.  At this writing, RemoteApp can't use an existing VNET, but you can connect the RemoteApp VNET to an existing one if need be.  For more information about Azure RemoteApp, I highly recommend starting with the online documentation.

Friday, March 13, 2015

Azure Storage Redundancy Options

There are a lot of components that make Azure tick and storage is a big one.  Azure has four types of storage - blobs, files (in preview), table and queue.  Every storage account you create in your subscription has the ability to contain all four types.  In addition to those types, you can pick from four redundancy options:

  • Locally Redundant Storage (LRS)
  • Zone Redundant Storage (ZRS)
  • Geographically Redundant Storage (GRS)
  • Read-Access Geographically Redundant Storage (RA-GRS)

Locally Redundant Storage (LRS) is the  cheapest storage option you can select and the end result will be three synchronous copies of your data within a single datacenter.  The SLA offered is 99.9% availability for read and write functions.  LRS is a good choice for data if you have compliance requirement that dictates your data remain in a specific location.

Geographically Redundant Storage (GRS) is the big brother of LRS.  Data is copied three times within a single datacenter, plus multiple asynchronous copies to a second datacenter hundreds of miles away.  This results in six copies of your data.  By default when you create a storage account, it will be GRS.  You can see what secondary location would be used for your redundant copy in the configuration settings of your storage account.  The alternative copy provides protection against a major datacenter outage or disaster, however you don't have control as to when the secondary copy is made available for access.

Read-Access Geographically Redundant Storage (RA-GRS) is the cool twin of GRS.  It’s the same as GRS, but you have the ability to access the secondary datacenter copy for read access whenever you like.  When you activate RA-GRS, you'll be given a second endpoint URL for access to that copy. Because if this, the SLA for read functions increases to 99.99%.

If you create a storage account with any of the three choices above, you can easily change it after the fact within the storage configuration settings. 

Finally, there is Zone Redundant Storage (ZRS).  Similar to LRS, but the three copies of data are stored across multiple datacenters within or across regions.  It's more durable than LRS and more economical than GRS, but is an option for block blobs only. There is no option to change from ZRS storage to the other options and you will see a warning that ZRS if for blob storage only.  Block blobs are used for VM storage as well as documents, videos, backups - any unstructured text or binary data -  but you can't use the same storage account for table or queue storage.  Still this a great option if you are looking for a little extra durability due to outage, but don't need the full on redundancy offered by GRS or RA-GRS.  Storage accounts used for testing purposes would be good use of ZRS.

In addition to these regular "spinning disk" storage options, you can also try out Azure Premium Storage (in Preview). Premium Storage gives you high-performance, low-latency support for I/O workloads running on Azure VMs.  These persistent disks are backed by SSD.  However, you need to have a premium storage account which can only be created using the Preview Portal and it's currently only in limited regions.  Learn more about Premium Storage here.


If you need to know more about the specific pricing for Azure Storage you can visit the pricing page. Your total cost will depend on several factors, not just the redundancy option you pick.  As you look at the hybrid cloud scenarios for storage, you'll find that the cloud won't be the best location for ALL your data, but storing some data in the cloud can be cheaper than expanding storage devices you already own.  Also, if you missed yesterday's series post on Azure Backup Solutions, check it at http://aka.ms/HybridCloudforITPro.

Thursday, March 12, 2015

Hybrid Cloud - What's all the Fuss?

You've probably been hearing a lot about the hybrid cloud lately and this post won't be all that different.  But what is all the fuss?

We know the benefits of virtualizing compute and sharing other resources on-prem, but there are limits to what a lot of enterprises can obtain within their own four walls.  You can leverage what the cloud has invested in things such as storage, redundancy, failover and authorization services and use that to expand resources as your business needs them.  The hybrid cloud is the future because it's not "one size fits all" - build based on the needs of the business service or application that you are making available or improving on.

That being said, if you are looking to learn a bit more about how Azure can meet you hybrid cloud needs be sure check out the Hybrid Cloud for the IT Pro Blog Series in progress right now, covering a variety of topics related to developing your plan for extending your datacenter beyond it's current walls.

I also recommend checking out this MVA course on Moving to Hybrid Cloud with Azure. It's only 90 minutes and it's hosted by Keith Mayer and Brian Lewis, two of my favorite Tech Evangelists.  Plus they really know their stuff.



Monday, March 9, 2015

The Hybrid Cloud for the IT Professional - The Blog Series Begins Today!

Over the next three weeks, the US IT Pro Evangelists will be running a blog series on extending your data center with Azure.  You'll find the complete series, with links updated daily at http://aka.ms/HybridCloudforITPro.

The series will include posts by Yung Chou, Kevin Remde, Dan Stolts, Tommy Patterson, Blain Barton, Jessica DeVita and myself.  We will be covering a variety of Azure IaaS topics like:

  • Infrastructure services
  • Backup solutions
  • Networking fundamentals
  • Connectivity and Remote Access
  • SQL Server
  • Multi-factor Authentication
  • Azure certifications
Enjoy!



Tuesday, February 17, 2015

Upcoming MVA Courses

I was poking around on Microsoft Virtual Academy today and discovered a bunch of great looking live events that are coming up in the next several weeks.  If you've never checked out MVA, now is the time to visit and register!

MS ITPro Evangelists Blogs

More Great Blogs