{"id":1679,"date":"2024-05-06T16:52:29","date_gmt":"2024-05-06T21:52:29","guid":{"rendered":"https:\/\/cloudlearning365.com\/?p=1679"},"modified":"2024-05-06T21:31:31","modified_gmt":"2024-05-07T02:31:31","slug":"aviatrix-azure-marketplace-offer","status":"publish","type":"post","link":"https:\/\/cloudlearning365.com\/?p=1679","title":{"rendered":"Aviatrix Azure Marketplace offer"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">CloudShell CLI<\/h2>\n\n\n\n<p>CLI format:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>az vm image terms accept --urn publisher:offer:sku:version<\/code><\/pre>\n\n\n\n<p>To accept Aviatrix Controller Marketplace offer:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>az vm image terms accept --urn aviatrix-systems:aviatrix-bundle-payg:aviatrix-enterprise-bundle-byol:latest<\/code><\/pre>\n\n\n\n<p>To accept Aviatrix CoPilot Marketplace offer:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>az vm image terms accept --urn aviatrix-systems:aviatrix-copilot:avx-cplt-byol-01:latest<\/code><\/pre>\n\n\n\n<p>To validate, replace &#8216;accept&#8217; with &#8216;show&#8217; and rerun the command, it should say:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"accepted\": true,<\/code><\/pre>\n\n\n\n<p>To cancel the offer:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>az vm image terms cancel --urn aviatrix-systems:aviatrix-bundle-payg:aviatrix-enterprise-bundle-byol:latest\n\naz vm image terms cancel --urn aviatrix-systems:aviatrix-copilot:avx-cplt-byol-01:latest<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">PowerShell code<\/h2>\n\n\n\n<p>To accept Aviatrix Controller Marketplace offer:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Set-AzMarketplaceTerms -Publisher aviatrix-systems -Product aviatrix-bundle-payg -Name aviatrix-enterprise-bundle-byol -Accept <\/code><\/pre>\n\n\n\n<p>To accept Aviatrix CoPilot Marketplace offer: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Set-AzMarketplaceTerms -Publisher aviatrix-systems -Product aviatrix-copilot -Name avx-cplt-byol-01 -Accept<\/code><\/pre>\n\n\n\n<p>To validate:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-AzMarketplaceTerms -Publisher aviatrix-systems -Product aviatrix-bundle-payg -Name aviatrix-enterprise-bundle-byol -OfferType 'virtualmachine'\n\nGet-AzMarketplaceTerms -Publisher aviatrix-systems -Product aviatrix-copilot -Name avx-cplt-byol-01 -OfferType 'virtualmachine'<\/code><\/pre>\n\n\n\n<p>To cancel the offer:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Stop-AzMarketplaceTerms -Publisher aviatrix-systems -Product aviatrix-bundle-payg -Name aviatrix-enterprise-bundle-byol\n\nStop-AzMarketplaceTerms -Publisher aviatrix-systems -Product aviatrix-copilot -Name avx-cplt-byol-01 <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Terraform code<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code># Accept Aviatrix Controller market place agreement\nresource \"azurerm_marketplace_agreement\" \"aviatrix_controller\" {\n  publisher = \"aviatrix-systems\"\n  offer     = \"aviatrix-bundle-payg\"\n  plan      = \"aviatrix-enterprise-bundle-byol\"\n}\n\n# Accept Aviatrix CoPilot market place agreement\nresource \"azurerm_marketplace_agreement\" \"aviatrix_copilot\" {\n  publisher = \"aviatrix-systems\"\n  offer     = \"aviatrix-copilot\"\n  plan      = \"avx-cplt-byol-01\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Publisher, Offer, Sku data source<\/h2>\n\n\n\n<p>Aviatrix Publishes these information in JSON file:<\/p>\n\n\n\n<p>Controller: <a href=\"https:\/\/cdn.prod.sre.aviatrix.com\/image-details\/arm_controller_image_details.json\">https:\/\/cdn.prod.sre.aviatrix.com\/image-details\/arm_controller_image_details.json<\/a><\/p>\n\n\n\n<p>CoPilot: <a href=\"https:\/\/cdn.prod.sre.aviatrix.com\/image-details\/arm_copilot_image_details.json\">https:\/\/cdn.prod.sre.aviatrix.com\/image-details\/arm_copilot_image_details.json<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CloudShell CLI CLI format: To accept Aviatrix Controller Marketplace offer: To accept Aviatrix CoPilot Marketplace offer: To validate, replace &#8216;accept&#8217; with &#8216;show&#8217; and rerun the command, it should say: To cancel the offer: PowerShell code To accept Aviatrix Controller Marketplace &hellip; <a href=\"https:\/\/cloudlearning365.com\/?p=1679\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[2,4],"tags":[],"class_list":["post-1679","post","type-post","status-publish","format-standard","hentry","category-aviatrix","category-azure"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=\/wp\/v2\/posts\/1679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1679"}],"version-history":[{"count":4,"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=\/wp\/v2\/posts\/1679\/revisions"}],"predecessor-version":[{"id":1686,"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=\/wp\/v2\/posts\/1679\/revisions\/1686"}],"wp:attachment":[{"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1679"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudlearning365.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}