Enable Subscription for GigaVUE Cloud Suite for Azure

For GigaVUE‑FM to be able to launch the fabric images, you must accept the terms of the end user license agreements (EULAs) and enable programmatic access. This can be done in the Azure portal or through Azure Portal Cloud Shell. Refer to the following topics for more detailed information:

Note:  For accepting EULA, you need to have Owner role on the Subscription.

Enable Subscription using CLI

  1. BYOL FM: The following example shows how to accept EULA for BYOL FM using Azure Portal Cloud Shell
    Copy
    az vm image terms accept --urn gigamon-inc:gigamon-gigavue-cloud-suite:gfm-azure:6.4.00
    {
      "accepted": true,
      "id": "/subscriptions/6447eb55-9d09-481b-89bc-52e96bb52823/providers/Microsoft.MarketplaceOrdering/offerTypes/Microsoft.MarketplaceOrdering/offertypes/publishers/gigamon-inc/offers/gigamon-gigavue-cloud-suite/plans/gfm-azure/agreements/current",
      "licenseTextLink": "https://mpcprodsa.blob.core.windows.net/legalterms/3E5ED_legalterms_GIGAMON%253a2DINC%253a24GIGAMON%253a2DGIGAVUE%253a2DCLOUD%253a2DSUITE%253a24GFM%253a2DAZURE%253a24BGSZOQHPVC4M4GL4ZK5K752EDRWRVJPTVJ7LMSHSRRRN5TYHJR47WNYMJH2ULRWBWUG5CNO4E6LF34G43TGV3SOGRXJ4OCBMLHLBTXQ.txt",
      "marketplaceTermsLink": "https://mpcprodsa.blob.core.windows.net/marketplaceterms/3EDEF_marketplaceterms_VIRTUALMACHINE%253a24AAK2OAIZEAWW5H4MSP5KSTVB6NDKKRTUBAU23BRFTWN4YC2MQLJUB5ZEYUOUJBVF3YK34CIVPZL2HWYASPGDUY5O2FWEGRBYOXWZE5Y.txt",
      "name": "gfm-azure",
      "plan": "gfm-azure",
      "privacyPolicyLink": "https://www.gigamon.com/privacy-policy.html",
      "product": "gigamon-gigavue-cloud-suite",
      "publisher": "gigamon-inc",
      "retrieveDatetime": "2023-05-02T20:09:36.1347592Z",
      "signature": "SZL3CYR5MMU5QC5FEBIDHLMOYE7DD4CBSMLOVRMCKAAUD5CKLG4RIWPALULYWCFWCENMFF77RCXM4CM2B24WV3PGEFWW7UL4VMI3BVI",
      "systemData": {
        "createdAt": "2023-05-02T20:09:38.101210+00:00",
        "createdBy": "6447eb55-9d09-481b-89bc-52e96bb52823",
        "createdByType": "ManagedIdentity",
        "lastModifiedAt": "2023-05-02T20:09:38.101210+00:00",
        "lastModifiedBy": "6447eb55-9d09-481b-89bc-52e96bb52823",
        "lastModifiedByType": "ManagedIdentity"
      },
      "type": "Microsoft.MarketplaceOrdering/offertypes"
    }
  2. Fabric Images (need to accept on all 3): The following examples show how to accept EULA for different fabric components using Azure Portal Cloud Shell
    Copy

    For UCT-V Controller

    az vm image terms accept --urn gigamon-inc:gigamon-gigavue-cloud-suite:uctv-cntlr:6.4.00
    {
      "accepted": true,
     ...............
      "type": "Microsoft.MarketplaceOrdering/offertypes"
    }
    Copy

    For GigaVUE V Series Node

    az vm image terms accept --urn gigamon-inc:gigamon-gigavue-cloud-suite:vseries-node:6.4.00
    {
      "accepted": true,
      ...............
      "type": "Microsoft.MarketplaceOrdering/offertypes"
    }
    Copy

    For GigaVUE V Series Proxy

    az vm image terms accept --urn gigamon-inc:gigamon-gigavue-cloud-suite:vseries-proxy:6.4.00
    {
      "accepted": true,
     .................
      "type": "Microsoft.MarketplaceOrdering/offertypes"
    }

Enable Subscription using Azure Portal

Enable the subscription for GigaVUE-FM and its fabric components like GigaVUE V Series Node, UCT-V Controller, and GigaVUE V Series Proxy. The following steps provide detailed information on how to accept the terms using Azure Portal.

  1. Go to Market Place, search Gigamon.
  2. Select Gigamon GigaVUE Cloud Suite for Azure from the search results. Select the required image from the Plan drop-down menu.
  3. Click the "Want to deploy programmatically? Get started" link.
  4. Review the terms of service and the subscription name and then click Enable.