{"id":22398,"date":"2021-07-20T11:24:20","date_gmt":"2021-07-20T10:24:20","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=22398"},"modified":"2021-07-21T11:45:07","modified_gmt":"2021-07-21T10:45:07","slug":"understanding-the-azure-virtual-desktop-resources","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=22398","title":{"rendered":"Understanding the Azure Virtual Desktop Resources"},"content":{"rendered":"<p>In this post, I will document the resources used in Azure Virtual Desktop, what they do, and how they interconnect.<\/p>\n<p><em>This is a work-in-progress, so any updates I discover along the way will be added. You should also check out a similar post on <a href=\"https:\/\/aidanfinn.com\/?p=22331\" target=\"_blank\" rel=\"noopener\">Azure Image Builder<\/a>.<\/em><\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureVirtualDesktop.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-22399\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureVirtualDesktop.png\" alt=\"\" width=\"1131\" height=\"385\" srcset=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureVirtualDesktop.png 1131w, https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureVirtualDesktop-300x102.png 300w, https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureVirtualDesktop-1024x349.png 1024w, https:\/\/aidanfinn.com\/wp-content\/uploads\/2021\/07\/AzureVirtualDesktop-768x261.png 768w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><\/a><\/p>\n<h2>Host Pool &#8211; Microsoft.DesktopVirtualization\/hostpools<\/h2>\n<p>The host pool documents the configuration of the hosts that will provide the desktops\/applications. Note that a Host Pool resource ID is required to create an Application Group.<\/p>\n<p><em>Note, the VMs themselves are deployed using a linked template when you use the Azure Portal. My deployment used the <a href=\"http:\/\/[09:19] Aidan Finn https:\/\/catalogartifact.azureedge.net\/publicartifacts\/Microsoft.Hostpool-ARM-1.5.2\/managedDisks-galleryvm.json\" target=\"_blank\" rel=\"noopener\">&#8220;managed disks&#8221; template<\/a>. This template deploys the VMs, runs some DSC, joins the machines to your domain. There is also a task to update the host pool.<\/em><\/p>\n<p>The result of running Microsoft.DesktopVirtualization\/hostpools does not create the VMs &#8211; it just manages any VMs added to the Host Pool.<\/p>\n<p>The mandatory properties appear to be:<\/p>\n<div>\n<ul>\n<li><strong>hostPoolType<\/strong>: BYODesktop, Personal, or Pooled.<\/li>\n<li><strong>loadBalancerType<\/strong>: BreadthFirst, DepthFirst, or Persistent.<\/li>\n<li><strong>preferredAppGroupType<\/strong>: Persistent, None, or RailApplications.<\/li>\n<\/ul>\n<\/div>\n<p>The full set of properties can be found in the <a href=\"https:\/\/docs.microsoft.com\/en-us\/rest\/api\/desktopvirtualization\/host-pools\/create-or-update\" target=\"_blank\" rel=\"noopener\">REST API documentation<\/a>.<\/p>\n<h2>Application Group &#8211; Microsoft.DesktopVirtualization\/applicationgroups<\/h2>\n<p>The Application Group documents the applications, user associations (the Desktop Virtualization User role is assigned to users\/groups), and is associated with a Host Pool; therefore you must deploy a Host Pool resource <em>before<\/em> you deploy the planned Application Group.<\/p>\n<p>The mandatory values appear to be:<\/p>\n<div>\n<ul>\n<li><strong>hostPoolArmPath<\/strong>: The resource ID of the associated Host Pool<\/li>\n<li><strong>applicationGroupType<\/strong>: Desktop or RemoteApp<\/li>\n<\/ul>\n<p>We know that Windows 365 (AKA &#8220;Cloud PC&#8221;) is built on Azure Virtual Desktop. Proof of that is in ARM, with a true\/false property called cloudPcResource.<\/p>\n<p>The <a href=\"https:\/\/docs.microsoft.com\/en-us\/rest\/api\/desktopvirtualization\/application-groups\/create-or-update\" target=\"_blank\" rel=\"noopener\">REST API documentation<\/a> has complete documentation of the properties.<\/p>\n<h2>Workspace &#8211; Microsoft.DesktopVirtualization\/workspaces<\/h2>\n<p>The Azure Virtual Desktop Workspace is the glue that holds everything together. The Workspace can be associated with no, 1, or many Application Groups via a non-mandatory array value called applicationGroupReferences. You can build a Workspace before your Application Groups and update this value later. Or you can build the (1) Host Pool(s), (2) Application Group(s), followed by the Workspace.<\/p>\n<p>The mandatory values appear to be:<\/p>\n<ul>\n<li>\n<div>\n<div><strong>applicationGroupReferences<\/strong>: An array value with 0+ items, each being the resource ID of an Application Group.<\/div>\n<\/div>\n<h2>Virtual Machines<\/h2>\n<\/li>\n<\/ul>\n<p>The Host Pool will require virtual machines; these are created as a separate deployment. There&#8217;s nothing special here; they are virtual machines created from the Marketplace or from your own generalised image (captured or Shared Image Gallery). Two actions must be done to the VMs:<\/p>\n<\/div>\n<ul>\n<li><strong>Domain Join<\/strong>: Either (legacy) ADDS (including Azure AD DS or Windows Server ADDS) or an Azure AD Join (a recent feature add).<\/li>\n<li><strong>Virtual Desktop agent<\/strong>: DSC will be used to deploy the agent. This will make an outbound connection to the Host Pool and register the VM.<\/li>\n<\/ul>\n<p>AAD, AADDS, or ADDS? I prefer ADDS. This is because:<\/p>\n<ul>\n<li>Most of the controls that you need are in Group Policy and AAD doesn&#8217;t do Group Policy.<\/li>\n<li>AADDS relies on AAD which is a single-region service. If that region has AAD issues (and this happens pretty frequently) then your Azure Virtual Desktop farm is dead.<\/li>\n<li>Third-party applications typically expect ADDS and will not support AADDS\/AAD, even if it &#8220;works&#8221;.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this post, I will document the resources used in Azure Virtual Desktop, what they do, and how they interconnect. This is a work-in-progress, so any updates I discover along the way will be added. You should also check out a similar post on Azure Image Builder. Host Pool &#8211; Microsoft.DesktopVirtualization\/hostpools The host pool documents &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=22398\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Understanding the Azure Virtual Desktop Resources&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":19045,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[5],"tags":[161,251,478],"class_list":["post-22398","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","tag-arm","tag-azure-resource-manager","tag-azure-virtual-desktop"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this post, I will document the resources used in Azure Virtual Desktop (&quot;Windows Virtual Desktop&quot;), what they do, and how they interconnect.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=22398\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"In this post, I will document the resources used in Azure Virtual Desktop (&quot;Windows Virtual Desktop&quot;), what they do, and how they interconnect.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=22398\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-07-20T10:24:20+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-07-21T10:45:07+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this post, I will document the resources used in Azure Virtual Desktop (&quot;Windows Virtual Desktop&quot;), what they do, and how they interconnect.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#article\",\"name\":\"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro\",\"headline\":\"Understanding the Azure Virtual Desktop Resources\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/2915859538_dcc362181f_z_d1.jpg\",\"width\":640,\"height\":480,\"caption\":\"[Image credit: Daniel Dionne, https:\\\/\\\/www.flickr.com\\\/photos\\\/mrzeon\\\/]\"},\"datePublished\":\"2021-07-20T11:24:20+01:00\",\"dateModified\":\"2021-07-21T11:45:07+01:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#webpage\"},\"articleSection\":\"Azure, ARM, Azure Resource Manager, Azure Virtual Desktop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"name\":\"Azure\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"position\":2,\"name\":\"Azure\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#listItem\",\"name\":\"Understanding the Azure Virtual Desktop Resources\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#listItem\",\"position\":3,\"name\":\"Understanding the Azure Virtual Desktop Resources\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"name\":\"Azure\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398\",\"name\":\"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro\",\"description\":\"In this post, I will document the resources used in Azure Virtual Desktop (\\\"Windows Virtual Desktop\\\"), what they do, and how they interconnect.\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/2915859538_dcc362181f_z_d1.jpg\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398\\\/#mainImage\",\"width\":640,\"height\":480,\"caption\":\"[Image credit: Daniel Dionne, https:\\\/\\\/www.flickr.com\\\/photos\\\/mrzeon\\\/]\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22398#mainImage\"},\"datePublished\":\"2021-07-20T11:24:20+01:00\",\"dateModified\":\"2021-07-21T11:45:07+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro","description":"In this post, I will document the resources used in Azure Virtual Desktop (\"Windows Virtual Desktop\"), what they do, and how they interconnect.","canonical_url":"https:\/\/aidanfinn.com\/?p=22398","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=22398#article","name":"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro","headline":"Understanding the Azure Virtual Desktop Resources","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/2915859538_dcc362181f_z_d1.jpg","width":640,"height":480,"caption":"[Image credit: Daniel Dionne, https:\/\/www.flickr.com\/photos\/mrzeon\/]"},"datePublished":"2021-07-20T11:24:20+01:00","dateModified":"2021-07-21T11:45:07+01:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22398#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=22398#webpage"},"articleSection":"Azure, ARM, Azure Resource Manager, Azure Virtual Desktop"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=22398#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","name":"Azure"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","position":2,"name":"Azure","item":"https:\/\/aidanfinn.com\/?cat=5","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22398#listItem","name":"Understanding the Azure Virtual Desktop Resources"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22398#listItem","position":3,"name":"Understanding the Azure Virtual Desktop Resources","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","name":"Azure"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22398#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22398#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=22398#webpage","url":"https:\/\/aidanfinn.com\/?p=22398","name":"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro","description":"In this post, I will document the resources used in Azure Virtual Desktop (\"Windows Virtual Desktop\"), what they do, and how they interconnect.","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=22398#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/2915859538_dcc362181f_z_d1.jpg","@id":"https:\/\/aidanfinn.com\/?p=22398\/#mainImage","width":640,"height":480,"caption":"[Image credit: Daniel Dionne, https:\/\/www.flickr.com\/photos\/mrzeon\/]"},"primaryImageOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22398#mainImage"},"datePublished":"2021-07-20T11:24:20+01:00","dateModified":"2021-07-21T11:45:07+01:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"article","og:title":"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro","og:description":"In this post, I will document the resources used in Azure Virtual Desktop (&quot;Windows Virtual Desktop&quot;), what they do, and how they interconnect.","og:url":"https:\/\/aidanfinn.com\/?p=22398","article:published_time":"2021-07-20T10:24:20+00:00","article:modified_time":"2021-07-21T10:45:07+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Understanding the Azure Virtual Desktop Resources | Aidan Finn, IT Pro","twitter:description":"In this post, I will document the resources used in Azure Virtual Desktop (&quot;Windows Virtual Desktop&quot;), what they do, and how they interconnect.","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"22398","title":null,"description":"In this post, I will document the resources used in Azure Virtual Desktop (\"Windows Virtual Desktop\"), what they do, and how they interconnect.","keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":{"locations":{"business":{"name":"","businessType":"","image":"","areaServed":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"streetLine1":"","streetLine2":"","zipCode":"","city":"","state":"","country":"","addressFormat":"#streetLineOne\n#streetLineTwo\n#city, #state #zipCode"},"contact":{"email":"","phone":"","phoneFormatted":"","fax":"","faxFormatted":""},"ids":{"vat":"","tax":"","chamberOfCommerce":""},"payment":{"priceRange":"","currenciesAccepted":"","methods":""}}},"openingHours":{"useDefaults":true,"show":true,"alwaysOpen":false,"use24hFormat":false,"timezone":"","labels":{"closed":"","alwaysOpen":""},"days":{"monday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"tuesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"wednesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"thursday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"friday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"saturday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"sunday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"}}}},"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-07-20 09:59:18","updated":"2025-06-04 17:33:52","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=5\" title=\"Azure\">Azure<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tUnderstanding the Azure Virtual Desktop Resources\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Azure","link":"https:\/\/aidanfinn.com\/?cat=5"},{"label":"Understanding the Azure Virtual Desktop Resources","link":"https:\/\/aidanfinn.com\/?p=22398"}],"amp_enabled":true,"jetpack_featured_media_url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/2915859538_dcc362181f_z_d1.jpg","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22398","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22398"}],"version-history":[{"count":13,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22398\/revisions"}],"predecessor-version":[{"id":22412,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22398\/revisions\/22412"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/media\/19045"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22398"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=22398"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=22398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}