Unable to create F5 Image from Azure CLI and getting attached errors.

Ram Kumar Cheekoti 161 Reputation points
2024-11-26T08:11:19.5066667+00:00

Hi Team,

Unable to create Azure VM using Azure CLI with specific version.

Attached the relevant screenshots

Screenshot 11-26-2024 12.55.09

Screenshot 11-26-2024 12.55.30

VM Image details --image f5-networks:f5-big-ip-byol:f5-big-all-1slot-byol:

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,095 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deepanshukatara-6769 11,545 Reputation points
    2024-11-26T08:22:28.5166667+00:00

    Hello , Welcome to MS Q&A

    I think to troubleshoot the issue of the VM image not being found, ensure that the image details are correct and that the image is available in the specified region.

    1. Check Image Availability: Ensure that the image f5-networks:f5-big-ip-byol:f5-big-all-1slot-byol:16.1.00000 is available in the region you are trying to deploy. You can use the Azure CLI command to list available images
          az vm image list --publisher f5-networks --offer f5-big-ip-byol --sku f5-big-all-1slot-byol --all
       
       
    
    
    
    1. Verify Resource Group and Region: Ensure that the resource group and region specified in your command are correct and that the image is available in that region.
    2. Permissions: Ensure that your account has the necessary permissions to access and deploy the specified image

    Please check and let us know if any questions

    kindly accept answer if it helps

    Thanks

    Deepanshu


  2. Prrudram-MSFT 26,516 Reputation points
    2024-11-26T14:40:49.15+00:00

    Hi @Ram Kumar Cheekoti

    For the latest error message, follow the solution suggested below

    Solution:

    You have to accept the terms using the following command: az vm image terms accept

    These details can be used when accepting the terms from the Azure CLI.

    For more details, refer to https://markpatton.cloud/2020/07/14/accepting-marketplace-eligibility/
    Error : "[{"You have not accepted the legal terms on this subscription: 'redacted' for this plan. Before the subscription can be used, you need to accept the legal terms of the image. To read and accept legal terms, use the Azure CLI commands described at https://go.microsoft.com/fwlink/?linkid=862451"

    Note, from the message received, the elements ‘Publisher’, ‘Offer’ and ‘Sku’: publisher='xxx' offer = 'xxx', sku = 'xxx'

    If you have any further queries, please tag me or Deepanshu in your comments and we will be happy to help

    If I have answered your question, please accept this as answer as a token of appreciation and don't forget to thumbs up for "Was it helpful"!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.