Skip to content

Commit

Permalink
Merge pull request #19 from larryclaman/master
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
BALAGA-GAYATRI committed Jul 29, 2022
2 parents 1a284fd + 26e5332 commit 7dff998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/how-to-use-action.md
@@ -1,6 +1,6 @@
# Deploying Immutable Infratructure gets easier with Build Azure Virtual Machine Image Action
# Deploying Immutable Infrastructure gets easier with Build Azure Virtual Machine Image Action

In a traditional mutable infrastrucuture, virtual machines are constantly updated for configuration changes, software installations, security hardening etc. It is a usual practice for developers or sysops teams to SSH into their virtual machines and install packages manually or run scripts. In other terms, the Virtual machine mutates regularly from its original state.
In a traditional mutable infrastructure, virtual machines are constantly updated for configuration changes, software installations, security hardening etc. It is a usual practice for developers or sysops teams to SSH into their virtual machines and install packages manually or run scripts. In other terms, the Virtual machine mutates regularly from its original state.

As organizations mature, the number of virtual machines increases and the need for automation arises in order to achieve consistency across machines. However, even with automation there are situations where a run fails or behaves slightly differently on a particular machine because of an events like network failure, OS update failure, installation retries etc. When seen across hundreds of virtual machines and across multiple updates, each virtual machine can behave slightly differnt from the rest. This leads to inconsistency, unreliability and errors that are unique per virtual machine.

Expand Down

0 comments on commit 7dff998

Please sign in to comment.