Skip to content

Commit

Permalink
clarified LB test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed May 2, 2024
1 parent 6dbd58a commit b14fd66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion labapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def lb_aws():
return jsonify(status='success', data=data)
except (LabException, requests.RequestException, ValueError) as e:
return jsonify(status='fail', error=str(e))

@app.route('/_lb2')
def lb_azure():
"""Azure LB test"""
Expand Down
8 changes: 8 additions & 0 deletions labapp/app/markdown/lb.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,20 @@ Create a new origin pool for the Azure cloud app. Reuse your load balancer.
<img src="/static/origin-icon.png" width="auto" height="50px"> &nbsp; &nbsp;
The cloud app is TLS only.
</li>
<li class="list-group-item">
<img src="/static/lb-icon.png" width="auto" height="50px"> &nbsp; &nbsp;
Keep the AWS Origin Pool in place.
</li>
</ul>

<div style="height:25px"></div>

#### **Test Criteria**

<div class="alert alert-secondary" role="alert">
This test will make up to 5 requests.
</div>

```http
GET https://eph-ns.mcn-lab.f5demos.com/ HTTP/1.1
Host: eph-ns.mcn-lab.f5demos.com
Expand Down

0 comments on commit b14fd66

Please sign in to comment.