<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>post How to add Azure public images in ITOM blog</title>
    <link>https://www.servicenow.com/community/itom-blog/how-to-add-azure-public-images/ba-p/2274448</link>
    <description>&lt;P&gt;&lt;SPAN class="s1"&gt;Cloud Management in Jakarta and above can &lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/run-disco-on-cloud-account-ldc.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/run-disco-on-cloud-account-ldc.html"&gt;discover Azure&lt;/A&gt; private images. There are some business cases, however, where you may want to have the public images available in Cloud Management. This blog explains &lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/add-AWS-public-images.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/add-AWS-public-images.html"&gt;how to add Azure public images&lt;/A&gt; &lt;/SPAN&gt;to the OS template table so you can use them in resource profiles.&lt;/P&gt;&lt;PRE __default_attr="info" __jive_macro_name="alert" alert="info" class="jive_text_macro jive_macro_alert" data-renderedposition="64_8_1111_44"&gt;&lt;P&gt;Note: You will need the &lt;STRONG&gt;cloud_admin&lt;/STRONG&gt; role for this procedure.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;How to add Azure images to the OS template table&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Collect field information from Azure&lt;/H2&gt;&lt;P&gt;1. Fetch required fields from Azure. Here's an example fetching it from the Azure CLI.&lt;/P&gt;&lt;P style="text-align: left;"&gt;2. The fields of importance are the &lt;STRONG&gt;Offer&lt;/STRONG&gt;, &lt;STRONG&gt;Publisher&lt;/STRONG&gt;, &lt;STRONG&gt;Version&lt;/STRONG&gt;, and &lt;STRONG&gt;Sku&lt;/STRONG&gt;. On the command line, you can search by Offer, Publisher, or both as shown in this example.&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;Each line item in this screenshot is a different image — all CentOS of varying versions, from OpenLogic.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="azure_image_list.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172137iE816E35909EF6489/image-size/large?v=v2&amp;amp;px=999" role="button" title="azure_image_list.png" alt="azure_image_list.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Create a new OS template table&lt;/H2&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;3. In the left nav filter, enter &lt;STRONG&gt;cmdb_ci_os_template.list&lt;/STRONG&gt;. Click &lt;STRONG&gt;Enter&lt;/STRONG&gt; to go to the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;4. Click &lt;STRONG&gt;New&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;5. Configure form layout to show &lt;STRONG&gt;Offer&lt;/STRONG&gt;,&lt;STRONG&gt; Serial number&lt;/STRONG&gt;,&lt;STRONG&gt; Version&lt;/STRONG&gt;,&lt;STRONG&gt; &lt;/STRONG&gt;and &lt;STRONG&gt;Vendor&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;6. Enter the following information to create a new image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="203" style="border: 1px solid #c6c6c6; width: 349px; height: 182px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Object ID&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Enter a unique name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Name&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;CentOS 6.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;GuestOS&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Linux&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Offer&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;CentOS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Serial Number&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;6.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Version&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;6.5.201501&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;For &lt;STRONG&gt;Vendor&lt;/STRONG&gt;, click the magnifying glass and then click &lt;STRONG&gt;New&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;For &lt;STRONG&gt;Name&lt;/STRONG&gt;, enter &lt;STRONG&gt;OpenLogic&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;Click &lt;STRONG&gt;Submit&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="new azure image.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172141i4C34D0CA9E4D1642/image-size/large?v=v2&amp;amp;px=999" role="button" title="new azure image.png" alt="new azure image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;7. From the &lt;STRONG&gt;Credentials&lt;/STRONG&gt; field, click the magnifying glass.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;8. Click &lt;STRONG&gt;New&lt;/STRONG&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;9. Click &lt;STRONG&gt;Basic Auth Credentials&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="auth.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172139iE253F48B005710F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="auth.png" alt="auth.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Give it a username and password that will become the admin user/password of the provisioned VM.&lt;/P&gt;&lt;P&gt;11. Click &lt;STRONG&gt;Submit&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;12.&lt;STRONG&gt; Save&lt;/STRONG&gt; the new image record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Add related items&lt;/H2&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;13. Navigate&lt;STRONG&gt; &lt;/STRONG&gt;to the Related Items and click the &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;STRONG&gt;+ &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;Symbol&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="related items.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172129iCF3872CF74526B3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="related items.png" alt="related items.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14. &lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;On the Relationship Edit Form, navigate to the &lt;STRONG&gt;Suggested relationship types&lt;/STRONG&gt; window and select &lt;STRONG&gt;Hosted On (Parent)..&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="hosted on parent.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172145iAEC1F1B370744A25/image-size/large?v=v2&amp;amp;px=999" role="button" title="hosted on parent.png" alt="hosted on parent.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;15. Modify the Filter condition to the following: &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;&lt;STRONG&gt;Class | is | Azure Datacenter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="class is azure datacenter.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172147i9AF44341154F0C1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="class is azure datacenter.png" alt="class is azure datacenter.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;16. Click &lt;STRONG&gt;Run filter&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;17. Search the &lt;STRONG&gt;Configuration Items&lt;/STRONG&gt; and select the valid datacenter(s) that the image is for.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="relashionship editor.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172143i076036D6C78AC3A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="relashionship editor.png" alt="relashionship editor.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;18. From the bottom of the form, under &lt;STRONG&gt;Relationships&lt;/STRONG&gt;, click the &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;STRONG&gt;+ &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;symbol.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="related items.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172149i8BB1597A1168F199/image-size/large?v=v2&amp;amp;px=999" role="button" title="related items.png" alt="related items.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;19. The green shading is a visual indication that you have successfully associated the AMI with the desired Data centers. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="green shading.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172151iCFBD36148D1375C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="green shading.png" alt="green shading.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;20. Click &lt;STRONG&gt;Save and Exit&lt;/STRONG&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;21. Click &lt;STRONG&gt;OK&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;22. From &lt;STRONG&gt;Related Items&lt;/STRONG&gt;, observe the image is associated to the desired data center.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="related items pubic.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172161iD9769A1770161426/image-size/large?v=v2&amp;amp;px=999" role="button" title="related items pubic.png" alt="related items pubic.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;23. Click &lt;STRONG&gt;Update.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Conclusion&lt;/H2&gt;&lt;P&gt;Once these steps are completed, the added Azure public image is now available for selection when creating a new OS Profile in &lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/create-resource-profile.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/create-resource-profile.html"&gt;Resource Profile&lt;/A&gt;.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="OS_profile.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172153i38C8DD55DA7C8A9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="OS_profile.png" alt="OS_profile.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other useful resources:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/add-AWS-public-images.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/add-AWS-public-images.html"&gt;Add AWS Public Images&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/concept/cloud-management-creds.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/concept/cloud-management-creds.html"&gt;Azure credentials for Cloud Management&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/discovery/concept/cloud-resource-discovery.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/discovery/concept/cloud-resource-discovery.html"&gt;AWS and Azure cloud discovery&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 06 Feb 2018 06:21:34 GMT</pubDate>
    <dc:creator>Marlos</dc:creator>
    <dc:date>2018-02-06T06:21:34Z</dc:date>
    <item>
      <title>How to add Azure public images</title>
      <link>https://www.servicenow.com/community/itom-blog/how-to-add-azure-public-images/ba-p/2274448</link>
      <description>&lt;P&gt;&lt;SPAN class="s1"&gt;Cloud Management in Jakarta and above can &lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/run-disco-on-cloud-account-ldc.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/run-disco-on-cloud-account-ldc.html"&gt;discover Azure&lt;/A&gt; private images. There are some business cases, however, where you may want to have the public images available in Cloud Management. This blog explains &lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/add-AWS-public-images.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/add-AWS-public-images.html"&gt;how to add Azure public images&lt;/A&gt; &lt;/SPAN&gt;to the OS template table so you can use them in resource profiles.&lt;/P&gt;&lt;PRE __default_attr="info" __jive_macro_name="alert" alert="info" class="jive_text_macro jive_macro_alert" data-renderedposition="64_8_1111_44"&gt;&lt;P&gt;Note: You will need the &lt;STRONG&gt;cloud_admin&lt;/STRONG&gt; role for this procedure.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;How to add Azure images to the OS template table&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Collect field information from Azure&lt;/H2&gt;&lt;P&gt;1. Fetch required fields from Azure. Here's an example fetching it from the Azure CLI.&lt;/P&gt;&lt;P style="text-align: left;"&gt;2. The fields of importance are the &lt;STRONG&gt;Offer&lt;/STRONG&gt;, &lt;STRONG&gt;Publisher&lt;/STRONG&gt;, &lt;STRONG&gt;Version&lt;/STRONG&gt;, and &lt;STRONG&gt;Sku&lt;/STRONG&gt;. On the command line, you can search by Offer, Publisher, or both as shown in this example.&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;Each line item in this screenshot is a different image — all CentOS of varying versions, from OpenLogic.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="azure_image_list.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172137iE816E35909EF6489/image-size/large?v=v2&amp;amp;px=999" role="button" title="azure_image_list.png" alt="azure_image_list.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Create a new OS template table&lt;/H2&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;3. In the left nav filter, enter &lt;STRONG&gt;cmdb_ci_os_template.list&lt;/STRONG&gt;. Click &lt;STRONG&gt;Enter&lt;/STRONG&gt; to go to the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;4. Click &lt;STRONG&gt;New&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;5. Configure form layout to show &lt;STRONG&gt;Offer&lt;/STRONG&gt;,&lt;STRONG&gt; Serial number&lt;/STRONG&gt;,&lt;STRONG&gt; Version&lt;/STRONG&gt;,&lt;STRONG&gt; &lt;/STRONG&gt;and &lt;STRONG&gt;Vendor&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;6. Enter the following information to create a new image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="203" style="border: 1px solid #c6c6c6; width: 349px; height: 182px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Object ID&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Enter a unique name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Name&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;CentOS 6.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;GuestOS&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;Linux&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Offer&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;CentOS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Serial Number&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;6.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;Version&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;6.5.201501&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;For &lt;STRONG&gt;Vendor&lt;/STRONG&gt;, click the magnifying glass and then click &lt;STRONG&gt;New&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;For &lt;STRONG&gt;Name&lt;/STRONG&gt;, enter &lt;STRONG&gt;OpenLogic&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;Click &lt;STRONG&gt;Submit&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="new azure image.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172141i4C34D0CA9E4D1642/image-size/large?v=v2&amp;amp;px=999" role="button" title="new azure image.png" alt="new azure image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;7. From the &lt;STRONG&gt;Credentials&lt;/STRONG&gt; field, click the magnifying glass.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;8. Click &lt;STRONG&gt;New&lt;/STRONG&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;9. Click &lt;STRONG&gt;Basic Auth Credentials&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="auth.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172139iE253F48B005710F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="auth.png" alt="auth.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Give it a username and password that will become the admin user/password of the provisioned VM.&lt;/P&gt;&lt;P&gt;11. Click &lt;STRONG&gt;Submit&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;12.&lt;STRONG&gt; Save&lt;/STRONG&gt; the new image record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Add related items&lt;/H2&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;13. Navigate&lt;STRONG&gt; &lt;/STRONG&gt;to the Related Items and click the &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;STRONG&gt;+ &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;Symbol&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="related items.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172129iCF3872CF74526B3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="related items.png" alt="related items.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14. &lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;On the Relationship Edit Form, navigate to the &lt;STRONG&gt;Suggested relationship types&lt;/STRONG&gt; window and select &lt;STRONG&gt;Hosted On (Parent)..&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="hosted on parent.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172145iAEC1F1B370744A25/image-size/large?v=v2&amp;amp;px=999" role="button" title="hosted on parent.png" alt="hosted on parent.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;15. Modify the Filter condition to the following: &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;&lt;STRONG&gt;Class | is | Azure Datacenter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="class is azure datacenter.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172147i9AF44341154F0C1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="class is azure datacenter.png" alt="class is azure datacenter.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;16. Click &lt;STRONG&gt;Run filter&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;17. Search the &lt;STRONG&gt;Configuration Items&lt;/STRONG&gt; and select the valid datacenter(s) that the image is for.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="relashionship editor.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172143i076036D6C78AC3A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="relashionship editor.png" alt="relashionship editor.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;18. From the bottom of the form, under &lt;STRONG&gt;Relationships&lt;/STRONG&gt;, click the &lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;STRONG&gt;+ &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;symbol.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="related items.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172149i8BB1597A1168F199/image-size/large?v=v2&amp;amp;px=999" role="button" title="related items.png" alt="related items.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;19. The green shading is a visual indication that you have successfully associated the AMI with the desired Data centers. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="green shading.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172151iCFBD36148D1375C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="green shading.png" alt="green shading.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;20. Click &lt;STRONG&gt;Save and Exit&lt;/STRONG&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;21. Click &lt;STRONG&gt;OK&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;22. From &lt;STRONG&gt;Related Items&lt;/STRONG&gt;, observe the image is associated to the desired data center.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="related items pubic.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172161iD9769A1770161426/image-size/large?v=v2&amp;amp;px=999" role="button" title="related items pubic.png" alt="related items pubic.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif;"&gt;23. Click &lt;STRONG&gt;Update.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Conclusion&lt;/H2&gt;&lt;P&gt;Once these steps are completed, the added Azure public image is now available for selection when creating a new OS Profile in &lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/create-resource-profile.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/create-resource-profile.html"&gt;Resource Profile&lt;/A&gt;.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="OS_profile.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/172153i38C8DD55DA7C8A9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="OS_profile.png" alt="OS_profile.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other useful resources:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/add-AWS-public-images.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/task/add-AWS-public-images.html"&gt;Add AWS Public Images&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/concept/cloud-management-creds.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/cloud-management-v2/concept/cloud-management-creds.html"&gt;Azure credentials for Cloud Management&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="ocs.servicenow.com/bundle/kingston-it-operations-management/page/product/discovery/concept/cloud-resource-discovery.html" href="https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/discovery/concept/cloud-resource-discovery.html"&gt;AWS and Azure cloud discovery&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 06 Feb 2018 06:21:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-blog/how-to-add-azure-public-images/ba-p/2274448</guid>
      <dc:creator>Marlos</dc:creator>
      <dc:date>2018-02-06T06:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Azure public images</title>
      <link>https://www.servicenow.com/community/itom-blog/how-to-add-azure-public-images/bc-p/2274449#M616</link>
      <description>&lt;P&gt;Hi Marlos,&lt;/P&gt;
&lt;P&gt;Your description was very useful, thank you so much. I was able to provision CentOs VMs according to this document but I experienced some strange things...&lt;/P&gt;
&lt;P&gt;If I wanted to provision other OS (e.g.: some Ubuntu or any windows) usually I received the following error message: "&lt;STRONG&gt;Failed to execute API - Failed with status code and message: 404: {&amp;nbsp; "error": {&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "ImageNotFound",&amp;nbsp;&amp;nbsp;&amp;nbsp; "target": "imageReference",&amp;nbsp;&amp;nbsp;&amp;nbsp; "message&lt;/STRONG&gt;"".&lt;/P&gt;
&lt;P&gt;I do not really understand what's happening so I would be very grateful if you have any suggestion for this case.&lt;/P&gt;
&lt;P&gt;I prepared the Window OS profile on the same was as CentOs profile.&lt;/P&gt;
&lt;P&gt;Just a short comment... I could provision Windows Server&amp;nbsp;&lt;STRONG&gt;only one time&lt;/STRONG&gt; and when I wanted to re-run the stack it was failed...&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Attila&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 14:18:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-blog/how-to-add-azure-public-images/bc-p/2274449#M616</guid>
      <dc:creator>kranyo</dc:creator>
      <dc:date>2018-02-27T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Azure public images</title>
      <link>https://www.servicenow.com/community/itom-blog/how-to-add-azure-public-images/bc-p/2274450#M617</link>
      <description>&lt;P&gt;Hi kranyo, is this still an issue? Have you opened an incident with Support? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 07:07:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-blog/how-to-add-azure-public-images/bc-p/2274450#M617</guid>
      <dc:creator>Marlos</dc:creator>
      <dc:date>2018-04-03T07:07:17Z</dc:date>
    </item>
  </channel>
</rss>

