無知

갈 길이 먼 공부 일기

기술 공부/Azure

Azure Fundamentals (4) | Concepts

moozii 2022. 4. 7. 21:58

01. Cloud Model Types

 

Deployment model Description
Public cloud Services are offered over the public internet and available to anyone who wants to purchase them. Cloud resources, such as servers and storage, are owned and operated by a third-party cloud service provider, and delivered over the internet.
  • No capital expenditures to scale up.
  • Quickly provisioned and deprovisioned.
  • Pay only for what they use.
Private cloud A private cloud consists of computing resources used exclusively by users from one business or organization. A private cloud can be physically located at your organization's on-site (on-premises) datacenter, or it can be hosted by a third-party service provider.
  • Hardware must be purchased for start-up and maintenance.
  • Complete control over resources and security.
  • Responsible for hardware maintenance and updates.
Hybrid cloud A hybrid cloud is a computing environment that combines a public cloud and a private cloud by allowing data and applications to be shared between them.
  • Provides the most flexibility.
  • Determine where to run their applications.
  • Control security, compliance, or legal requirements.

 

https://docs.microsoft.com/en-us/learn/modules/fundamental-azure-concepts/types-of-cloud-computing

 

Discuss different types of cloud models - Learn

In this unit, you'll learn about the different types of cloud computing.

docs.microsoft.com

 

 

 

 

02. Cloud Computing Advantages

 

There are several advantages that a cloud environment has over a physical environment that Tailwind Traders can use following its migration to Azure.

 

High availability: Depending on the service-level agreement (SLA) that you choose, your cloud-based apps can provide a continuous user experience with no apparent downtime, even when things go wrong. 

 

Scalability: Apps in the cloud can scale vertically and horizontally: 

  • Scale vertically to increase compute capacity by adding RAM or CPUs to a virtual machine. 
  • Scaling horizontally increases compute capacity by adding instances of resources, such as adding VMs to the configuration. 

 

Elasticity: You can configure cloud-based apps to take advantage of autoscaling, so your apps always have the resources they need. 

 

Agility: Deploy and configure cloud-based resources quickly as your app requirements change. 

 

Geo-distribution: You can deploy apps and data to regional datacenters around the globe, thereby ensuring that your customers always have the best performance in their region. 

 

Disaster recovery: By taking advantage of cloud-based backup services, data replication, and geo-distribution, you can deploy your apps with the confidence that comes from knowing that your data is safe in the event of disaster. 

 

Consumption-based model : Cloud service providers operate on a consumption-based model, which means that end users only pay for the resources that they use. Whatever they use is what they pay for. A consumption-based model has many benefits, including: 

1. No upfront costs.
2. No need to purchase and manage costly infrastructure that users might not use to its fullest.
3. The ability to pay for additional resources when they are needed.
4. The ability to stop paying for resources that are no longer needed.

 

 

Capital expenses vs. operating expenses

Capital Expenditure (CapEx) is the up-front spending of money on physical infrastructure, and then deducting that up-front expense over time. The up-front cost from CapEx has a value that reduces over time.

Operational Expenditure (OpEx) is spending money on services or products now, and being billed for them now. You can deduct this expense in the same year you spend it. There is no up-front cost, as you pay for a service or product as you use it.

Cloud services, on the other hand, are categorized as an OpEx, because of their consumption model. There's no asset to amortize, and its cloud service provider (Azure) manages the costs that are associated with the purchase and lifespan of the physical equipment. As a result, OpEx has a direct impact on net profit, taxable income, and the associated expenses on the balance sheet.

 

https://docs.microsoft.com/en-us/learn/modules/fundamental-azure-concepts/benefits-of-cloud-computing

 

Describe cloud benefits and considerations - Learn

In this unit, you'll learn about the benefits of cloud computing.

docs.microsoft.com

 

 

 

03. Cloud Service Models

 

https://docs.microsoft.com/en-us/learn/modules/fundamental-azure-concepts/categories-of-cloud-services

 

Cloud Service Models Description
IaaS
Infrastructure-as-a-Service

This cloud service model is the closest to managing physical servers; a cloud provider will keep the hardware up-to-date, but operating system maintenance and network configuration is up to you as the cloud tenant. For example, Azure virtual machines are fully operational virtual compute devices running in Microsoft datacenters. An advantage of this cloud service model is rapid deployment of new compute devices. Setting up a new virtual machine is considerably faster than procuring, installing, and configuring a physical server.

IaaS is the most flexible category of cloud services. It aims to give you complete control over the hardware that runs your application. Instead of buying hardware, with IaaS, you rent it.
PaaS
Platform-as-a-Service

This cloud service model is a managed hosting environment. The cloud provider manages the virtual machines and networking resources, and the cloud tenant deploys their applications into the managed hosting environment. For example, Azure App Services provides a managed hosting environment where developers can upload their web applications, without having to worry about the physical hardware and software requirements.

PaaS provides the same benefits and considerations as IaaS, but there are some additional benefits to be aware of.
SaaS
Software-as-a-Service

In this cloud service model, the cloud provider manages all aspects of the application environment, such as virtual machines, networking resources, data storage, and applications. The cloud tenant only needs to provide their data to the application managed by the cloud provider. For example, Microsoft Office 365 provides a fully working version of Microsoft Office that runs in the cloud. All you need to do is create your content, and Office 365 takes care of everything else.

SaaS is software that's centrally hosted and managed for you and your users or customers. Usually one version of the application is used for all customers, and it's licensed through a monthly or annual subscription. SaaS provides the same benefits as IaaS, but again there are some additional benefits to be aware of too.

 

https://docs.microsoft.com/en-us/learn/modules/fundamental-azure-concepts/categories-of-cloud-services

 

  IaaS PaaS SaaS
No CapEx Users have no up-front costs. Users have no up-front costs. Users have no up-front costs.
Agility Applications can be made accessible quickly, and deprovisioned whenever needed. PaaS is more agile than IaaS, and users don't need to configure servers for running application Users can provide staff with access to the latest software quickly and easily.
Management The shared responsibility model applies; the user manages and maintains the services they have provisioned, and the cloud provider manages and maintains the cloud infrastructure.    
Pricing model Consumption-based

Organizations pay only for what they use and operate under an Operational Expenditure (OpEx) model.
Consumption-based

Users pay only for what they use, and operate under an OpEx model.
Pay-as-you-go

Users pay for the software they use on a subscription model, typically monthly or yearly, regardless of how much they use the software.
Skills No deep technical skills are required to deploy, use, and gain the benefits of a public cloud. Organizations can use the skills and expertise of the cloud provider to ensure workloads are secure, safe, and highly available. No deep technical skills are required to deploy, use, and gain the benefits of PaaS. No deep technical skills are required to deploy, use, and gain the benefits of SaaS.
Cloud benefits Organizations can use the skills and expertise of the cloud provider to ensure workloads are made secure and highly available. Users can take advantage of the skills and expertise of the cloud provider to ensure that their workloads are made secure and highly available. In addition, users can gain access to more cutting-edge development tools. They can then apply these tools across an application's lifecycle.  
Flexibility IaaS is the most flexible cloud service because you have control to configure and manage the hardware running your application.   Users can access the same application data from anywhere.
Productivity   Users can focus on application development only, because the cloud provider handles all platform management. Working with distributed teams as services is easier because the platform is accessed over the internet. You can make the platform available globally more easily.  

 

Cloud Service Models Disadvantage
IaaS
Infrastructure-as-a-Service
N/A
PaaS
Platform-as-a-Service
Platform limitations.
There can be some limitations to a cloud platform that might affect how an application runs. When you're evaluating which PaaS platform is best suited for a workload, be sure to consider any limitations in this area.
SaaS
Software-as-a-Service
Software limitations.
There can be some limitations to a software application that might affect how users work. Because you're using as-is software, you don't have direct control of features. When you're evaluating which SaaS platform is best suited for a workload, be sure to consider any business needs and software limitations.

 

https://docs.microsoft.com/en-us/learn/modules/fundamental-azure-concepts/categories-of-cloud-services

 

Describe different cloud services - Learn

In this unit, you'll learn about the different categories of cloud services.

docs.microsoft.com

 

 

 

 

 

03-1. Serverless Computing

 

Like PaaS, serverless computing enables developers to build applications faster by eliminating the need for them to manage infrastructure. With serverless applications, the cloud service provider automatically provisions, scales, and manages the infrastructure required to run the code. Serverless architectures are highly scalable and event-driven, only using resources when a specific function or trigger occurs. 

It's important to note that servers are still running the code. The "serverless" name comes from the fact that the tasks associated with infrastructure provisioning and management are invisible to the developer. This approach enables developers to increase their focus on the business logic, and deliver more value to the core of the business. Serverless computing helps teams increase their productivity and bring products to market faster, and it allows organizations to better optimize resources and stay focused on innovation. 

https://docs.microsoft.com/en-us/learn/modules/fundamental-azure-concepts/categories-of-cloud-services

 

Describe different cloud services - Learn

In this unit, you'll learn about the different categories of cloud services.

docs.microsoft.com