{"id":1697,"date":"2018-11-07T18:30:35","date_gmt":"2018-11-07T18:30:35","guid":{"rendered":"https:\/\/live-infoblox-blog.pantheonsite.io\/?p=1697"},"modified":"2020-05-06T10:27:02","modified_gmt":"2020-05-06T17:27:02","slug":"infoblox-and-microsoft-azure-the-key-to-maximizing-availability","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/","title":{"rendered":"Infoblox and Microsoft Azure: The Key to Maximizing Availability"},"content":{"rendered":"<p>Deploying Infoblox in the Microsoft Azure cloud and need to use Availability Sets? One challenge that administrators face is that this option is not available when using the Microsoft Azure Marketplace; however, all is not lost.<\/p>\n<p>By way of background, the Azure Marketplace uses a solutions template for setting the configuration when launching an Infoblox appliance. This template has restrictions which require that you either:<\/p>\n<ul>\n<li>Create a new Resource Group; or<\/li>\n<li>Select an existing Resource Group which is empty.<\/li>\n<\/ul>\n<p>This step is necessary to prevent potential conflicts that could cause the deployment of your Infoblox appliance to fail. However, this step also prevents you from placing your Infoblox appliance in an Availability Set since this requires that VM\u2019s in an Availability Set share the same Resource Group.<\/p>\n<h2 id=\"toc-hId--1333195668\"><span style=\"color: #003366;\"><strong>About Availability Sets<\/strong><\/span><\/h2>\n<p>For environments that require a high-level of availability, Microsoft Azure provides a feature called\u00a0<strong>Availability Sets<\/strong>. For the mission critical services that Infoblox provides, it is a best practice to use an Availability Set for any Infoblox appliances deployed within the same Resource Group as this ensures maximum availability of your servers.<\/p>\n<p>In Availability Sets, you will find\u00a0<strong>Update Domains<\/strong>\u00a0and\u00a0<strong>Fault Domains<\/strong>, with five (5) update domains by default (can be expanded to 20), and depending on the region, from one to three fault domains. As VM\u2019s are added to an availability set, the first VM will be placed in update domain 1 and fault domain 1, the second VM will be placed in update domain 2 and fault domain 2, and so-on.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1701\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/infoblox-azure-availability-set.png\" alt=\"Infoblox and Microsoft Azure Availability Set\" width=\"600\" height=\"343\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-availability-set.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-availability-set-300x172.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><strong>Update Domains<\/strong>: For planned maintenance activities where system availability may be impacted. Updates and restarts are applied in a manner that minimizes potential interruptions to systems in different update domains from occurring at the same time.<\/p>\n<p><strong>Fault Domains<\/strong>: Each fault domain can be considered a separate data center. VM\u2019s in a single fault domain share common infrastructure, such as power and network resources. Distributing VM\u2019s across multiple fault domains ensures that any interruptions due to a localized hardware issue will affect only the VM\u2019s within the impacted fault domain.<\/p>\n<h2 id=\"toc-hId--445691987\"><span style=\"color: #003366;\"><strong>Solution<\/strong><\/span><\/h2>\n<p>While Availability Sets cannot be used when launching an Infoblox appliance through the Azure Marketplace, a custom Azure Resource Manager template can provide you with the level of control that you require to do this. These custom templates use JSON (JavaScript Object Notation), a human-readable format that is intended to be easy to understand and write.<\/p>\n<h2 id=\"toc-hId-441811694\"><span style=\"color: #003366;\"><strong>Introduction to custom Azure Resource Manager Templates<\/strong><\/span><\/h2>\n<p>Custom templates incorporate several elements, including:<\/p>\n<ul>\n<li>Schema<\/li>\n<li>Content Version<\/li>\n<li>Parameters<\/li>\n<li>Variables<\/li>\n<li>Functions<\/li>\n<li>Resources<\/li>\n<li>Outputs<\/li>\n<\/ul>\n<p>The following demonstrates the basic structure of these elements in a template:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1703\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/infoblox-azure-general-template-structure.png\" alt=\"General Template Structure\" width=\"600\" height=\"152\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-general-template-structure.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-general-template-structure-300x76.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>Note: JSON utilizes white space (indents) in the element structure. Sub-elements are identified with an extra indent and must remain consistent for each corresponding element. Incorrect use of indents is the most common cause of issues with JSON. Here is a simple example that demonstrates the proper structure:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1705\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/infoblox-azure-json-indent-example.png\" alt=\"JSON Indent Example\" width=\"600\" height=\"152\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-json-indent-example.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-json-indent-example-300x76.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<h2 id=\"toc-hId-1329315375\"><span style=\"color: #003366;\"><strong>Infoblox Parameters<\/strong><\/span><\/h2>\n<p>The template is robust in that it can be used to program specifics unique to each environment where it is being used and apply variables that are being used as part of the launch process. When implementing a custom template, numerous parameters required for the launch configuration of an Infoblox appliance. This includes parameters that set the model type and NIOS version for the Infoblox appliance, define the network interfaces and network configuration the appliance will use, and other settings specific to the environment where the appliance is being deployed. The following table provides explanations for each of these, along with any requirements that a parameter may have.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1704\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/infoblox-azure-infoblox-parameters.png\" alt=\"Infoblox Parameters\" width=\"600\" height=\"293\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-infoblox-parameters.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-infoblox-parameters-300x147.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<h2 id=\"toc-hId--2078148240\"><span style=\"color: #003366;\"><strong>Tying it all together<\/strong><\/span><\/h2>\n<p>This benefits administrators by allowing them to fully customize and automate their Infoblox vNIOS for Azure deployments. So now for the exciting part- how does this all look? Well, these templates are quite lengthy and can\u2019t be captured easily here in their entirety, but here is a short example that demonstrates how the beginning of the template may look:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1706\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/infoblox-azure-template-example-snippit.png\" alt=\"Template Example Snippit\" width=\"600\" height=\"582\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-template-example-snippit.png 600w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-template-example-snippit-300x291.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>And for what this blog is all about, here is a snippet that demonstrates how to specify an Availability Set in the custom template:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1702\" src=\"https:\/\/live-infoblox-blog.pantheonsite.io\/wp-content\/uploads\/infoblox-azure-custom-template-example-snippit.png\" alt=\"Template Example Snippit\" width=\"599\" height=\"266\" srcset=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-custom-template-example-snippit.png 599w, https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-azure-custom-template-example-snippit-300x133.png 300w\" sizes=\"auto, (max-width: 599px) 100vw, 599px\" \/><\/p>\n<p>Be sure to check out the full example template attached to this blog. To make it easier to navigate through this example template, any values used here which should be replaced have been appended with \u201c-123\u201d. Before using this example template, be sure to replace those values and this will help ensure that your journey deploying Infoblox using Availability Sets in Azure is a success.<\/p>\n<p><img decoding=\"async\" id=\"display_0\" class=\"lia-img-icon-attachment lia-fa-icon lia-fa-attachment\" title=\"images.icon_attachment.title\" src=\"\/wp-content\/uploads\/icon_attachment.png\" alt=\"images.icon_attachment.alt\" aria-label=\"Attachment\" \/><a href=\"\/wp-content\/uploads\/Infoblox_custom_template_parameters.xlsx\"> Infoblox Custom Template Parameters 12 KB<\/a><\/p>\n<p><img decoding=\"async\" id=\"display_0\" class=\"lia-img-icon-attachment lia-fa-icon lia-fa-attachment\" title=\"images.icon_attachment.title\" src=\"\/wp-content\/uploads\/icon_attachment.png\" alt=\"images.icon_attachment.alt\" aria-label=\"Attachment\" \/><a href=\"\/wp-content\/uploads\/Infoblox_Azure_Template_Availability_Set_Example_09242018_No_Warranty.zip\"> Infoblox Azure Template Availability Set Example 4 KB<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deploying Infoblox in the Microsoft Azure cloud and need to use Availability Sets? One challenge that administrators face is that this option is not available when using the Microsoft Azure Marketplace; however, all is not lost. By way of background, the Azure Marketplace uses a solutions template for setting the configuration when launching an Infoblox [&hellip;]<\/p>\n","protected":false},"author":281,"featured_media":947,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[3],"tags":[97,42,28,53,16,51,98],"class_list":{"0":"post-1697","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-community","8":"tag-azure","9":"tag-cloud-automation","10":"tag-ddi","11":"tag-hybrid-cloud","12":"tag-infoblox","13":"tag-ipam","14":"tag-microsoft","15":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Infoblox and Microsoft Azure: The Key to Maximizing Availability<\/title>\n<meta name=\"description\" content=\"Deploying Infoblox in the Microsoft Azure cloud and need to use Availability Sets?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Infoblox and Microsoft Azure: The Key to Maximizing Availability\" \/>\n<meta property=\"og:description\" content=\"Deploying Infoblox in the Microsoft Azure cloud and need to use Availability Sets?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-07T18:30:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-06T17:27:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/172588046-660x454.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"660\" \/>\n\t<meta property=\"og:image:height\" content=\"454\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tony Tiscareno\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tony Tiscareno\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/\"},\"author\":{\"name\":\"Tony Tiscareno\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/d55c93af7d9b0c559f876b0f3c9a934e\"},\"headline\":\"Infoblox and Microsoft Azure: The Key to Maximizing Availability\",\"datePublished\":\"2018-11-07T18:30:35+00:00\",\"dateModified\":\"2020-05-06T17:27:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/\"},\"wordCount\":764,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/172588046-660x454.jpg\",\"keywords\":[\"Azure\",\"Cloud Automation\",\"DDI\",\"Hybrid cloud\",\"Infoblox\",\"IPAM\",\"Microsoft\"],\"articleSection\":[\"Community\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/\",\"name\":\"Infoblox and Microsoft Azure: The Key to Maximizing Availability\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/172588046-660x454.jpg\",\"datePublished\":\"2018-11-07T18:30:35+00:00\",\"dateModified\":\"2020-05-06T17:27:02+00:00\",\"description\":\"Deploying Infoblox in the Microsoft Azure cloud and need to use Availability Sets?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/172588046-660x454.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/172588046-660x454.jpg\",\"width\":660,\"height\":454,\"caption\":\"Infoblox and GCP\u2122 - Expanding your Hybrid Cloud Grid and Integrations\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/community\\\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Community\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/community\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Infoblox and Microsoft Azure: The Key to Maximizing Availability\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"name\":\"infoblox.com\\\/blog\\\/\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\",\"name\":\"Infoblox\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"width\":137,\"height\":30,\"caption\":\"Infoblox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/d55c93af7d9b0c559f876b0f3c9a934e\",\"name\":\"Tony Tiscareno\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e5728b57be9779b0f953def16463b43017b683debc2aeb9c96a20745bcffbc3a?s=96&d=blank&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e5728b57be9779b0f953def16463b43017b683debc2aeb9c96a20745bcffbc3a?s=96&d=blank&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e5728b57be9779b0f953def16463b43017b683debc2aeb9c96a20745bcffbc3a?s=96&d=blank&r=g\",\"caption\":\"Tony Tiscareno\"},\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/tony-tiscareno\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Infoblox and Microsoft Azure: The Key to Maximizing Availability","description":"Deploying Infoblox in the Microsoft Azure cloud and need to use Availability Sets?","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:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/","og_locale":"en_US","og_type":"article","og_title":"Infoblox and Microsoft Azure: The Key to Maximizing Availability","og_description":"Deploying Infoblox in the Microsoft Azure cloud and need to use Availability Sets?","og_url":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/","og_site_name":"Infoblox Blog","article_published_time":"2018-11-07T18:30:35+00:00","article_modified_time":"2020-05-06T17:27:02+00:00","og_image":[{"width":660,"height":454,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/172588046-660x454.jpg","type":"image\/jpeg"}],"author":"Tony Tiscareno","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tony Tiscareno","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/"},"author":{"name":"Tony Tiscareno","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/d55c93af7d9b0c559f876b0f3c9a934e"},"headline":"Infoblox and Microsoft Azure: The Key to Maximizing Availability","datePublished":"2018-11-07T18:30:35+00:00","dateModified":"2020-05-06T17:27:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/"},"wordCount":764,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/172588046-660x454.jpg","keywords":["Azure","Cloud Automation","DDI","Hybrid cloud","Infoblox","IPAM","Microsoft"],"articleSection":["Community"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/","url":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/","name":"Infoblox and Microsoft Azure: The Key to Maximizing Availability","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/172588046-660x454.jpg","datePublished":"2018-11-07T18:30:35+00:00","dateModified":"2020-05-06T17:27:02+00:00","description":"Deploying Infoblox in the Microsoft Azure cloud and need to use Availability Sets?","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/172588046-660x454.jpg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/172588046-660x454.jpg","width":660,"height":454,"caption":"Infoblox and GCP\u2122 - Expanding your Hybrid Cloud Grid and Integrations"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/community\/infoblox-and-microsoft-azure-the-key-to-maximizing-availability\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Community","item":"https:\/\/www.infoblox.com\/blog\/category\/community\/"},{"@type":"ListItem","position":3,"name":"Infoblox and Microsoft Azure: The Key to Maximizing Availability"}]},{"@type":"WebSite","@id":"https:\/\/www.infoblox.com\/blog\/#website","url":"https:\/\/www.infoblox.com\/blog\/","name":"infoblox.com\/blog\/","description":"","publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infoblox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infoblox.com\/blog\/#organization","name":"Infoblox","url":"https:\/\/www.infoblox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","width":137,"height":30,"caption":"Infoblox"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/d55c93af7d9b0c559f876b0f3c9a934e","name":"Tony Tiscareno","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e5728b57be9779b0f953def16463b43017b683debc2aeb9c96a20745bcffbc3a?s=96&d=blank&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e5728b57be9779b0f953def16463b43017b683debc2aeb9c96a20745bcffbc3a?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e5728b57be9779b0f953def16463b43017b683debc2aeb9c96a20745bcffbc3a?s=96&d=blank&r=g","caption":"Tony Tiscareno"},"url":"https:\/\/www.infoblox.com\/blog\/author\/tony-tiscareno\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1697","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/users\/281"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=1697"}],"version-history":[{"count":4,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1697\/revisions"}],"predecessor-version":[{"id":2923,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/1697\/revisions\/2923"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/947"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=1697"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=1697"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=1697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}