GithubHelp home page GithubHelp logo

Comments (1)

thoaingan avatar thoaingan commented on June 23, 2024

@indiana27: I ran my command without the "-o table" switch and it returns more information (JSON format), and this response has the IP address in it (example below). See if that works for you.

ngan_menegay@Azure:~/clouddrive$ az network public-ip show -g examprep101 -n jumpbox-ip
{
  "dnsSettings": null,
  "etag": "W/\"962c3de8-24db-464a-aebe-64ed3104ed53\"",
  "id": "/subscriptions/1b92b07d-95ba-49a9-b9e7-e47ab6d46b28/resourceGroups/examprep101/providers/Microsoft.Network/publicIPAddresses/jumpbox-ip",
  "idleTimeoutInMinutes": 4,
  "ipAddress": "40.121.209.135",
  "ipConfiguration": {
    "etag": null,
    "id": "/subscriptions/1b92b07d-95ba-49a9-b9e7-e47ab6d46b28/resourceGroups/examprep101/providers/Microsoft.Network/networkInterfaces/jumpboxnic/ipConfigurations/ipconfig1",
    "name": null,
    "privateIpAddress": null,
    "privateIpAllocationMethod": null,
    "provisioningState": null,
    "publicIpAddress": null,
    "resourceGroup": "examprep101",
    "subnet": null
  },
  "ipTags": [],
  "location": "eastus",
  "name": "jumpbox-ip",
  "provisioningState": "Succeeded",
  "publicIpAddressVersion": "IPv4",
  "publicIpAllocationMethod": "Dynamic",
  "resourceGroup": "examprep101",
  "resourceGuid": "ff356e0d-c58b-44a5-a8fd-51c34490271c",
  "sku": {
    "name": "Basic"
  },
  "tags": null,
  "type": "Microsoft.Network/publicIPAddresses",
  "zones": null
}

from 70534examprep.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.