Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| azure:virtual_machines [2021/02/11 13:59] – mmuze | azure:virtual_machines [2022/11/09 22:58] (current) – [VM Agents] mmuze | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Virtual Machines ====== | ====== Virtual Machines ====== | ||
| - | * //Scale sets// provide a way to create multiple VMs dynamically as demand grows and shrinks. | + | * //Scale sets// provide a way to create multiple VMs (based on the same image) |
| + | * // | ||
| + | * For multi-tier applications with interdependent VMs be sure to put each tier in its own availability set to ensure that all tiers do not end up in the same fault or update domain. | ||
| + | * // | ||
| + | |||
| + | ====== Bastion ====== | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| ====== Notes ====== | ====== Notes ====== | ||
| * What options are there for making a VM accessible from the Internet (e.g. public IP, load-balancer, | * What options are there for making a VM accessible from the Internet (e.g. public IP, load-balancer, | ||
| + | |||
| + | ====== VM Agents ====== | ||
| + | * Log Analytics agent has been superseded by the Azure Monitor agent. Log Analytics agent was previously known as Microsoft Monitoring Agent and OMS. | ||