Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-6337

Azure guide - split long CLI commands to more lines

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • None
    • Documentation

      Book: Using JBoss EAP on Microsoft Azure
      Revision: n_2641013_using-jboss-eap-on-microsoft-azure_version_7.0_edition_1.0_release_0-revision_9151433

      Issue description
      Some long CLI commands are not wrapped correctly. E.g. the following line in my Google Chrome browser overflows to not visible part of page:

      /subsystem=jgroups/stack=udp/protocol=azure.AZURE_PING:add(properties={storage_account_name="${jboss.jgroups.azure_ping.storage_account_name}",storage_access_key="${jboss.jgroups.azure_ping.storage_access_key}",container="${jboss.jgroups.azure_ping.container}"})
      

      Suggestion for improvement
      Wrap the long CLI commands manually. E.g.

      /subsystem=jgroups/stack=udp/protocol=azure.AZURE_PING:add(properties={ \
        storage_account_name="${jboss.jgroups.azure_ping.storage_account_name}", \
        storage_access_key="${jboss.jgroups.azure_ping.storage_access_key}", \
        container="${jboss.jgroups.azure_ping.container}"})
      

              lcosti.redhat Lucas Costi (Inactive)
              josef.cacek@gmail.com Josef Cacek (Inactive)
              Josef Cacek Josef Cacek (Inactive)
              Josef Cacek Josef Cacek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: