{"id":5980,"date":"2014-06-19T00:00:00","date_gmt":"2014-06-19T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/azure-automation-runbook-management"},"modified":"2025-09-12T10:37:38","modified_gmt":"2025-09-12T17:37:38","slug":"azure-automation-runbook-management","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/","title":{"rendered":"Getting Started With Azure Automation \u2013 Runbook Management"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Azure Automation is a new service in Azure that allows you to automate your Azure management tasks and to orchestrate actions across external systems from right within Azure. It is built on PowerShell Workflow, so you can take advantage of the language\u2019s many features. If you have not yet signed up for Azure Automation, sign up for our free preview <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/preview\/\" target=\"_blank\" rel=\"noopener\">here<\/a>. You can also learn more about Azure Automation <a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/services\/automation\/\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this post, you will learn some of the fundamentals for runbook management inside of Azure Automation. I\u2019ll walk through the steps to enable you to quickly create an Automation account, create or import a runbook, test and publish the runbook, manage logging for that runbook, and setup a schedule for starting the runbook.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first thing to do when you start using Azure Automation is create an Automation account. Automation accounts are like Azure Storage accounts in that they serve as a container. In Automation they are a container for all your runbook, runbook executions (jobs), and the assets that your runbooks depend on. Once Automation goes to GA, you will be able to select which region you would like to use for your Automation account. This will enable you to create affinity with the regions that your other services are located in to maximize efficiency. While Automation remains a Preview service, there will only be one region available, East US.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To create an account, select <strong>Automation &gt; Create<\/strong>.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8636 webp-format\" title=\"CreateAccount\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You will then be prompted to add a name for the account, select a subscription (if you have multiple subscriptions available) and select a region.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"creating-runbooks-in-automation\">Creating Runbooks in Automation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you have an Automation account, you are ready to start creating runbooks to automate your cloud management. There are two different ways that you can create runbooks in Automation:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Quick Create a new runbook<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Import an existing runbook (PowerShell Workflow in a .ps1 file)<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"creating-a-new-runbook-with-quick-create\">Creating a new Runbook with Quick Create<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To create an empty runbook, use Quick Create. Quick Create can be accessed through +NEW -&gt; App Services -&gt; Runbook -&gt; Quick Create.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/QuickCreate1_thumb.webp\" alt=\"graphical user interface, text\" class=\"wp-image-8638 webp-format\" title=\"QuickCreate1\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/QuickCreate1_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Here you can provide a <b>Name<\/b> for the Runbook, a <b>Description,<\/b> and select the <b>Automation<\/b> <b>Account<\/b> that you would like to create the runbook in. Keep in mind that the name of the runbook cannot be changed, but you will be able to change the description later from the runbook <strong>Configuration<\/strong> tab. It\u2019s generally a good practice to follow the PowerShell verb-noun naming convention and to use only approved <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/ms714428(v=vs.85).aspx\" target=\"_blank\" rel=\"noopener\">PowerShell verbs<\/a>. In this example, I\u2019ll use \u201cSet-RunbookConfiguration\u201d.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/QuickCreate2_thumb.webp\" alt=\"graphical user interface, text\" class=\"wp-image-8640 webp-format\" title=\"QuickCreate2\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/QuickCreate2_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When ready, click <b>Create<\/b> and the new runbook will be created and displayed in the <b>Runbooks<\/b> list. Consider this \u201cRunbooks\u201d view your own private library of runbooks you can use to automate various processes. You can perform basic operations on your runbooks from this view including starting, importing, exporting or deleting. I will cover some of these later in the post.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Runbooks_thumb.webp\" alt=\"graphical user interface, table\" class=\"wp-image-8642 webp-format\" title=\"Runbooks\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Runbooks_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The Runbook is now created in the Runbooks view and is listed as New. At this point you are now able to select the Runbook, then select Author to begin authoring the Runbook.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/SetConfig2_thumb.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8644 webp-format\" title=\"Set-Config2\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/SetConfig2_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You are now able to start authoring your runbook using standard PowerShell Workflow syntax. Note that PowerShell Workflows are different from standard PowerShell scripts. You can read more about PowerShell Workflows <a href=\"https:\/\/technet.microsoft.com\/en-us\/library\/jj134242.aspx\" target=\"_blank\" rel=\"noopener\">here<\/a>. If you run into any questions around creating runbooks, check out our <a href=\"https:\/\/social.msdn.microsoft.com\/Forums\/windowsazure\/en-US\/home?forum=azureautomation&amp;filter=alltypes&amp;sort=lastpostdesc\" target=\"_blank\" rel=\"noopener\">forum<\/a> to see if anyone else has had the same problem, or to post a new question.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"importing-a-runbook\">Importing a Runbook<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you already have a (.PS1) PowerShell Workflow, or runbook that you wrote or discovered earlier, importing it into your Runbooks Library is easy. To follow along with this, you can download a runbook from <a href=\"https:\/\/gallery.technet.microsoft.com\/scriptcenter\/site\/search?f%5B0%5D.Type=RootCategory&amp;f%5B0%5D.Value=WindowsAzure&amp;f%5B0%5D.Text=Windows%20Azure&amp;f%5B1%5D.Type=SubCategory&amp;f%5B1%5D.Value=WindowsAzure_automation&amp;f%5B1%5D.Text=Automation\" target=\"_blank\" rel=\"noopener\">the Script Center<\/a> and import it to your system. Later on, if you don\u2019t need this runbook, you can delete this runbook to keep your runbooks list clean.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The \u201cImport\u201d function is located in the command bar of the runbooks tab:<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Import_thumb.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8646 webp-format\" title=\"Import\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Import_thumb.webp\"><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"sorting-and-filtering-runbooks-and-jobs\">Sorting and Filtering Runbooks and Jobs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you have a runbook or two in your system, let\u2019s take a look at what you can do in the <b>Runbooks<\/b> view (shown above). This view shows us specific details about the jobs that have been started. Users have the ability to sort by Name, Last Job Start, Last Job Status, Jobs, Authoring or Tags \u2013 let\u2019s talk about some of these in more detail.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><b>Name<\/b> \u2013 Allows sorting by runbook name, for example A-Z or Z-A.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>Last Job Start<\/b> \u2013 Allows sorting by the last job that was started by the runbook in the following format (MM\/DD\/YYYY HH:MM:SS AM|PM). Note the last job start could also be \u201cNone\u201d indicating the runbook has never started a job.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>Last Job Status<\/b> \u2013 Allows users to view the status of the last job. For example, my job can be in one of several finite states including Suspended, Completed, Failed, Queued, Running or Starting.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>Jobs<\/b> \u2013 Displays the number of jobs associated from the runbook. This number only includes jobs that ran in production and will not include test runs.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>Authoring<\/b> \u2013 Shows the current status of the runbook definition.\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><b>New <\/b>\u2013 A non-production version (Draft in the UI) exists that is actively being edited. You can only execute this runbook in \u201cTest\u201d mode.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>Published <\/b>\u2013 A production version (Production in the UI) exists that can start jobs, and no draft version exists. You can only execute this runbook in \u201cProduction\u201d mode.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>In Edit <\/b>\u2013 A production version exists as well as a draft version that is currently being edited. Schedules, and any time you start a runbook (from another runbook, from the UI, or from a cmdlet), the production version of the runbook will be started. The draft version can only be started in \u201cTest\u201d mode, in the authoring pane.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>Tags<\/b> \u2013 Tags allow you to categorize your runbook so that you can quickly identify the runbook that you want to find. For example, you may want to categorize your runbooks by production or test and by workload, or technology. Your tag may look like: PROD: Windows Azure, IaaS or TEST: Virtual Machines, Library. These tags are free-formed allowing the user to provide whatever makes sense.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>Filter<\/b> &#8211; Selecting the magnifying glass icon on the top-right, also allows users to filter on either the Name or Tags column in the Runbooks view.<\/li>\n\n\n\n<li class=\"wp-block-list-item\"><b>Range<\/b> &#8211; Lastly, users are also able to use the top level filtering mechanism for viewing Job Status from X point in time to Y point in time relevant to the Job Status (above).<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"authoring-a-new-runbook\">Authoring a New Runbook<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now, let\u2019s create a simple runbook to go through the runbook authoring experience. I\u2019ll walk you through adding some different stream output types that could help you troubleshoot runbook jobs if there is ever a problem, and then show you how you can turn logging on or off for your runbook in production.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Select the \u201cSet-RunbookConfiguration\u201d runbook that we created earlier from the Runbooks view to begin authoring your runbook. Now click on the Authoring tab to view the runbook code. From here you can see Azure Automation has automatically added <i>\u201cworkflow name { }\u201d. <\/i>Insert the Runbook definition as seen below:<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Rb_thumb.webp\" alt=\"graphical user interface, text\" class=\"wp-image-8648 webp-format\" title=\"Rb\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Rb_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Verbose and progress streams are examples of streams that you can enable or disable. Verbose is especially useful when you are troubleshooting a production runbook as it will provide additional information. Write-Output will always be displayed, so you will always see the results of your runbook.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to typing your runbook manually, you can also use the \u201cInsert\u201d button to insert an Activity<i> <\/i>from any module loaded into Azure Automation, another published runbook, or an asset like a variable or connection. You can manage assets from the Assets tab or use the Manage button to create one without leaving the runbook authoring experience. Assets are available globally for your Automation service. We will have a more detailed post around assets in the future.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once you are satisfied with your runbook, you are able to Save, Test or Publish the Runbook. Be aware that the \u201cTest\u201d feature actually runs the workflow and is not a \u2013WhatIf.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this case, go ahead and publish the runbook. This should bring you to the read-only Published view. You can now start the runbook by clicking the Start button in the commands bar. This will create an instance of a runbook, known as a <b>job<\/b>. Note that if you start the runbook without taking the steps in the following \u201cConfiguring a Runbook\u201d section, you will not see the verbose or progress streams because they are not enabled. Go ahead and click Start so you can compare results.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"516\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-1024x516.webp\" alt=\"A screenshot of a computer\" class=\"wp-image-46168\" title=\"StartJob\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-1024x516.webp 1024w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-300x151.webp 300w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-768x387.webp 768w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image.webp 1444w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"configuring-a-runbook\">Configuring a Runbook<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can easily configure your runbook using the <b>Configure<\/b> tab of the Runbook.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From the Configure tab you are able to modify settings specific to the Runbook you created. For example you can change the <strong>Description<\/strong> or add <strong>Tags<\/strong> to help you organize your runbooks. This can be especially helpful if you have a series of small runbooks that work together to complete your entire workflow. You can also manage your PowerShell stream logging here.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Since we have verbose and progress streams that we would like logged for later viewing, we will modify the <b>Log Verbose Records<\/b> and <b>Log Progress Records<\/b>. Set these options to \u201cYes\u201d to turn on all logging levels for your runbook.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Configure_thumb.webp\" alt=\"graphical user interface, application\" class=\"wp-image-8652 webp-format\" title=\"Configure\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Configure_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you have modified the configuration settings, start the runbook again. You can also start runbooks programmatically using the Start-AzureAutomationRunbook cmdlet. You can read more about our PowerShell cmdlets here. In order to manage Azure services, you need to import an Azure management certificate in Automation Assets so that you can make PowerShell calls into these services. You can learn how to import the management certificate on a previous blog \u201c<a href=\"https:\/\/blogs.technet.com\/b\/orchestrator\/archive\/2014\/04\/10\/managing-azure-services-with-the-microsoft-azure-automation-preview-service.aspx\">Managing Azure Services with the Microsoft Azure Automation Preview Service<\/a>\u201d.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"investigating-a-runbook-job\">Investigating a Runbook Job<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you have been following along, you should see that the two jobs you just ran have finished successfully. To learn more about what went on in this runbook\u2019s jobs, click the \u201cJobs\u201d view to see all jobs that have run (within the selected time window).<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Jobs_thumb.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8654 webp-format\" title=\"Jobs\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Jobs_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If you click on a job, you will be taken to the job dashboard view where you can review the job summary, input parameters and output. If you click on a job and select the History tab, you can view specifics about the logging you enabled earlier. For example, because we enabled all log streams, we can see Progress and Verbose output in our second job, but can only see the Write-Output output in our first job. The runbook source (the version that was executed for the job) is also available by clicking on the View Source command so that you can see the actual runbook that was used for this job.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Job 1:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"642\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-1-1024x642.webp\" alt=\"A screenshot of a computer\" class=\"wp-image-46169\" title=\"Job1\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-1-1024x642.webp 1024w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-1-300x188.webp 300w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-1-768x481.webp 768w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-1.webp 1446w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Job 2:<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Job2_thumb.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8658 webp-format\" title=\"Job2\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Job2_thumb.webp\"><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"scheduling-a-runbook\">Scheduling a Runbook<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In Azure Automation you are also able to compose a schedule. From the runbook that we have been working on, go to the Schedule view and select \u201cLink to a new schedule\u201d.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Schedule1_thumb.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8660 webp-format\" title=\"Schedule1\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Schedule1_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Provide a name and description for the schedule.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Schedule2_thumb.webp\" alt=\"graphical user interface\" class=\"wp-image-8662 webp-format\" title=\"Schedule2\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Schedule2_thumb.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Finally, select your schedule preferences: Type, Start Time, Expiration date, and Recurrence.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"844\" height=\"697\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-2.webp\" alt=\"A screenshot of a schedule\" class=\"wp-image-46170\" title=\"Schedule3\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-2.webp 844w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-2-300x248.webp 300w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/image-2-768x634.webp 768w\" sizes=\"auto, (max-width: 844px) 100vw, 844px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This schedule will now be active and will run in your local time zone unless otherwise modified. You can also reuse this schedule for other runbooks if you would like to schedule multiple runbooks to run at the same time. To view or unlink a schedule, click the \u201cSchedule\u201d view for the runbook, or go to the Assets view.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Schedule4_thumb.webp\" alt=\"graphical user interface, application, Word\" class=\"wp-image-8666 webp-format\" title=\"Schedule4\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/Schedule4_thumb.webp\"><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wrapping-up\">Wrapping up<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You should now be in expert in navigating the Azure Automation service to complete your runbook management tasks such as creating, running, configuring job streams, and viewing jobs. Happy automating!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Not an Azure Automation user yet? <a href=\"https:\/\/aka.ms\/Q2p1ap\" target=\"_blank\" rel=\"noopener\">Sign up for the Preview<\/a> and then check out the <a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/automation-create-runbook-from-samples\/\" target=\"_blank\" rel=\"noopener\">Getting Started Guide<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fundamentals for runbook management in Azure Automation. The steps to create an Automation account, create or import a runbook, test and publish , manage logging and setup a schedule for starting the runbook.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1482],"tags":[],"audience":[],"content-type":[1511],"product":[393],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-5980","post","type-post","status-publish","format-standard","hentry","category-management-and-governance","content-type-best-practices","product-automation","review-flag-1680286581-295","review-flag-1680286581-364","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-alway-1680286580-106","review-flag-disable","review-flag-free-1680286579-836","review-flag-ga-1680286584-289","review-flag-never-1680286580-606","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Getting Started With Azure Automation \u2013 Runbook Management | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Fundamentals for runbook management in Azure Automation. The steps to create an Automation account, create or import a runbook, test and publish , manage logging and setup a schedule for starting the runbook.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started With Azure Automation \u2013 Runbook Management | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Fundamentals for runbook management in Azure Automation. The steps to create an Automation account, create or import a runbook, test and publish , manage logging and setup a schedule for starting the runbook.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2014-06-19T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T17:37:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.png\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Getting Started With Azure Automation \u2013 Runbook Management\",\"datePublished\":\"2014-06-19T00:00:00+00:00\",\"dateModified\":\"2025-09-12T17:37:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/\"},\"wordCount\":1978,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.png\",\"articleSection\":[\"Management and governance\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/\",\"name\":\"Getting Started With Azure Automation \u2013 Runbook Management | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.png\",\"datePublished\":\"2014-06-19T00:00:00+00:00\",\"dateModified\":\"2025-09-12T17:37:38+00:00\",\"description\":\"Fundamentals for runbook management in Azure Automation. The steps to create an Automation account, create or import a runbook, test and publish , manage logging and setup a schedule for starting the runbook.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.webp\",\"width\":1160,\"height\":741,\"caption\":\"graphical user interface, text, application\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Management and governance\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/management-and-governance\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Getting Started With Azure Automation \u2013 Runbook Management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Started With Azure Automation \u2013 Runbook Management | Microsoft Azure Blog","description":"Fundamentals for runbook management in Azure Automation. The steps to create an Automation account, create or import a runbook, test and publish , manage logging and setup a schedule for starting the runbook.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started With Azure Automation \u2013 Runbook Management | Microsoft Azure Blog","og_description":"Fundamentals for runbook management in Azure Automation. The steps to create an Automation account, create or import a runbook, test and publish , manage logging and setup a schedule for starting the runbook.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2014-06-19T00:00:00+00:00","article_modified_time":"2025-09-12T17:37:38+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.png","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Getting Started With Azure Automation \u2013 Runbook Management","datePublished":"2014-06-19T00:00:00+00:00","dateModified":"2025-09-12T17:37:38+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/"},"wordCount":1978,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.png","articleSection":["Management and governance"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/","name":"Getting Started With Azure Automation \u2013 Runbook Management | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.png","datePublished":"2014-06-19T00:00:00+00:00","dateModified":"2025-09-12T17:37:38+00:00","description":"Fundamentals for runbook management in Azure Automation. The steps to create an Automation account, create or import a runbook, test and publish , manage logging and setup a schedule for starting the runbook.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/06\/CreateAccount_thumb.webp","width":1160,"height":741,"caption":"graphical user interface, text, application"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-automation-runbook-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Management and governance","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/management-and-governance\/"},{"@type":"ListItem","position":3,"name":"Getting Started With Azure Automation \u2013 Runbook Management"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5980","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=5980"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5980\/revisions"}],"predecessor-version":[{"id":46171,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5980\/revisions\/46171"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=5980"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=5980"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=5980"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=5980"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=5980"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=5980"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=5980"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=5980"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=5980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}