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:  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
    az vm image terms accept --urn gigamon-inc:gigamon-gigavue-cloud-suite-v2:gfm-azure-v6.11.xx:6.11.00
    {
    "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

    For UCT-V Controller

    az vm image terms accept --urn gigamon-inc:gigamon-gigavue-cloud-suite-v2:uctv-cntlr-v6.11.xx:6.11.00
    {
    "accepted": true,
    ...............
    "type": "Microsoft.MarketplaceOrdering/offertypes"
    }

    For GigaVUE V Series Node

    az vm image terms accept --urn gigamon-inc:gigamon-gigavue-cloud-suite-v2:vseries-node-v6.11.xx:6.11.00
    {
    "accepted": true,
    ...............
    "type": "Microsoft.MarketplaceOrdering/offertypes"
    }

    For GigaVUE V Series Proxy

    az vm image terms accept --urn gigamon-inc:gigamon-gigavue-cloud-suite-v2:vseries-proxy-v6.11.xx:6.11.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.

Perform the following steps to accept the terms using Azure Portal:

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