Understanding Cloud Concepts Flashcards

15-20% of the test

1
Q

What is High Availability (HA)

A

The ability of the application to continue running in a healthy state, without significant downtime. By “healthy state,” we mean the application is responsive, and users can connect to the application and interact with it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Scalability

A

Increase or decrease the resources and services used based on the demand or workload at any given time. Vertical Scaling (aka “scaling up) - add more resources to existing servers. Horizontal Scaling (aka “scaling out) - add more servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Vertical Scaling

A

The process of adding resources to increase the power of an existing server (e.g. adding a faster CPU, additional CPUs, more memory). (aka “scaling up”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Horizontal Scaling

A

The process of adding more servers that function together as one unit (e.g. adding more servers). (aka “scaling out”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Elasticity

A

Automatically add or remove resources based on demand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Cloud Agility

A

Cloud agility is the ability to rapidly change an IT infrastructure in order to adapt to the evolving needs of the business (e.g. if your service peaks one month, you can scale to demand and pay a larger bill for the month. If the following month the demand drops, you can reduce the used resources and be charged less).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Fault Tolerance

A

Redundancy is often built into cloud services architecture so if one component fails, a backup component takes its place. This is referred to as fault tolerance and it ensures that your customers aren’t impacted when an unexpected accident occurs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Disaster Recovery

A

The ability to recover from rare but major incidents: non-transient, wide-scale failures, such as service disruption that affects an entire region. Disaster recovery includes data backup and archiving, and may include manual intervention, such as restoring a database from backup.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Economies of Scale

A

Economies of scale is the ability to do things more efficiently or at a lower-cost per unit when operating at a larger scale (e.g. the ability to acquire hardware at a lower cost than if a single user or smaller business were purchasing it, cloud providers can also make deals with local governments and utilities to get tax savings, lower pricing on power, cooling, and high-speed network connectivity between sites).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Capital Expenditure (CapEx)

A

CapEx is the spending of money on physical infrastructure up front, and then deducting that expense from your tax bill over time. CapEx is an upfront cost, which has a value that reduces over time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Operational Expenditure

A

Ongoing costs

paid monthly or annually.

accounted for in the current month or year

operational costs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Infrastructure-as-a-Service

A

Infrastructure as a Service is the most flexible category of cloud services. It aims to give you complete control over the hardware that runs your application (IT infrastructure servers and virtual machines (VMs), storage, networks, and operating systems). Instead of buying hardware, with IaaS, you rent it. It’s an instant computing infrastructure, provisioned and managed over the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Platform-as-a-Service

A

PaaS provides an environment for building, testing, and deploying software applications. The goal of PaaS is to help you create an application quickly without managing the underlying infrastructure. For example, when deploying a web application using PaaS, you don’t have to install an operating system, web server, or even system updates. PaaS is a complete development and deployment environment in the cloud.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Software-as-a-Service

A

SaaS is software that is centrally hosted and managed for the end customer. It is usually based on an architecture where one version of the application is used for all customers, and licensed through a monthly or annual subscription. Office 365, Skype, and Dynamics CRM Online are perfect examples of SaaS software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Compare and Contrast the responsibily of the user and the cloud provider for IaaS

A

USER: Purchase, installation, configuration, and management of their own software operating systems, middleware, and applications.

Provider: Responsible for ensuring that the underlying cloud infrastructure (such as virtual machines, storage, and networking) is available for the user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Compare and Contrast the responsibily of the user and the cloud provider for PaaS

A

USER: Responsible for the development of their own applications.

Provider:Responsible for operating system management, and network and service configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Compare and Contrast the responsibily of the user and the cloud provider for SaaS

A

Users: just use the application software; they are not responsible for any maintenance or management of that software Providers: The cloud provider is responsible for the provision, management, and maintenance of the application software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the Public Cloud (most common)

A

This is the most common deployment model. In this case, you have no local hardware to manage or keep up-to-date – everything runs on your cloud provider’s hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the Private Cloud (2nd most common)

A

In a private cloud, you create a cloud environment in your own datacenter and provide self-service access to compute resources to users in your organization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is a hybrid cloud

A

A hybrid cloud combines public and private clouds, allowing you to run your applications in the most appropriate location.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Compare & Contrast (Advantages & Disadvantages) of public cloud

A

Advantages: + High Scalability/Agility + PAYG (No CapEx, OpEx model) + Not responsible for hardware maintenance + Minimal technical knowledge required Disadvantages: - May not be able to meet specific security requirements - May not be able to meet specific compliance requirements - You don’t own the hardware and may not be able to manage them as you wish

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Compare & Contrast (Advantages & Disadvantages) of Private cloud

A

Advantages: + You have complete control + Can meet strict security and compliance requirements Disadvantages - Upfront CapEx costs - Owning equipment limits agility to scale - Requires high technical knowledge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Compare & Contrast (Advantages & Disadvantages) of Hybrid cloud

A

Advantages: + Advantages of both Public and Private Disadvantages - Can be more expensive than selecting one deployment model - Can be more complicated to set up and manage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What are some of the benefits of cloud computing

A
  • Cost Effective: Pay-as-you-go, consumption-based pricing model. Rather than paying for hardware up-front, you rent hardware and pay for the resources that you use. - Scalable: Increase or decrease the resources and services used based on the demand or workload at any given time. - Elastic: Automatically add or remove resources based on demand. - Current: Computer hardware and software is automatically maintained by the cloud provider. - Reliable: Cloud providers offer data backup, disaster recovery, and data replication services. Redundancy is often built into cloud services architecture so if one component fails, a backup component takes its place. - Global: Cloud providers have fully-redundant datacenters located in various regions all over the globe (performance, redundancy, compliance). - Secure: Cloud providers offer a broad set of policies, technologies, controls, and expert technical skills that can provide better security than most organizations can otherwise achieve.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

What is Geography

A

An Azure geography is a discrete market typically containing two or more regions that preserve data residency and compliance boundaries. (e.g.Americas, Europe, Asia Pacific, Middle East and Africa)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

What are regions

A

A region is a geographical area on the planet containing at least one, but potentially multiple datacenters that are nearby and networked together with a low-latency network. (e.g. North Europe, West Europe, Germany North, Germany West Central)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What are availability Zones

A

Availability Zones are physically separate datacenters within an Azure region. Each Availability Zone is made up of one or more datacenters equipped with independent power, cooling, and networking. (e.g. Zone 1, Zone 2, Zone 3 - within a particular region)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What are availability Sets

A

An Availability Set is a logical grouping capability for isolating VM resources from each other when they’re deployed. Azure makes sure that the VMs you place within an Availability Set run across multiple physical servers, compute racks, storage units, and network switches. If a hardware or software failure happens, only a subset of your VMs are impacted and your overall solution stays operational.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

What is the Hierarchy

A

Geography > Region > Availability Zone > Availability Set > Fault Domain/Update Domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

What is Region Pair

A

Each Azure region is always paired with another region within the same geography (such as US, Europe, or Asia) at least 300 miles away. This approach allows for the replication of resources (such as virtual machine storage) across a geography that helps reduce the likelihood of interruptions due to events such as natural disasters, civil unrest, power outages, or physical network outages affecting both regions at once.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

What is a Resource Group

A

Resource groups are a fundamental element of the Azure platform. A resource group is a logical container for resources deployed on Azure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

What is Azure Resource Manager

A

Azure Resource Manager is the interface for managing and organizing cloud resources. Think of Resource Manager as a way to deploy cloud resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

What is a Virtual MACHINE (Compute)

A

Windows or Linux virtual machines (VMs) hosted in Azure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

Virtual Machine Scale Sets (Compute)

A

Lets you create and manage a group of identical, load balanced VMs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

What is App Service

A

PaaS offerings to build, deploy, and scale enterprise-grade web, mobile, and API apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

What is Azure Functions

A

An event-driven, serverless compute service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

What is a Virtual NETWORK

A

Azure Virtual Network enables many types of Azure resources, such as Azure Virtual Machines (VM), to securely communicate with each other, the internet, and on-premises networks. A virtual network is scoped to a single Azure region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

What is Load Balancer

A

Balances inbound and outbound connections to applications or service endpoints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What is VPN Gateway

A

Accesses Azure Virtual Networks through high-performance VPN gateways

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

What is Application Gateway

A

Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

What is Content Delivery Network

A

Delivers high-bandwidth content to customers globally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

What is Blob Storage

A

Storage service for very large objects, such as video files or bitmaps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

What is Disk Storage

A

Provides disks for virtual machines, applications, and other services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

What is File Storage

A

Azure Files offers fully-managed file shares in the cloud.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

What is Archive Storage

A

Storage facility for data that is rarely accessed.

46
Q

What is CosmosDB

A

Globally distributed database that supports NoSQL options

47
Q

What is Azure SQL Database

A

Fully managed relational database with auto-scale, integral intelligence, and robust security

48
Q

What is Azure Database Migration Service

A

Migrates your databases to the cloud with no application code changes

49
Q

What is Azure SQL Data Warehouse

A

Fully managed data warehouse with integral security at every level of scale at no extra cost

50
Q

What is Azure Marketplace

A

The Marketplace allows customers to find, try, purchase, and provision applications and services from hundreds of leading service providers, all certified to run on Azure. Azure Marketplace is a service on Azure that helps connect end users with Microsoft partners, independent software vendors (ISVs), and start-ups that are offering their solutions and services, which are optimized to run on Azure.

51
Q

What is IoT Hub

A

Messaging hub that provides secure communications and monitoring between millions of IoT devices

52
Q

What is IoT Central

A

Fully-managed global IoT software as a service (SaaS) solution that makes it easy to connect, monitor, and manage your IoT assets at scale

53
Q

What is IoT Edge

A

Push your data analysis onto your IoT devices instead of in the cloud allowing them to react more quickly to state changes.

54
Q

What is SQL Data Warehouse

A

Run analytics at a massive scale using a cloud-based Enterprise Data Warehouse (EDW) that leverages massive parallel processing (MPP) to run complex queries quickly across petabytes of data

55
Q

What is HDInsight

A

Process massive amounts of data with managed clusters of Hadoop clusters in the cloud

56
Q

What is Data Lake Analytics

A

On-demand (“pay as you go”) scalable analytics service that allows you to write queries to transform your data and extract valuable insights.

57
Q

What is Azure Machine Learning Service

A

Cloud-based environment you can use to develop, train, test, deploy, manage, and track machine learning models. It can auto-generate a model and auto-tune it for you. It will let you start training on your local machine, and then scale out to the cloud

58
Q

What is Azure Machine Learning Studio

A

Collaborative, drag-and-drop visual workspace where you can build, test, and deploy machine learning solutions using pre-built machine learning algorithms and data-handling modules

59
Q

What is Azure Functions

A

Azure Functions is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. Use Azure Functions to run a script or piece of code in response to a variety of events

60
Q

What is Event Grid

A

Allows you to easily build applications with event-based architectures. It’s a fully-managed, intelligent event routing service that uses a publish-subscribe model for uniform event consumption. (Serverless Computing)

61
Q

What is Azure CLI

A

Azure CLI is a cross-platform command-line program that connects to Azure and executes administrative commands on Azure resources. Cross-platform means that it can be run on Windows, Linux, or macOS.

62
Q

What is Powershell

A

Azure PowerShell is a module that you add to Windows PowerShell or PowerShell Core that enables you to connect to your Azure subscription and manage resources.

63
Q

What is Azure Portal

A

The Azure portal is a website that you can access with a web browser, by going to the URL https://portal.azure.com. From here, you can interact manually with all the Azure services. The portal is a web-based administration site that lets you interact with all of your subscriptions and resources you have created.

64
Q

What is Azure Advisor

A

Azure Advisor is a free service built into Azure that provides recommendations on high availability, security, performance, and cost. Advisor analyzes your deployed services and looks for ways to improve your environment across those four areas.

65
Q

What is Azure Firewall

A

Azure Firewall is a managed, cloud-based, network security service that protects your Azure Virtual Network resources. It is a fully stateful firewall as a service with built-in high availability and unrestricted cloud scalability. Azure Firewall provides inbound protection for non-HTTP/S protocols. Examples of non-HTTP/S protocols include: Remote Desktop Protocol (RDP), Secure Shell (SSH), and File Transfer Protocol (FTP). It also.provides outbound, network-level protection for all ports and protocols, and application-level protection for outbound HTTP/S.

66
Q

What is Azure DDoS Protection

A

DDoS Protection leverages the scale and elasticity of Microsoft’s global network to bring DDoS mitigation capacity to every Azure region. The Azure DDoS Protection service protects your Azure applications by scrubbing traffic at the Azure network edge before it can impact your service’s availability. Within a few minutes of attack detection, you are notified using Azure Monitor metrics

67
Q

What is Network Security Group (NSG)

A

NSGs operate at layers 3 & 4, and provide a list of allowed and denied communication to and from network interfaces and subnets. NSGs are fully customizable, and give you the ability to fully lock down network communication to and from your virtual machines. By using NSGs, you can isolate applications between environments, tiers, and services.

68
Q

What is Authentication

A

(Who are you?) Authentication is the process of establishing the identity of a person or service looking to access a resource. It involves the act of challenging a party for legitimate credentials, and provides the basis for creating a security principal for identity and access control use. It establishes if they are who they say they are.

69
Q

What is Authorization

A

(What are you allowed to do?) Authorization is the process of establishing what level of access an authenticated person or service has. It specifies what data they’re allowed to access and what they can do with it.

70
Q

What is Azure Active Directory

A

(Authentication, SSO, Application Management, B2B Identity Services, Device Management) Azure AD is a cloud-based identity service. It has built in support for synchronizing with your existing on-premises Active Directory or can be used stand-alone. This means that all your applications, whether on-premises, in the cloud (including Office 365), or even mobile can share the same credentials. Administrators and developers can control access to internal and external data and applications using centralized rules and policies configured in Azure AD. Authentication Single Sign-On (SSO) Application Management Business to Business (B2B) Identity Services Device Management

71
Q

What is Azure Multi-Factor Authentication

A

Multi-factor authentication (MFA) provides additional security for your identities by requiring two or more elements for full authentication. These elements fall into three categories: Something you know (e.g. password) Something you possess (e.g. mobile app) Something you are (e.g. fingerprint or face scan)

72
Q

What is Azure Security Center

A

Security Center is a monitoring service that provides threat protection across all of your services both in Azure, and on-premises. Available in two tiers, Free (limited to assessments and recommendations only); Standard (full suite of security-related services including continious monitoring, threat detection and just-in-time access control)

73
Q

What is Azure Security Center - Usage Scenarios

A
  • Incident Response (Detect, Assess, Diagnose) - Implement Recommendations
74
Q

What is Key Vault

A

Azure Key Vault is a secret store: a centralized cloud service for storing application secrets. Key Vault helps you control your applications’ secrets by keeping them in a single central location and providing secure access, permissions control, and access logging.

75
Q

What is Microsoft Azure Information Protection (MSIP)

A

A cloud-based solution that helps organizations classify and optionally protect documents and emails by applying labels. Analyse data flows, detect risky behaviour, track access to documents, prevent data leakage or misuse of confidential information.

76
Q

Azure Advanced Threat Protection (Azure ATP)

A

A cloud-based security solution that identifies, detects, and helps you investigate advanced threats, compromised identities, and malicious insider actions directed at your organization. Azure ATP is capable of detecting known malicious attacks and techniques, security issues, and risks against your network

77
Q

What are Azure Policies

A

Azure Policy is a service you can use to create, assign, and manage policies. These policies apply and enforce rules that your resources need to follow. These policies can enforce these rules when resources are created, and can be evaluated against existing resources to give visibility into compliance.

78
Q

What are Initiatives

A

Initiatives work alongside policies in Azure Policy. An initiative definition is a set or group of policy definitions to help track your compliance state for a larger goal.

79
Q

What are Role-Based Access Control

A

RBAC provides fine-grained access management for Azure resources, enabling you to grant users the specific rights they need to perform their jobs. RBAC is considered a core service and is included with all subscription levels at no cost

80
Q

What are Resource Locks

A

Resource locks are a setting that can be applied to any resource to block modification or deletion. Resource locks can set to either Delete or Read-only. Delete will allow all operations against the resource but block the ability to delete it. Read-only will only allow read activities to be performed against it, blocking any modification or deletion of the resource. Resource locks can be applied to subscriptions, resource groups, and to individual resources, and are inherited when applied at higher levels.

81
Q

What is Azure Monitor

A

Azure Monitor maximizes the availability and performance of your applications by delivering a comprehensive solution for collecting, analyzing, and acting on telemetry from your cloud and on-premises environments. It helps you understand how your applications are performing and proactively identifies issues affecting them and the resources they depend on.

82
Q

What is Azure Service Health

A

Azure Service Health is a suite of experiences that provide personalized guidance and support when issues with Azure services affect you. It can notify you, help you understand the impact of issues, and keep you updated as the issue is resolved. Azure Service Health can also help you prepare for planned maintenance and changes that could affect the availability of your resources

83
Q

What is General Data Protection Regulation (GDPR)

A

As of May 25, 2018, a European privacy law — GDPR — is in effect. GDPR imposes new rules on companies, government agencies, non-profits, and other organizations that offer goods and services to people in the European Union (EU), or that collect and analyze data tied to EU residents. The GDPR applies no matter where you are located.

84
Q

ISO/IEC 27018

A

Microsoft is the first cloud provider to have adopted the ISO/IEC 27018 code of practice, covering the processing of personal information by cloud service providers

85
Q

National Institute of Standards and Technology (NIST) Cybersecurity Framework (CSF)

A

NIST CSF is a voluntary Framework that consists of standards, guidelines, and best practices to manage cybersecurity-related risks. Microsoft cloud services have undergone independent, third-party Federal Risk and Authorization Management Program (FedRAMP) Moderate and High Baseline audits, and are certified according to the FedRAMP standards. Additionally, through a validated assessment performed by the Health Information Trust Alliance (HITRUST), a leading security and privacy standards development and accreditation organization, Office 365 is certified to the objectives specified in the NIST CSF.

86
Q

Microsoft Privacy Statement

A

The Microsoft privacy statement explains what personal data Microsoft processes, how Microsoft processes it, and for what purposes.

87
Q

Trust Center

A

Trust Center is a website resource containing information and details about how Microsoft implements and supports security, privacy, compliance, and transparency in all Microsoft cloud products and services. The Trust Center is an important part of the Microsoft Trusted Cloud Initiative, and provides support and resources for the legal and compliance community.

88
Q

Service Trust Portal

A

The Service Trust Portal (STP) hosts the Compliance Manager service, and is the Microsoft public site for publishing audit reports and other compliance-related information relevant to Microsoft’s cloud services.

89
Q

Compliance Manager

A

Compliance Manager is a workflow-based risk assessment dashboard within the Trust Portal that enables you to track, assign, and verify your organization’s regulatory compliance activities related to Microsoft professional services and Microsoft cloud services such as Office 365, Dynamics 365, and Azure

90
Q

Azure Government Services

A

Azure Government is a cloud environment specifically built to meet compliance and security requirements for US government. Physically separated instance of Microsoft Azure, specifically for U.S. Government, meets complex compliance standards, designed to exceed U.S. Government requirements.

91
Q

Azure Account

A

An Azure account is tied to a specific identity and holds information like: Name, email, and contact preferences; Billing information such as a credit card. An Azure account is what you use to sign in to the Azure website and administer or deploy services. Every Azure account is associated with one or more subscriptions.

92
Q

Azure Subscription

A

An Azure subscription is a logical container used to provision resources in Microsoft Azure. It holds the details of all your resources like virtual machines, databases, etc.

93
Q

Azure Subscription - Use and Options

A
  • Free: An Azure free subscription includes a $200 credit to spend on any service for the first 30 days, free access to the most popular Azure products for 12 months, and access to more than 25 products that are always free. - Pay-As-You-Go: A Pay-As-You-Go (PAYG) subscription charges you monthly for the services you used in that billing period. This subscription type is appropriate for a wide range of users, from individuals to small businesses, and many large organizations as well. - Enterprise Agreement: An Enterprise Agreement (EA) provides flexibility to buy cloud services and software licenses under one agreement, with discounts for new licenses and Software Assurance. It’s targeted at enterprise-scale organizations. - Student: An Azure for Students subscription includes $100 in Azure credits to be used within the first 12 months plus select free services without requiring a credit card at sign-up. You must verify your student status through your organizational email address.
94
Q

Every Azure Subscription Includes?

A
  • Free access to billing and subscription support - Azure products and services documentation - Online self-help documentation - Community support forums
95
Q

Purchasing Options for Azure Products and Services

A
  • Enterprise: Enterprise customers sign an Enterprise Agreement (EA) with Azure that commits them to spend a negotiated amount on Azure services, which they typically pay annually. Enterprise customers also have access to customized Azure pricing. - Web direct: Direct Web customers pay general public prices for Azure resources, and their monthly billing and payments occur through the Azure website. - Cloud Solution Provider: Cloud Solution Provider (CSP) typically are Microsoft partner companies that a customer hires to build solutions on top of Azure. Payment and billing for Azure usage occur through the customer’s CSP.
96
Q

Factors Affecting Costs

A
  • Resource Type: Costs are resource-specific, so the usage that a meter tracks and the number of meters associated with a resource depend on the resource type. - Service: Azure usage rates and billing periods can differ between Enterprise, Web Direct, and Cloud Solution Provider (CSP) customers. Some subscription types also include usage allowances, which affect costs. - Location: Azure has datacenters all over the world. Usage costs vary between locations that offer particular Azure products, services, and resources based on popularity, demand, and local infrastructure costs.
97
Q

What are Zones

A

A Zone is a geographical grouping of Azure Regions for billing purposes. The following zones exist and include the listed countries (regions) listed.

98
Q

What is Pricing Calculator

A

The Azure pricing calculator is a free web-based tool that allows you to input Azure services and modify properties and options of the services. It outputs the costs per service and total cost for the full estimate.

99
Q

Total Cost of Ownership (TCO) Calculator

A

If you are starting to migrate to the cloud, a useful tool you can use to predict your cost savings is the Total Cost of Ownership (TCO) calculator. TCO helps you estimate cost savings realized by migrating to Azure.

100
Q

Best Practices for Minimizing Azure Costs

A
  • Spending Limits: Spending limit in Azure exists to prevent spending over your credit amount. All new customers who sign up for the trial or offers that includes credits over multiple months have the spending limit turned on by default. The spending limit is $0. It can’t be changed. The spending limit isn’t available for subscription types such as Pay-As-You-Go subscriptions and commitment plans. - Quotas: Microsoft Azure Limits - Tags: You can use tags to group your billing data. For example, if you’re running multiple VMs for different organizations, use the tags to group usage by cost center. You can also use tags to categorize costs by runtime environment, such as the billing usage for VMs running in the production environment. When exporting billing data or accessing it through billing APIs, tags are included in that data and can be used to further slice your data from a cost perspective. Reserved Instances - Reserved instances are purchased in one-year or three-year terms, with payment required for the full term up front. After it’s purchased, Microsoft matches up the reservation to running instances and decrements the hours from your reservation. Reservations can be purchased through the Azure portal. And because reserved instances are a compute discount, they are available for both Windows and Linux VMs.
101
Q

Azure Cost Management

A

Azure Cost Management is another free, built-in Azure tool that can be used to gain greater insights into where your cloud money is going. You can see historical breakdowns of what services you are spending your money on and how it is tracking against budgets that you have set. You can set budgets, schedule reports, and analyze your cost areas.

102
Q

Support Plans Offered

A
  • Developer - Standard - ProfessionalDirect - Premier
103
Q

Available Support Channels outside of Support Plan Channels

A
  • Azure Knowledge Center - Microsoft Developer Network (MSDN) Forums - Stack Overflow - Server Fault - Azure Feedback Forums - Twitter
104
Q

How to Open a Support Ticket

A

Azure Portal > Help + Support > New Support Request

105
Q

Knowledge Center

A

The Azure Knowledge Center is a searchable database that contains answers to common support questions, from a community of Azure experts, developers, customers, and users. You can browse through all responses within the Azure Knowledge Center. Find specific solutions by entering keyword search terms into the text-entry field and further refine your search results by selecting products or tags from the lists provided by two dropdown lists.

106
Q

Service Level Agreement (SLA)

A

Formal documents called Service-Level Agreements (SLAs) capture the specific terms that define the performance standards that apply to Azure. -SLAs describe Microsoft’s commitment to providing - Azure customers with specific performance standards. - There are SLAs for individual Azure products and services. - SLAs also specify what happens if a service or product fails to perform to a governing SLA’s specification. Note: Azure does not provide SLAs for most services under the Free or Shared tiers

107
Q

Determine SLA for a particular Azure product or service

A

There are three key characteristics of SLAs for Azure products and services: 1. Performance Targets 2. Uptime and Connectivity Guarantees 3. Service credits (percentage of the applicable monthly service fees credited to you if a service fails to meet uptime guarantee)

108
Q

What is Private Preview

A

This means that an Azure feature is available to * specific* Azure customers for evaluation purposes. This is typically by invite only and issued directly by the product team responsible for the feature or service.

109
Q

What is Public Preview

A

This means that an Azure feature is available to all Azure customers for evaluation purposes. These previews can be turned on through the preview features page as detailed below.

110
Q

How to Access Preview Features

A

You can activate specific preview features through the preview features page (https://azure.microsoft.com/en-gb/services/preview/). This page lists the preview features that are available for evaluation. To preview a feature, select the Try it button for the relevant feature. Another preview area you can try is the next version of the Azure portal. Use the URL https://preview.portal.azure.com

111
Q

What is General Availability (GA)

A

Once a feature has been evaluated and tested successfully, it might be released to customers as part of Azure’s default product set. This release is referred to as General Availability (GA).

112
Q

Monitor Feature Updates

A

The Azure portal “What’s New” link on the ? help menu provides a list of recent updates you can periodically check to see what’s changed in Azure. Alternatively, you can use the Azure Updates page (https://azure.microsoft.com/updates/).