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
- 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"
} - Fabric Images (need to accept on all 3): The following examples show how to accept EULA for different fabric components using Azure Portal Cloud ShellCopy
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"
}CopyFor 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"
}CopyFor 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 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.
- Go to Market Place, search Gigamon.
- Select Gigamon GigaVUE Cloud Suite for Azure from the search results. Select the required image from the Plan drop-down menu.
- Click the "Want to deploy programmatically? Get started" link.
- Review the terms of service and the subscription name and then click Enable.