Skip to content
  • Blog
  • Events
  • Help
  • Careers
  • Contact
New Signature
  • About
      • Company

        Cognizant Microsoft Business Group is dedicated to changing the way businesses innovate, transform and run based on a unique cloud operating model. You will now be redirected to our new microsite to learn more.

        View Company

      • Awards

        As a company, we are regularly recognized within the IT industry as well as the communities we serve.

        View All Awards
      • News

        Read the most up-to-date corporate announcements, Microsoft technology updates, innovative business solutions and learn more about how the Cognizant Microsoft Business Group can take your business even farther.

        View News

      • Partners

        New Signature works with a number of outstanding technology companies to deliver the best experiences to our customers.

        View Partners
      • Leadership

        Cognizant Microsoft Business Group’s executive team is comprised of innovative leaders with proven experience and deep industry expertise. You will now be redirected to our new microsite to learn more.

        View Leadership

      • Industries

        Our solutions are tailored to empower organizations across a wide range
        of industries.

        View Industry Experience
    Close
  • Solutions
      • Intelligent Enterprise
        Solutions

        Going Digital
        Unleash cloud capability, deliver change and compete at speed with a Microsoft digital operating model, enabling you to work more efficiently as you transform your IT environment. Learn More

      • Featured Solution

        Secure Cloud
        In a world of constant threat, ensuring that your underlying cloud platform is protected is the first step on your organization’s journey towards a secure, compliant operating environment. Learn More
      • Intelligent Workplace
        Solutions

      • Secure Workplace

        Work Anywhere

        Endpoint Health

        Identity Health

        Teamwork Support



        VIEW WORKPLACE SOLUTIONS
      • Intelligent Cloud
        Solutions

      • App Factory

        Azure Accelerator

        Azure Launchpad

        Azure Launchpad for DevOps

        Application Health

        Platform Health

        VIEW ClOUD SOLUTIONS
    Close
  • Services
      • Begin your journey towards becoming a digital business with GO, our unique end-to-end framework based on the Microsoft Cloud Adoption Framework.

        GO DIGITAL OPERATING MODEL
      • Intelligent Enterprise

      • Consulting

        We go beyond just technology to help your organization understand how digital can help you uniquely differentiate and better serve your employees and customers.

        VIEW ENTERPRISE SERVICES
      • Intelligent Workplace

        • Identity

          Identity is your new first-line-of-defense. It’s vital to your users and clients that your identity platform is properly configured and secured.

          Endpoint

          Whether your devices are on-premises or remote, personal or business-owned, we can ensure they are properly managed and protected.

          Teamwork

          Today’s workforce is collaborating than ever before.  We can empower your current teams with tomorrow’s progressive technologies.

          VIEW WORKPLACE SERVICES
        • Intelligent Cloud

          • Platform

            The cloud is no longer some future-state. It’s the here and now. Adopting a cloud-first platform is one of the best ways to maintain a future-proofed competitive advantage.

            Applications

            We build cloud-native apps and modernize legacy systems with the power of Azure to give your organization a competitive edge.

            Data

            We can help your organization create secure, scalable data platforms to deliver simpler and more sophisticated insights to your business.

            VIEW CLOUD SERVICES
        Close
      • Client Stories
          • Case Studies

            Browse a comprehensive list of companies who have created successful partnerships and experienced transformative solutions with New Signature.

            View All Case Studies

          • Featured Case Study TalkTalk Modern Workplace

            New Signature worked with TalkTalk to define a new Modern Workplace solution based on Microsoft 365, which kept the user firmly at the center of the transformation.
            View Case Study

          • Testimonials

            We love transforming our customers businesses, take a look at what they have to say about New Signature.

            View Testimonials

          • Featured Testimonial Davis Construction

            With New Signature’s help, Davis was able to take a progressive step forward by migrating their private branch exchange (PBX) phone system to a Voice of Internet Protocol (VoIP) system.
            View Testimonial

        Close
      • Explore
          • Guides & Ebooks

            Dive deeper into education with your team by leveraging our expert-developed guides and eBooks.

            View All Guides & Ebooks

          • Infographics

            Rich with statistics and information, our infographics are great tools for quick but insightful learning.

            View All Infographics
          • Podcast: Office Explorers

            Join Kat and Rob monthly as they chat with New Signature experts and explore the world of O365.

            Listen to Podcasts

          • Videos

            Visit our videos stream to access recorded webinars, service information and to learn more about us.

            WATCH ALL VIDEOS
          • Flyers

            Searching for information about our services? Our flyers are a great takeaway for all those details.

            VIEW ALL FLYERS

          • Featured Stream

            Learn more about the tooling and expertise required to unlock productivity and mobilize your teams.

            MODERN WORKPLACE
        Close
        Close
      Blog

      Operations Management Suite – Azure Automation

      New Signature / Blog / Operations Management Suite – Azure Automation
      February 8, 2016| New Signature

      Cloud Infrastructure – Operations Management Suite – Azure Automation

      In previous posts I described some basic characteristics of the OMS Suite as well as some specific features of the Log Analytics solution. In this post, we will delve into the IT Automation component.

      image001

      Azure Automation

      In 2009 Microsoft acquired Opalis as the first foray into automation as a product. Their orchestration product was rebranded as Orchestrator and added to the System Center Suite. Later the Service Management Automation feature gave PowerShell Worflow capabilities to IT Professionals and was the basis for automation inside the Windows Azure Pack.

      In 2013, Microsoft attempted to provide automation capabilities in Azure with the same interface as the SMA solution. It was possible to use PowerShell V4 workflows to run scripts that reached out to Azure subscriptions, virtual machines, websites and other Azure resources. A gallery of scripts was also provided. This gallery now numbers over 200 scripts!

      In 2015 Microsoft consolidated and released a new automation interface inside the Azure Portal (http://portal.azure.com). This interface comes with some important advancements:

      • Graphical Authoring – to the professional who uses PowerShell daily, the graphical authoring feature seems to be an overhead to the lightweight PS scripts, but to the beginner, the ability to connect the dots and access parameters and flows in a graphical manner may reduce the resistance to create the workflows in the first place.
      • DSC – Azure Automation DSC allows you to author and manage PowerShell Desired State Configurations, import DSC Resources, and generate DSC Node Configurations (MOF documents) in the cloud. These items will be hosted in Azure (as a pull server) and can be reached by the target nodes, get applied and these nodes report back to Azure.
      • Hybrid Workers – tightly integrated with the Log Analytics solution, you can leverage any computer that has the OMS client to become a local worker for your automation workflows.
      • Integration with Azure Site Recovery and Log Analytics – I have not covered Azure Site Recovery in these articles yet, but some failover scenarios will require complex steps to properly move applications to Azure. Automation will help with the orchestration of necessary steps to guarantee the proper operation of the applications. Additionally, automation runbooks may be called by the Log Analytics alerting feature to remediate certain situations.
      • Pure PowerShell support – Until late 2015, only PowerShell V4.0 Workflows were supported as automation runbooks. While PowerShell workflow is not significantly different from regular PowerShell scripting, there is a small learning curve and different handling. Currently, regular PowerShell is supported.

      Creating Automation Runbooks

      The automation features are available in both old and new Azure portals. However, not all features are available in the old portal. For this post, I will show only the features in the new portal.

      It all starts with Automation accounts. Each automation account contains multiple resources, like Runbooks, Assets, DSC Configurations and nodes, Hybrid workers, etc.

      image002

      The runbooks are the stars of the show. The new portal allows for multiple types of runbooks. You can now create a ‘normal’ runbook, referring back to PS 4.0 workflows. You can also create a graphical runbook. More recently, the capability of creating PowerShell (not workflow) runbooks has been added.

      image004

      Once you create a new PowerShell runbook, the experience is similar to editing locally.

      image005

      Note that you have access to CmdLets and previously created runbooks. You also have access to the assets you made available before, like credentials, variables, connections and certificates.

      image007

      When assets like credentials are added, the full command to retrieve the contents will be added. That is helpful for the IT Pro writing his daily automation tasks.

      There is also a testing pane, where you can select whether you want to run the script in Azure or against a local hybrid worker.

      image009

      When editing a graphical runbook, the visual experience helps add parameters and control the flow of your runbooks. There are some limitations though, like not supporting Cycles or Loops.

      image011

      You can check a detailed description of how graphical authoring works here in this great post by Brian Wrenn (@MPAuthor).

      Feels like Home

      You can work with Azure Automation runbooks from the convenience of a laptop. This project in GitHub allows for azure automation runbooks, with an ISE Add-on.

      Screenshot - 2_4_2016 , 10_11_56 AM

      You can easily synchronize the runbooks, use variables from Azure and run local tests before you publish your runbooks.

      Runbook Gallery

      Azure Automation provides a gallery with very handy assortment of runbooks, in a self-service fashion.

      image013

      For example, you can quickly add Runbook to your account that will stop all Azure VMs, so you don’t have compute costs when you aren’t using the resources. That is in fact one of the most common uses of Azure Automation so far and it’s how I manage my subscription for lab infrastructure in Azure. All you do is add a Schedule Asset and you have a daily task that will shutdown your VMs at night. A step by step guide can be found here (it uses the old Azure portal, but the concept is the same).

      Real World Scenarios

      Recently a customer asked us to create a mechanism to allow them to stop and start jobs (scheduler and SQL jobs) as well as set computers or objects in maintenance mode when a task was scheduled. The first option that came to mind was System Center Orchestrator. I tested the mechanism (a PowerShell script) with a hybrid scenario by replacing the Orchestrator server in my lab. I could reuse the same scripts when working with the local worker, with the advantage of not having to install SQL Server and Orchestrator. The basic challenges were the same and related mostly to authentication and authorization of remote execution of procedures. You can read more details here.

      Conclusion

      The previous example makes pretty clear that heavy on-premises automation infrastructure may be replaced, partially or totally, by cloud based servers, with on-premises agents. That allows for more controllable and accountable experiences for IT Pros, who will be able to focus more on the real business of creating complex local infrastructure.

      There is some adaptation required and that is when the hybrid concept is leveraged. Microsoft has made it possible for automation solutions to interact with both on-premises and cloud infrastructure. That is  key in the transition of infrastructures to the cloud.

      Categories
      Tips and Tricks
      Contact New Signature

      Blog Posts

      • Better Together: Dynamics 365 & Power Platform
      • How to Modernize Your Apps Securely in Azure – Webinar
      • Transforming Your Healthcare with Dynamics 365
      • How Well Do You Know Your Customer?

      Managed Services

      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fermentum, enim ac dignissim aliquet

      VIEW ALL MANAGED SERVICES

      Professional Services

      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fermentum, enim ac dignissim aliquet

      VIEW ALL PROFESSIONAL SERVICES

      New Signature

      About

      • Company
      • Awards
      • News
      • Leadership
      • Partners
      • Industries

      Solutions

      • Intelligent Enterprise Solutions
      • Intelligent Workplace Solutions
      • Intelligent Cloud Solutions

      Services

      • GO
      • Intelligent Enterprise
      • Intelligent Workplace
      • Intelligent Cloud

      Client Stories

      • Client Stories
      • Testimonials

      Explore

      • Guides & Ebooks
      • Podcasts
      • Flyers
      • Infographics
      • Videos
      Copyright © 2022 New Signature
      • Blog
      • Events
      • Careers
      • Help
      • Anti Slavery
      • Privacy Policy
      • Contact
      • About
        • Company
        • Awards
        • News
        • Leadership
        • Partners
        • Industries
      • Services
        • GO
        • Intelligent Enterprise
        • Intelligent Workplace
        • Intelligent Cloud
      • Client Stories
        • Case Studies
        • Testimonials
      • Technologies
      • Explore
        • Guides & Ebooks
        • Infographics
        • Podcast: Office Explorers
        • Videos
        • Flyers
      • Blog
      • Events
      • Careers
      • Contact
      • Search
      Cookie Settings
      New Signature uses "Required Cookies" to run our website, "Functional Cookies" used by third parties to personalise marketing, including social media features.

      Change your preferences by clicking the “Cookie Settings” link at the bottom of every page. Learn more about cookies in our Cookie Policy and our Privacy Policy. By clicking the “Accept Cookies” button below, you consent to our use of cookies.

      Please note that “Required Cookies” will be set regardless of your consent.
      Cookie SettingsAccept Cookies
      Privacy & Cookies Policy

      Privacy Overview

      This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
      Performance

      Performance Cookies provide Content Delivery Network assets that deliver faster site content delivery capabilities.

      Required

      These cookies are required mainly in order to deliver Multilanguage site capabilities.

      Functional

      Functional Cookies allow us to provided advanced media capabilities including videos, surveys and other multimedia capabilities.

      Disabling Functional cookies will block the playing of videos and other multimedia site components.

      Targeting

      Targeting Cookies are used to capture user information in order for New Signature to deliver better user experiences.

      Save & Accept