{"id":5934,"date":"2014-07-29T00:00:00","date_gmt":"2014-07-29T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/getting-started-with-azure-automation-automation-assets-2"},"modified":"2025-09-12T11:44:51","modified_gmt":"2025-09-12T18:44:51","slug":"getting-started-with-azure-automation-automation-assets-2","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/","title":{"rendered":"Getting Started with Azure Automation: Automation Assets"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment using a highly scalable and reliable workflow execution engine. Orchestrate time-consuming and frequently repeated tasks across Azure and third-party systems to decrease time to value for your cloud operations. For full details on Azure Automation service, see <a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/services\/automation\/\">Automation service<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This blog will cover the following topics with more emphasis on why we created Azure Automation assets and what are the benefits on top of PowerShell. For details on how to create and use Automation assets in detail, please see <a href=\"https:\/\/technet.microsoft.com\/en-us\/library\/dn457809.aspx\">https:\/\/technet.microsoft.com\/en-us\/library\/dn457809.aspx<\/a> (note: this page talks about Service Management Automation and Azure Automation assets. The sections\/cmdlets that currently only apply to Service Management Automation are called out on the page)<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><h4>What are Automation Assets?<\/h4><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><h4>Why we created Automation Assets<\/h4><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><h4>Benefits on top of PowerShell<\/h4><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><h4>How to use them in Runbooks<\/h4><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-are-automation-assets\"><a name=\"_Toc363559176\"><\/a>What are Automation Assets<a name=\"zab1861bd23a341dfaaf1d88c1d61a175\"><\/a><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The Assets page in Automation displays the various resources (also called \u201csettings\u201d) that are globally available to be used in or associated with a runbook, plus commands to import an integration module, add a new asset, or delete an asset. Assets include variables, schedules, credentials, and connections.<\/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\/07\/clip_image002-615x369-1.webp\" alt=\"graphical user interface\" class=\"wp-image-8690 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">High-level definition of the Automation Assets:<br>\u2022&nbsp;&nbsp;&nbsp; Variables:<br>Variables are values that are available to all runbooks.&nbsp; They can be created, modified, and retrieved from the Azure Portal, Windows PowerShell (coming soon), or from within a runbook.&nbsp; They can be used in runbooks to define frequently-used settings, such as directory paths to common files, server names, or other strings. Variable settings store string, boolean, integer, or datetime information that can then be used in a runbook. They can also contain complex objects (stored as property bags), although you must use PowerShell to do this as it cannot be done through the Automation UI.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2022&nbsp;&nbsp;&nbsp; Connections:<br>Connections define the information required to connect to a service or application from a runbook.&nbsp; The different types of connections you can create are defined by the integration modules imported into Automation, and typically include such information as the username and password and the host or service URI to connect to. For example, the Azure module which comes preinstalled in Azure Automation contains a connection with fields for subscription id and certificate, which is the information needed to manage your Azure resources programmatically. The properties for a connection are stored securely in the Automation, and can be accessed in the runbook with the Get-AutomationConnection activity.&nbsp; This information can then be passed as one or more parameters to the integration modules activities, to make required connections.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2022&nbsp;&nbsp;&nbsp; Credentials<br>Credentials are either a username and password combination that can be used with Windows PowerShell commands or a certificate that is uploaded to Azure Automation. The properties for a credential are stored securely in Automation, and can be accessed in the runbook with either the Get-AutomationPSCredential or Get-AutomationCertificate activity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2022&nbsp;&nbsp;&nbsp; Schedules<br>Azure Automation Schedules are used to schedule runbooks to run automatically.&nbsp; This could be either a single date and time for the runbook to run once, or it could be a recurring schedule to start the runbook multiple times.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2022&nbsp;&nbsp;&nbsp; Integration Modules<br>Azure Automation runbooks rely on PowerShell cmdlets (referred to as \u201cactivities\u201d in Automation) to access different systems, services, and devices. An integration module is a package that contains a Windows PowerShell Module and can be imported into Azure Automation.&nbsp; Imported modules are distributed to all Azure Automation worker servers so that they are available to runbooks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on integration modules, please refer to following articles:<br>\u2022&nbsp;&nbsp;&nbsp; Authoring Integration modules blog post (this blog speaks to Integration modules in Azure Automation, but they are basically the same Service Management Automation)<br>\u2022&nbsp;&nbsp;&nbsp; \u201cBuilding an integration module\u201d section in this TechNet document<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Why we created Automation Assets<br>You can create assets by clicking on Assets tab and then selecting \u2018Adding Setting\u2019 option<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/Assets-page1-523x369-1.webp\" alt=\"graphical user interface, application\" class=\"wp-image-8692 webp-format\" style=\"width:617px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/Assets-page1-523x369-1.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Select the type of Asset you want to create<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/Assets-page2-526x369-1.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8694 webp-format\" style=\"width:626px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/Assets-page2-526x369-1.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The following section talks about the challenges without Automation Assets and the value they bring.<b><\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Variables: <\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Challenge: <\/b>It is common for multiple runbooks to use the same data. Rather than hard coding this data into each runbook, it is better to have some way to store the data in one location, and reference it from within each runbook. That way, when the data changes, updates only need to be made in one place. Without variables, users have to think about using files, databases or other external ways to exchange\/share data between runbook jobs. The challenges with that is they have to establish their storage mechanisms, communication protocols and this may be complicated and cumbersome, as well as have race conditions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Azure Automation solution:<\/b> Variables are created to<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 Share a value between multiple runbooks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 Share a value between multiple jobs from the same runbook.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 Manage a value from the Azure Portal or from the Windows PowerShell command line that is used by runbooks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Connections:<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Challenge:<\/b> Azure Automation provides an ability to integrate with external systems. In order to connect with external systems, users have to find the way to provide all the data necessary (for e.g., Username, password, port #, protocols etc.) for connecting to external systems. Some of the challenges are<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 Different systems require different type of data. For e.g., URLs, Port numbers, protocols<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 Passing that connection data into the Runbook.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">o Users can pass the connection data as Runbook parameter and problem is that is they have to enter every time when the runbook is executed. Other challenge is that they have to provide this data which is not grouped together(pass separate parameters)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">o Other option is to provide variable or set of variables for each piece of connection data. This mitigates the first problem of entering the data every time, but still has problems of grouping the data together<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 This data being separate and not grouped together, any change in the connection data structure have to be replicated in all the places (parameters, variable, multiple runbooks, etc)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Azure Automation solution:<\/b> Azure Automation created Connection type asset to<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 Group the connection data necessary to connect to an external system into a single object so that it can be accessed by runbooks easily<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 Provide a template describing how a connection for a certain system should look like so that users can use this template when defining the connection to this system<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7 Changes to the connection data can be made in a single place without having to replicate the change in multiple locations (variable assets, runbooks, etc)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Credentials:<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Challenge:<\/b> Runbook needs to connect to external systems and thus need credentials. Without \u2018Credentials\u2019 type, users have to find ways to pass credentials to runbooks and also have to keep them secure. This is not a trivial problem to solve.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Azure Automation solution:<\/b> Azure Automation provides a unified and secure way to store and reference credentials in runbooks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Schedules: <\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Challenge<\/b>: Many times runbooks need to be run on a repeated schedule. Without a \u2018Schedule\u2019 type asset, users have to run runbooks manually at the correct time or invent their own mechanism.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Azure Automation Solution<\/b>: Azure Automation provides ability to run your runbooks at a single time in the future or on recurring schedule.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"benefits-on-top-of-powershell-workflow\">Benefits on top of PowerShell Workflow<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In order to provide high availability of workflow execution, Azure Automaton executes PowerShell code in different PowerShell sessions, in different processes, and even on different machines. In this context, replacing Automation Assets with regular mechanisms available in pure PowerShell workflow is very challenging. The usage of assets gives:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2022 Centralized management of constant values<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2022 Sharing of assets (Variables, Connections, and Credentials) between jobs. In PowerShell you can do this but have to invent your own mechanism.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2022 Secured management of credentials and connections<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2022 Out of box scheduling capability<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-to-use-assets-in-runbooks-with-examples\">How to use assets in runbooks, with examples<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In the below examples, you will find how to access Automation assets in runbooks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Variables:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The activities in the following table are used to access variables in a runbook.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Activities<\/td><td>Description<\/td><\/tr><tr><td>Get-AutomationVariable<\/td><td>Retrieves the value of an existing variable.<\/td><\/tr><tr><td>Set-AutomationVariable<\/td><td>Creates a new variable or sets the value for an existing variable.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Example<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$server = Get-AutomationVariable \u2013Name \u2018ServerName\u2019<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Set-AutomationVariable \u2013Name \u2018ServerName\u2019 \u2013Value $server<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Credentials:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The activities in the following table are used to access credentials in a runbook.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Activities<\/td><td>Description<\/td><\/tr><tr><td>Get-AutomationCertificate:<\/td><td>Gets a certificate to use in a runbook.<\/td><\/tr><tr><td>Get-AutomationPSCredential:<\/td><td>Gets a username\/password to use in a runbook, as a PSCredential<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Example:<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$credential = Get-AutomationPSCredential \u2013Name \u2018MyCredential\u2019<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$certificate = Get-AutomationCertificate \u2013Name \u2018MyCertificate\u2019<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Connections:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The activities in the following table are used to access credentials in a runbook.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Activities<\/td><td>Description<\/td><\/tr><tr><td>Get-AutomationConnection<\/td><td>Gets a connection to use in a runbook<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><b>Example:<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$connection = Get-AutomationConnection \u2013Name \u2018MyConnection\u2019<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do-Something \u2013Connection $connection<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Summary<\/strong><b><\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hopefully by now you have a better understanding of all the wonderful things you can accomplish using Azure Automation assets, how you\u2019d create one, and what are the challenges they solve and benefits over pure PowerShell. The Automation team is super excited to see the runbooks you write to take advantage of the functionality of Automation assets.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Not an Azure Automation user yet? <a href=\"https:\/\/account.windowsazure.com\/PreviewFeatures?fid=automation\">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\/\">Getting Started guide<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Until next time, <b>happy automating!<\/b><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment using a highly scalable and reliable workflow execution engine.<\/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":[3054,3053],"content-type":[1511],"product":[393],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-5934","post","type-post","status-publish","format-standard","hentry","category-management-and-governance","audience-business-decision-makers","audience-it-decision-makers","content-type-best-practices","product-automation","review-flag-1680286581-295","review-flag-1680286584-658","review-flag-integ-1680286579-214","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: Automation Assets | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment using a highly scalable and reliable workflow execution engine.\u2026\" \/>\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\/getting-started-with-azure-automation-automation-assets-2\/\" \/>\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: Automation Assets | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment using a highly scalable and reliable workflow execution engine.\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/\" \/>\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-07-29T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T18:44:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.jpg\" \/>\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=\"8 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\/getting-started-with-azure-automation-automation-assets-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Getting Started with Azure Automation: Automation Assets\",\"datePublished\":\"2014-07-29T00:00:00+00:00\",\"dateModified\":\"2025-09-12T18:44:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/\"},\"wordCount\":1553,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.jpg\",\"articleSection\":[\"Management and governance\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/\",\"name\":\"Getting Started with Azure Automation: Automation Assets | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.jpg\",\"datePublished\":\"2014-07-29T00:00:00+00:00\",\"dateModified\":\"2025-09-12T18:44:51+00:00\",\"description\":\"Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment using a highly scalable and reliable workflow execution engine.\u2026\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.webp\",\"width\":615,\"height\":369,\"caption\":\"graphical user interface\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#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: Automation Assets\"}]},{\"@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: Automation Assets | Microsoft Azure Blog","description":"Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment using a highly scalable and reliable workflow execution engine.\u2026","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\/getting-started-with-azure-automation-automation-assets-2\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started with Azure Automation: Automation Assets | Microsoft Azure Blog","og_description":"Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment using a highly scalable and reliable workflow execution engine.\u2026","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2014-07-29T00:00:00+00:00","article_modified_time":"2025-09-12T18:44:51+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.jpg","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":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Getting Started with Azure Automation: Automation Assets","datePublished":"2014-07-29T00:00:00+00:00","dateModified":"2025-09-12T18:44:51+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/"},"wordCount":1553,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.jpg","articleSection":["Management and governance"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/","name":"Getting Started with Azure Automation: Automation Assets | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.jpg","datePublished":"2014-07-29T00:00:00+00:00","dateModified":"2025-09-12T18:44:51+00:00","description":"Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment using a highly scalable and reliable workflow execution engine.\u2026","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2014\/07\/clip_image002-615x369-1.webp","width":615,"height":369,"caption":"graphical user interface"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/getting-started-with-azure-automation-automation-assets-2\/#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: Automation Assets"}]},{"@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\/5934","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=5934"}],"version-history":[{"count":2,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5934\/revisions"}],"predecessor-version":[{"id":46183,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5934\/revisions\/46183"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=5934"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=5934"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=5934"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=5934"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=5934"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=5934"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=5934"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=5934"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=5934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}