Azure Invoice Management

Azure Invoice Management

Please select one invoice PDF format that you want to receive for Azure. The changes you made will make effective immediately.

Meter Usage
Set as Default

  • Meter Usage

  • Resource Type

  • Subscription

  • Subscription & Resource Type
        
<!--azure invoice-->
 <div class="row storefront-rightbar invMgmt px-4">
    <div class="col-md-12">
       <h1 class="profile-heading">Azure Invoice Management</h1>
       <p>Please select one invoice PDF format that you want to receive for Azure. The changes you made will make effective immediately.</p>
    </div>
    <div class="col-md-9 temp-left-col">
       <div class="row">
          <div class="col-md-8">
             <div class="custom-padding-space">
                <div>
                <h6 class="float-left mr-auto"><strong ><span class="metUsage">Meter Usage</span> <span class="resType" style="display: none;">Resource Type</span></strong></h6>
                <div class="set-default-btn mr-auto float-right">
                      <span class="toggle-btn">
                      <label class="switch defSwitch"><input type="checkbox" checked=""><span class="slider round"></span></label>
                      </span><span class="set-default-lbl">Set as Default</span>
                   </div>
                </div>
                   <div class="clearfix"></div>
                   <img src="images/meter-usage-temp.png"/>
             </div>
          </div>
          <div class="col-md-4">
             <div class="custom-padding-space temp-desc" style="display: none;">
                <h5>Template Descriptions</h5>
                <p>Invoice templates: designed with separate materials and labour sections. They also include 'site location' instead of shipping details/address/costs.</p>
             </div>
          </div>
       </div>
    </div>
    <div class="col-md-3 temp-right-col mgmtList">
       <ul>
          <li class="active" data-usage="0"><a href="javascript:void(0)"><i class="default-tag"></i><img src="images/resource-type-temp.png"/></a><br> <span>Meter Usage</span></li>
          <li data-usage="1"><a href="javascript:void(0)"><img src="images/resource-type-temp.png"/></a><br> <span>Resource Type</span></li>
          <li><a href="javascript:void(0)"><img src="images/resource-type-temp.png"/></a><br> <span>Subscription</span></li>
          <li><a href="javascript:void(0)"><img src="images/resource-type-temp.png"/></a><br> <span>Subscription & Resource Type</span></li>
       </ul>
    </div>
 </div>
 <!--azure invoice-->