Azure Scale Sets and Load Balancer with the Portal: Apache Web Server UserData Script Example

Azure Scale Sets and Load Balancer with the Portal: Apache Web Server UserData Script Example

December 11, 2021
Tags:
azure

We'll build an Azure Flexible Virtual Machine Scale Sets with Load Balancer. We'll walk through useful debugging steps. This helps you in case things go wrong.

The custom data script we'll use:

#!/bin/bash
whoami
apt install apache -y

Explore lesson as part of a learning path

Get full access to these great resources

All for less than the price of coffee a day

38 courses
274 lessons
44+ hours

Get started with BoltOps Learn now and get access to easy and powerful lessons

BoltOps Tools