Microsoft Azure Fundamentals -Describe the benefits of using cloud services Flashcards
Upon completion of this module, you will be able to: Describe the benefits of high availability and scalability in the cloud. Describe the benefits of reliability and predictability in the cloud. Describe the benefits of security and governance in the cloud. Describe the benefits of manageability in the cloud.
What are 2 of the biggest considerations when building/deploying a cloud application?
- Uptime
- Scalability
How are Azure SLAs represented?
SLA - Service Level Agreement
Represented as %
E.g. 98% uptime
What two varieties does scaling usually take?
- Vertical scaling
- Horizontal scaling
What is the difference between horizontal and vertical scaling?
Horizontal scaling is adding or subtracting the number of resources.
If you were developing an app and you needed more processing power, you could scale to add more CPUs or RAM to the virtual machine.
What type of scaling is this?
Vertical scaling
If you suddenly experienced a steep jump in demand, your deployed resources could be scaled (either automatically or manually).
For example, you could add additional virtual machines or containers. What type of scaling is this?
Horizontal scaling
What two tools can you use to get an estimate of potential cloud spend?
- Total Cost of Ownership (TCO)
- Pricing Calculator
What are the different ways you can manage your cloud environment and resources?
- Through a web portal.
- Using a command line interface.
- Using APIs.
- Using PowerShell.