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)

  • Enable programmatic access in the Azure portal or through Azure Portal Cloud Shell.

For details, refer to the following topics:

Note:  To accept 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:<GigaVUE-FM version>
    {
      "accepted": true,
      "id": "<Enter Subscription ID>",
      "licenseTextLink": "<Provide License text file link>",
      "marketplaceTermsLink": "<Provide Market Place Terms text file link>",
      "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:<UCT-V Controller version>
    {
      "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:<GigaVUE V Series Node version>
    {
      "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:<GigaVUE V Series Proxy Version>
    {
      "accepted": true,
     .................
      "type": "Microsoft.MarketplaceOrdering/offertypes"
    }

Enable Subscription using Azure Portal

Enable the subscription for GigaVUE‑FM and its fabric components, such as the GigaVUE V Series Node, UCT-V Controller, and GigaVUE V Series Proxy.

Perform the following steps 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.
  3. Select the required image from the Plan drop-down menu.
  4. Select the "Want to deploy programmatically? Get started" link.
  5. Review the terms of service and the subscription name, and then select Enable.