Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed

az vm image list --all --publisher "Juniper" --output table

az vm image list --all --publisher juniper-networks --offer session --output table

...

Image Added



Image Added

list images

az vm image list --all --publisher "Juniper" --output table

az vm image list --all --publisher juniper-networks --offer session --output table


Code Block
titlelist publisher
collapsetrue
jean-luc [ ~/azure-ha-conductor-terraform ]$ az vm image list --all --publisher "Juniper" --output table

Architecture    Offer                                              Publisher         Sku                                         Urn                                                                                                      Version
--------------  -------------------------------------------------  ----------------  ------------------------------------------  -------------------------------------------------------------------------------------------------------  ---------
x64             session-smart-networking-payg                      juniper-networks  552-5-s-ssn-p2-250m-1hr-c                   juniper-networks:session-smart-networking-payg:552-5-s-ssn-p2-250m-1hr-c:1.0.0                            1.0.0
x64             session-smart-networking-payg                      juniper-networks  552-s-ssn-p2-250m-1hr-c                     juniper-networks:session-smart-networking-payg:552-s-ssn-p2-250m-1hr-c:1.0.0                              1.0.0
x64             session-smart-networking-payg                      juniper-networks  552-s-ssn-ssc-c                             juniper-networks:session-smart-networking-payg:552-s-ssn-ssc-c:1.0.0                                      1.0.0
x64             session-smart-networking-payg                      juniper-networks  555-s-ssn-ssc-c                             juniper-networks:session-smart-networking-payg:555-s-ssn-ssc-c:1.0.0                                      1.0.0
x64             session-smart-networking-payg                      juniper-networks  session-smart-networking-payg-513           juniper-networks:session-smart-networking-payg:session-smart-networking-payg-513:1.0.0                    1.0.0
x64             session-smart-networking-payg                      juniper-networks  session-smart-networking-payg-544           juniper-networks:session-smart-networking-payg:session-smart-networking-payg-544:1.0.0                    1.0.0
x64             session-smart-networking-payg                      juniper-networks  session-smart-networking-payg-544-1000mbps  juniper-networks:session-smart-networking-payg:session-smart-networking-payg-544-1000mbps:1.0.0           1.0.0
x64             session-smart-networking-payg                      juniper-networks  session-smart-networking-private-513        juniper-networks:session-smart-networking-payg:session-smart-networking-private-513:1.0.0                 1.0.0
x64             session-smart-networking-payg                      juniper-networks  session-smart-networking-private-543        juniper-networks:session-smart-networking-payg:session-smart-networking-private-543:1.0.0                 1.0.0
x64             session-smart-networking-payg                      juniper-networks  session-smart-networking-private-544        juniper-networks:session-smart-networking-payg:session-smart-networking-private-544:1.0.0                 1.0.0
. . . 




Code Block
title128technology
collapsetrue
jean-luc [ ~/azure-ha-conductor-terraform ]$ az vm image list --all --publisher 128technology --output table
Architecture    Offer                             Publisher      Sku                                           Urn                                                                                                Version
--------------  --------------------------------  -------------  --------------------------------------------  -------------------------------------------------------------------------------------------------  ---------
x64             128technology_conductor_hourly    128technology  128technology_conductor_hourly_427            128technology:128technology_conductor_hourly:128technology_conductor_hourly_427:1.0.0              1.0.0
x64             128technology_conductor_hourly    128technology  128technology_conductor_hourly_452            128technology:128technology_conductor_hourly:128technology_conductor_hourly_452:1.0.0              1.0.0
x64             128technology_conductor_hourly    128technology  128technology_conductor_private_427           128technology:128technology_conductor_hourly:128technology_conductor_private_427:1.0.0             1.0.0
x64             128technology_conductor_hourly    128technology  128technology_conductor_private_452           128technology:128technology_conductor_hourly:128technology_conductor_private_452:1.0.0             1.0.0
x64             128technology_router_100_hourly   128technology  128technology_router_100_hourly_427           128technology:128technology_router_100_hourly:128technology_router_100_hourly_427:1.0.0            1.0.0
x64             128technology_router_100_hourly   128technology  128technology_router_100_hourly_452           128technology:128technology_router_100_hourly:128technology_router_100_hourly_452:1.0.0            1.0.0
x64             128technology_router_100_hourly   128technology  128technology_router_100_private_427          128technology:128technology_router_100_hourly:128technology_router_100_private_427:1.0.0           1.0.0
x64             128technology_router_100_hourly   128technology  128technology_router_100_private_452          128technology:128technology_router_100_hourly:128technology_router_100_private_452:1.0.0           1.0.0
x64             128t_networking_platform          128technology  128t_networking_platform                      128technology:128t_networking_platform:128t_networking_platform:1.1.8                              1.1.8
x64             128t_networking_platform          128technology  128t_networking_platform                      128technology:128t_networking_platform:128t_networking_platform:1.2.0                              1.2.0
x64             128t_networking_platform          128technology  128t_networking_platform                      128technology:128t_networking_platform:128t_networking_platform:1.2.1                              1.2.1
x64             128t_networking_platform          128technology  128t_networking_platform                      128technology:128t_networking_platform:128t_networking_platform:1.2.2                              1.2.2
x64             juniper_session_smart_networking  128technology  juniper_session_smart_networking_512          128technology:juniper_session_smart_networking:juniper_session_smart_networking_512:1.0.0          1.0.0
x64             juniper_session_smart_networking  128technology  juniper_session_smart_networking_512          128technology:juniper_session_smart_networking:juniper_session_smart_networking_512:1.0.1          1.0.1
x64             juniper_session_smart_networking  128technology  juniper_session_smart_networking_512          128technology:juniper_session_smart_networking:juniper_session_smart_networking_512:1.0.2          1.0.2
x64             juniper_session_smart_networking  128technology  juniper_session_smart_networking_512_private  128technology:juniper_session_smart_networking:juniper_session_smart_networking_512_private:1.0.2  1.0.2


Check the purchase plan Image information

az vm image show --location ukwest --urn 128technology:juniper_session_smart_networking:juniper_session_smart_networking_512_private:latest

# --urn publisher:offer:sku:version


Code Block
titleimage show
collapsetrue
jean-luc [ ~/azure-ha-conductor-terraform ]$ az vm image show --location ukwest --urn 128technology:juniper_session_smart_networking:juniper_session_smart_networking_512_private:1.0.2
{
  "architecture": "x64",
  "automaticOsUpgradeProperties": {
    "automaticOsUpgradeSupported": false
  },
  "dataDiskImages": [],
  "disallowed": {
    "vmDiskType": "Unmanaged"
  },
  "extendedLocation": null,
  "features": [
    {
      "name": "IsAcceleratedNetworkSupported",
      "value": "True"
    }
  ],
  "hyperVGeneration": "V1",
  "id": "/Subscriptions/d2bb2c32-7b04-480e-a34e-4a98c5f02a6b/Providers/Microsoft.Compute/Locations/ukwest/Publishers/128technology/ArtifactTypes/VMImage/Offers/juniper_session_smart_networking/Skus/juniper_session_smart_networking_512_private/Versions/1.0.2",
  "location": "ukwest",
  "name": "1.0.2",
  "osDiskImage": {
    "operatingSystem": "Linux",
    "sizeInGb": 30
  },
  "plan": {
    "name": "juniper_session_smart_networking_512_private",
    "product": "juniper_session_smart_networking",
    "publisher": "128technology"
  },
  "tags": null
}: "juniper_session_smart_networking_512_private",
    "product": "juniper_session_smart_networking",
    "publisher": "128technology"
  },
  "tags": null
}





Check the purchase plan information


2- Azure login + accpet marketplace terms
terms showaz vm image terms show --urn juniper-networks:session-smart-networking-payg:session-smart-networking-payg-544:latest
terms acceptaz vm image terms accept --urn juniper-networks:session-smart-networking-payg:session-smart-networking-payg-544:lates