Skip to content

azion_update_edge application

GitHub Action edited this page Oct 24, 2023 · 5 revisions

azion update edge-application

Modifies an edge application

Synopsis

Modifies an edge application's name, activity status, and other attributes based on the given ID

azion update edge-application --id <application_id> [flags]

Examples

$ azion update edge-application --id 1234 --name 'Hello'
$ azion update edge-application --id 9123 --active true
$ azion update edge-application --id 9123 --active false
$ azion update edge-application --in "update.json"
      

Options

      --application-acceleration string   Whether the edge application has Application Acceleration active or not
      --delivery-protocol string          The edge application's Delivery Protocol
      --device-detection string           Whether the edge application has Device Detection active or not
      --edge-firewall string              Whether the edge application has Edge Firewall active or not
      --edge-functions string             Whether the edge application has Edge Functions active or not
  -h, --help                              Displays more information about the update subcommand
      --http-port int                     The edge application's Http Port (default 80)
      --https-port int                    The edge application's Https Port (default 443)
      --id int                            The edge application's id
      --image-optimization string         Whether the edge application has Image Optimization active or not
      --in string                         Given path and JSON file to automatically update the edge application attributes; you can use - for reading from stdin
      --l2-caching string                 Whether the edge application has L2 Caching active or not
      --load-balancer string              Whether the edge application has Load Balancer active or not
      --min-tsl-ver string                The edge application's Minimum Tls Version
      --name string                       The edge application's name
      --raw-logs string                   Whether the edge application has Raw Logs active or not
      --webapp-firewall string            Whether the edge application has Web Application Firewall active or not

Options inherited from parent commands

  -c, --config string      Sets the Azion configuration folder for the current command only, without changing persistent settings.
  -d, --debug              Displays log at a debug level
  -l, --log-level string   Displays log at a debug level (default "info")
  -s, --silent             Silences log completely; mostly used for automation purposes
  -t, --token string       Saves a given personal token locally to authorize CLI commands
  -y, --yes                Answers all yes/no interactions automatically with yes

SEE ALSO

  • azion update - Modifies or changes single or multiple configurations of existing services or resources on Azion
Auto generated by spf13/cobra on 24-Oct-2023