Horizon AS3

I was introduced to F5 AS3 doing a migration for a customer recently. For deploying new applications on an F5 LTM, this seems to be a pretty slick solution when you’re considering infrastructure as code. The entire configuration can be contained in a json file, which will simplify checking it into some kind of repository. One application I’ve been tasked with helping customers deploy is Vmware Horizon. Vmware has a very prescriptive F5 deployment guide which spells out the steps in great detail. I figure this is an optimal app to deploy with an AS3 template, so that’s what I’ve done. Typically these customers deploy Horizon, and AppVolumes on the same F5, so this template deploys both. ...

July 11, 2022 · 3 min · 619 words · Me