Module 2: Core Azure Services Flashcards

1
Q

What is a geographical area on the planet containing at least one, but potentially multiple datacenters that are in close proximity and networked together with a low-latency network?

A

Region

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

What are some examples of a region?

A

West US, Canada Central, West Europe, Australia East, and Japan West

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

Name some characteristics of a region.

A
  • Regions provide customers the flexibility and scale needed to bring applications closer to their users.
  • Regions preserve data residency and offer comprehensive compliance and resiliency options for customers.
  • Some services or virtual machine features are only available in certain regions, such as specific virtual machine sizes or storage types.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some characteristics of a region pair?

A
  • Physical isolation. When possible, Azure prefers at least 300 miles of separation between datacenters in a regional pair, although this isn’t practical or possible in all geographies. Physical datacenter separation reduces the likelihood of natural disasters, civil unrest, power outages, or physical network outages affecting both regions at once.
  • Platform-provided replication. Some services such as Geo-Redundant Storage provide automatic replication to the paired region.
  • Region recovery order. In the event of a broad outage, recovery of one region is prioritized out of every pair. Applications that are deployed across paired regions are guaranteed to have one of the regions recovered with priority.
  • Sequential updates. Planned Azure system updates are rolled out to paired regions sequentially (not at the same time) to minimize downtime, the effect of bugs, and logical failures in the rare event of a bad update.
  • Data residency. A region resides within the same geography as its pair (except for Brazil South) to meet data residency requirements for tax and law enforcement jurisdiction purposes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a discrete market typically containing two or more regions that preserves data residency and compliance boundaries?

A

Geography

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

What are some characteristics of a geography?

A
  • Geographies allow customers with specific data-residency and compliance needs to keep their data and applications close.
  • Geographies ensure that data residency, sovereignty, compliance, and resiliency requirements are honored within geographical boundaries.
  • Geographies are fault-tolerant to withstand complete region failure through their connection to dedicated high-capacity networking infrastructure.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Geographies are broken up into what locations?

A

Americas, Europe, Asia Pacific, Middle East and Africa.

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

Describe some availability options.

A
  • A single virtual machine with premium storage has an SLA of 99.9%. You can quickly migrate existing virtual machines to Azure through “lift and shift”. Lift and shift is a no-code option where each application is migrated as-is providing the benefits of the cloud without the risks or costs of making code changes.
  • By placing virtual machines in an availability set you protect against datacenter failures and increases the SLA to 99.95%.
  • Adding virtual machines to availability zones protects from entire datacenter failures and increases the SLA to 99.99%. This is highest level of protection that is provided.
  • For multi-region disaster recovery region pairs protects and provides data residency boundaries.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is one way for you to ensure your application remains online if a high-impact maintenance event is required, or a hardware a failure occurs?

A

Availability Sets

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

When a maintenance event occurs (such as a performance update or critical security patch applied to the host), the update is sequenced through what?

A

Update domains

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

What are fault domains?

A

Fault domains provide for the physical separation of your workload across different hardware in the datacenter. This includes power, cooling, and network hardware that supports the physical servers located in server racks. In the event the hardware that supports a server rack becomes unavailable, only that rack of servers would be affected by the outage.

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

Physically separate locations within an Azure region that use availability sets to provide additional fault tolerance. are called what?

A

Availability zones

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

What are some availability zone features?

A
  • Each availability zone is an isolation boundary containing one or more datacenters equipped with independent power, cooling, and networking.
  • If one availability zone goes down, the other continues working.
  • The availability zones are typically connected to each other through very fast, private fiber-optic networks.
  • Availability zones allow customers to run mission-critical applications with high availability and low-latency replication.
  • Availability zones are offered as a service within Azure, and to ensure resiliency, there’s a minimum of three separate zones in all enabled regions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a resource group?

A

A resource group is a unit of management for your resources in Azure. You can think of your resource group as a container that allows you to aggregate and manage all the resources required for your application in a single manageable unit.

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

True or False: When you delete a resource group you delete all the resources contained within it.

A

True.

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

What are some consideration when managing resource groups?

A
  • Each resource must exist in one, and only one, resource group.
  • A resource group can contain resources that reside in different regions.
  • You decide how you want to allocate resources to resource groups based on what makes the most sense for your organization.
  • You can add or remove a resource to a resource group at any time.
  • You can move a resource from one resource group to another.
  • Resources for an application do not need to exist in the same resource group. However, it is recommended that you keep them in the same resource group for ease of management.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the Azure Resource Manager

A

Azure Resource Manager is a management layer in which resource groups and all the resources within it are created, configured, managed, and deleted. It provides a consistent management layer which allows you automate the deployment and configuration of resources using different automation and scripting tools, such as Microsoft Azure PowerShell, Azure Command-Line Interface (Azure CLI), Azure portal, REST API, and client SDKs.

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

Name some things you can do with the Resource Manager.

A
  • Deploy Application resources. Update, manage, and delete all the resources for your solution in a single, coordinated operation
  • Organize resources. Manage your infrastructure through declarative templates rather than scripts.
  • Control access and resources. You can control who in your organization can perform actions on the resources.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is Azure compute?

A

Azure compute is an on-demand computing service for running cloud-based applications. It provides computing resources such as disks, processors, memory, networking and operating systems.

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

What are two of the most common compute services in Azure?

A

Virtual machines and containers.

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

What are Virtual Machines (VMs)?

A

Virtual machines, (VMs), are software emulations of physical computers. They include a virtual processor, memory, storage, and networking resources. They host an operating system, and you’re able to install and run software just like a physical computer.

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

What are Virtual machine scale sets?

A

Virtual machine scale sets are an Azure compute resource that you can use to deploy and manage a set of identical VMs. With all VMs configured the same, VM scale sets are designed to support true auto-scale—no pre-provisioning of VMs is required—and as such makes it easier to build large-scale services targeting big compute, big data, and containerized workloads

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

What can you do with App services?

A

With App services, you can quickly build, deploy, and scale enterprise-grade web, mobile, and API apps running on any platform. You can meet rigorous performance, scalability, security and compliance requirements while using a fully managed platform to perform infrastructure maintenance. App Services is a platform as a service (PaaS) offering.

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

What can you do with Azure Functions?

A

Azure Functions are ideal when you’re concerned only about the code running your service and not the underlying platform or infrastructure. They’re commonly used when you need to perform work in response to an event (often via a REST request), timer, or message from another Azure service, and when that work can be completed quickly, within seconds or less.

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

What are containers?

A

Containers are a virtualization environment.

  • Containers reference the operating system of the host environment that runs the container.
  • Unlike virtual machines you do not manage the operating system.
  • Containers are lightweight and are designed to be created, scaled out, and stopped dynamically.
  • Containers allows you to respond to changes on demand and quickly restart in case of a crash or hardware interruption.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

What are the two ways to manage both Docker and Microsoft-based containers in Azure?

A
  • Azure Container Instances offers the fastest and simplest way to run a container in Azure without having to manage any virtual machines or adopt any additional services. It is a PaaS offering that allows you to upload your containers, which it will run for you.
  • Azure Kubernetes Service (AKS) is a complete orchestration service for containers with distributed architectures and large volumes of containers. Orchestration is the task of automating and managing a large number of containers and how they interact.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What is Azure Networking?

A

Azure Networking allows you to connect cloud and on-premises infrastructure and services to provide your customers and users the best possible experience.

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

What is Azure Virtual Network?

A

Azure Virtual Network enables many types of Azure resources such as Azure VMs to securely communicate with each other, the internet, and on-premises networks. A virtual network is scoped to a single region; however, multiple virtual networks from different regions can be connected using virtual network peering. With Azure Virtual Network you can provide isolation, segmentation, communication with on-premises and cloud resources, routing and filtering of network traffic.

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

What is Azure Load Balancer?

A

Azure Load Balancer can provide scale for your applications and create high availability for your services. Load Balancer supports inbound and outbound scenarios, provides low latency and high throughput, and scales up to millions of flows for all Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) applications. You can use Load Balancer with incoming internet traffic, internal traffic across Azure services, port forwarding for specific traffic, or outbound connectivity for VMs in your virtual network.

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

What is VPN Gateway?

A

A VPN gateway is a specific type of virtual network gateway that is used to send encrypted traffic between an Azure Virtual Network and an on-premises location over the public internet. It provides a more secure connection from on-premises to Azure over the internet.

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

What is Azure Application Gateway?

A

Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications. It is the connection through which users connect to your application. With Application Gateway you can route traffic based on source IP address and port to a destination IP address and port. You also can help protect a web application with a web application firewall, redirection, session affinity to keep a user on the same server, and many more configuration options.

32
Q

What is Content Delivery Network?

A

A Content Delivery Network (CDN) is a distributed network of servers that can efficiently deliver web content to users. It is a way to get content to users in their local region to minimize latency. CDN can be hosted in Azure or any other location. You can cache content at strategically placed physical nodes across the world and provide better performance to end users. Typical usage scenarios include web applications containing multimedia content, a product launch event in a region, or any event where you expect a high bandwidth requirement in a region.

33
Q

What are the three Azure data categories?

A

Structured, semi-structured, and unstructured.

34
Q

Describe structured data.

A
  • Structured data is data that adheres to a schema, so all the data has the same fields or properties.
  • Structured data can be stored in a database table with rows and columns.
  • Structured data relies on keys to indicate how one row in a table relates to data in another row of another table.
  • Structured data is also known as relational data. The data’s schema defines the table of data, the fields in the table, and the clear relationship between the two.
  • Structured data is easy to enter, query, and analyze because all the data follows the same format.
  • Examples of structured data include sensor data or financial data.
35
Q

Describe semi-structured data.

A
  • Semi-structured data is less organized than structured data.
  • Semi-structured data is not stored in a relational format, meaning the fields do not neatly fit into tables, rows, and columns.
  • Semi-structured data contains tags that make the organization and hierarchy of the data apparent.
  • Semi-structured data is also known as non-relational or NoSQL data.
  • Examples of semi-structured data include books, blogs, and HTML documents.
36
Q

Describe unstructured data.

A
  • Unstructured data has no designated structure.
  • Unstructured data can hold any kind of data.
  • Unstructured data is becoming more prominent as businesses try to tap into new data sources.
  • Examples of unstructured data include a PDF document, a JPG image, a JSON file, and video content.
37
Q

What is Azure Storage?

A

Azure Storage is a service that you can use to store files, messages, tables, and other types of information. Azure Storage is also used by IaaS virtual machines, and PaaS cloud services. Some of the most common storage service types in Azure are disks, files, objects, queues, and tables.

38
Q

What is Disk Storage?

A

Disk storage provides disks for virtual machines, applications, and other services to access and use as they need, similar to how they would in on-premises scenarios. Disk storage allows data to be persistently stored and accessed from an attached virtual hard disk. The disks can be managed or unmanaged by Azure, and therefore managed and configured by the user. Typical scenarios for using disk storage are if you want to lift and shift applications that read and write data to persistent disks, or if you are storing data that is not required to be accessed from outside the virtual machine to which the disk is attached.

39
Q

What is Blob Storage?

A

Azure Blob storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data. Blob storage is ideal for: Serving images or documents directly to a browser. Storing files for distributed access. Streaming video and audio. Storing data for backup and restore, disaster recovery, and archiving. Storing data for analysis by an on-premises or Azure-hosted service.

40
Q

What are Azure Files?

A

Azure Files enables you to set up highly available network file shares that can be accessed by using the standard Server Message Block (SMB) protocol. That means that multiple VMs can share the same files with both read and write access. You can also read the files using the REST interface or the storage client libraries. One thing that distinguishes Azure Files from files on a corporate file share is that you can access the files from anywhere in the world using a URL that points to the file and includes a shared access signature (SAS) token. You can generate SAS tokens; they allow specific access to a private asset for a specific amount of time.

41
Q

What are some common scenarios for File shares?

A

Many on-premises applications use file shares. This feature makes it easier to migrate those applications that share data to Azure. If you mount the file share to the same drive letter that the on-premises application uses, the part of your application that accesses the file share should work with minimal, if any, changes. Configuration files can be stored on a file share and accessed from multiple VMs. Tools and utilities used by multiple developers in a group can be stored on a file share, ensuring that everybody can find them, and that they use the same version. Diagnostic logs, metrics, and crash dumps are just three examples of data that can be written to a file share and processed or analyzed later.

42
Q

What is Azure Queue?

A

The Azure Queue service is used to store and retrieve messages. Queue messages can be up to 64 KB in size, and a queue can contain millions of messages. Queues are generally used to store lists of messages to be processed asynchronously.

43
Q

What is use case scenario for Azure Queue?

A

Say you want your customers to be able to upload pictures, and you want to create thumbnails for each picture. You could have your customer wait for you to create the thumbnails while uploading the pictures. An alternative would be to use a queue. When the customer finishes their upload, write a message to the queue. Then have an Azure Function retrieve the message from the queue and create the thumbnails. Each of the parts of this processing can be scaled separately, giving you more control when tuning it for your usage.

44
Q

What are Azure Tables?

A

Azure Table storage stores large amounts of structured data. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. Azure tables are ideal for storing structured, non-relational data. Common uses of Table storage include: Storing TBs of structured data capable of serving web scale applications. Storing datasets that don’t require complex joins, foreign keys, or stored procedures and can be denormalized for fast access. Quickly querying data using a clustered index.

45
Q

What are Azure database services?

A

Azure database services are fully managed PaaS database services that free up valuable time you’d otherwise spend managing your database.

46
Q

What is Azure Cosmos DB?

A

Microsoft Azure Cosmos DB is a globally distributed database service that enables you to elastically and independently scale throughput and storage across any number of Azure’s geographic regions. It supports schema-less data that lets you build highly responsive and Always On applications to support constantly changing data. You can use Cosmos DB to store data that is updated and maintained by users around the world. It makes it easy to build scalable, highly responsive applications at global scale.

47
Q

What is Azure SQL Database?

A

Azure SQL Database is a relational database as a service (DaaS) based on the latest stable version of Microsoft SQL Server database engine. SQL Database is a high-performance, reliable, fully managed and secure database that you can use to build data-driven applications and websites in the programming language of your choice without needing to manage infrastructure.

48
Q

What is Azure Database Migration?

A

The Azure Database Migration Service is a fully managed service designed to enable seamless migrations from multiple database sources to Azure data platforms with minimal downtime (online migrations). The service uses the Microsoft Data Migration Assistant to generate assessment reports that provide recommendations to help guide you through required changes prior to performing a migration. Once you assess and perform any remediation required, you’re ready to begin the migration process. The Azure Database Migration Service performs all of the required steps.

49
Q

What is Azure Marketplace?

A

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. Azure Marketplace allows customers—mostly IT professionals and cloud developers—to find, try, purchase, and provision applications and services from hundreds of leading service providers, all certified to run on Azure.

50
Q

What is the Internet of Things (IoT)?

A

he Internet of Things (IoT) is the ability for devices to garner and then relay information for data analysis. There are many services that can assist and drive end-to-end solutions for IoT on Azure. Two of the core Azure IoT service types are Azure IoT Central, and Azure IoT Hub.

51
Q

What is IoT Central?

A

IoT Central is 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. No cloud expertise is required to use IoT Central. As a result, you can bring your connected products to market faster while staying focused on your customers.

52
Q

What is Azure IoT Hub?

A

Azure IoT Hub is a managed service hosted in the cloud that acts as a central message hub for bi-directional communication between your IoT application and the devices it manages. You can use Azure IoT Hub to build IoT solutions with reliable and secure communications between millions of IoT devices and a cloud-hosted solution backend. You can connect virtually any device to your IoT Hub.

53
Q

What is Big Data?

A

Large volumes of data. Data from weather systems, communications systems, imaging platforms, and many other scenarios generate large amounts of data. This amount of data becomes increasingly hard to make sense of and make decisions around. The volumes are so large that traditional forms of processing and analysis are no longer appropriate.

54
Q

What is Azure SQL Data Warehouse?

A

Azure SQL Data Warehouse is a cloud-based Enterprise Data Warehouse (EDW) that leverages MPP to run complex queries quickly across petabytes of data.

55
Q

What is Azure HDInsight?

A

Azure HDInsight is a fully managed, open-source analytics service for enterprises. It is a cloud service that makes it easier, faster, and more cost-effective to process massive amounts of data.

56
Q

What is Azure Data Lake Analytics?

A

Azure Data Lake Analytics is an on-demand analytics job service that simplifies big data. Instead of deploying, configuring, and tuning hardware, you write queries to transform your data and extract valuable insights.

57
Q

What is Artificial Intelligence?

A

Artificial Intelligence, in the context of cloud computing, is based around a broad range of services, the core of which is Machine Learning. Machine Learning is a data science technique that allows computers to use existing data to forecast future behaviors, outcomes, and trends.

58
Q

What is Azure Machine Learning Service?

A

The Azure Machine Learning service provides a cloud-based environment you can use to develop, train, test, deploy, manage, and track machine learning models. It fully supports open-source technologies, so you can use tens of thousands of open-source Python packages with machine learning components such as TensorFlow and scikit-learn. Rich tools, such as Jupyter notebooks or the Visual Studio Code Tools for AI, make it easy to interactively explore data, transform it, and then develop, and test models. Azure Machine Learning service also includes features that automate model generation and tuning to help you create models with ease, efficiency, and accuracy.

59
Q

What is Azure Machine Learning Studio?

A

Azure Machine Learning Studio is a collaborative, drag-and-drop visual workspace where you can build, test, and deploy machine learning solutions without needing to write code. It uses pre-built and pre-configured machine learning algorithms and data-handling modules.

60
Q

What is Serverless Computing?

A

Serverless computing is a cloud-hosted execution environment that runs your code but abstracts the underlying hosting environment. You create an instance of the service and you add your code. No infrastructure configuration or maintenance is required, or even allowed.

61
Q

What are Azure Functions?

A

Azure Functions are ideal when you’re only concerned with the code running your service and not the underlying platform or infrastructure. Azure Functions are commonly used when you need to perform work in response to an event—often via a REST request, timer, or message from another Azure service—and when that work can be completed quickly, within seconds or less.

62
Q

What are Azure Logic Apps?

A

Logic Apps is a cloud service that helps you automate and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations. Logic Apps simplifies how you design and build scalable solutions—whether in the cloud, on premises, or both—for app integration, data integration, system integration, enterprise application integration (EAI), and business-to-business (B2B) integration.

63
Q

What is the Azure Event Grid?

A

Event Grid 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. Event Grid has built-in support for events coming from Azure services, such as storage blobs and resource groups. You can use Event Grid to support your own non-Azure-based events in near-real time, using custom topics. You can use filters to route specific events to different endpoints, and ensure your events are reliably delivered.

64
Q

What is DevOps?

A

DevOps (Deployment and Operations) brings together people, processes, and technology, automating software delivery to provide continuous value to your users. Azure DevOps Services allows you to create, build, and release pipelines that provide continuous integration, delivery, and deployment for your applications.

65
Q

What is Azure DevOps Services?

A

DevOps Services provides development collaboration tools including high-performance pipelines, free private Git repositories, configurable Kanban boards, and extensive automated and cloud-based load testing. DevOps Services was formerly known as Visual Studio Team Services (VSTS).

66
Q

What is Azure Lab Services?

A

Lab Services is a service that helps developers and testers quickly create environments in Azure, while minimizing waste and controlling cost. Users can test their latest application versions by quickly provisioning Windows and Linux environments using reusable templates and artifacts.

67
Q

What is Azure App Service?

A

With Azure App Service you can quickly and easily build web and mobile apps for any platform or device. Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure.

68
Q

What are some features of Azure App Service?

A

Multiple languages and frameworks. App Service has first-class support for ASP.NET, ASP.NET Core, Java, Ruby, Node.js, PHP, or Python. You can also run PowerShell and other scripts or executables as background services. DevOps optimization. Set up continuous integration and deployment with Azure DevOps, GitHub, BitBucket, Docker Hub, or Azure Container Registry. Promote updates through test and staging environments. Manage your apps in App Service by using Azure PowerShell or the cross-platform command-line interface (CLI). Global scale with high availability. Scale up or out manually or automatically. Host your apps anywhere in Microsoft’s global datacenter infrastructure, and the App Service SLA promises high availability. Connections to SaaS platforms and on-premises data. Choose from more than 50 connectors for enterprise systems (such as SAP), SaaS services (such as Salesforce), and internet services (such as Facebook). Access on-premises data using Hybrid Connections and Azure Virtual Networks. Security and compliance. App Service is ISO, SOC, and PCI compliant. Authenticate users with Azure Active Directory or with social login (Google, Facebook, Twitter, and Microsoft). Create IP address restrictions and manage service identities. Application templates. Choose from an extensive list of application templates in the Azure Marketplace, such as WordPress, Joomla, and Drupal. Visual Studio integration. Dedicated tools in Visual Studio streamline the work of creating, deploying, and debugging. API and mobile features. App Service provides turn-key CORS support for RESTful API scenarios, and simplifies mobile app scenarios by enabling authentication, offline data sync, push notifications, and more. Serverless code. Run a code snippet or script on-demand without having to explicitly provision or manage infrastructure, and pay only for the compute time your code actually uses.

69
Q

What is Azure Portal?

A

The Azure portal is a public website that you can access with any web browser. The dashboard view provides high-level details about your Azure environment. The portal does not provide any way to automate repetitive tasks.

70
Q

What is Azure 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. Azure PowerShell requires Windows PowerShell to function. PowerShell provides services such as the shell window and command parsing. Azure PowerShell then adds the Azure-specific commands.

71
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.

72
Q

What is Azure Cloud Shell?

A

Azure Cloud Shell is a browser-based scripting environment in your portal. It provides the flexibility of choosing the shell experience that best suits the way you work.

73
Q

What is Azure Mobile App?

A

The Microsoft Azure mobile app allows you to access, manage, and monitor all your Azure accounts and resources from your iOS or Android phone or tablet.

74
Q

What is Azure REST API?

A

Representational State Transfer (REST) APIs are service endpoints that support sets of HTTP operations (methods), which provide create, retrieve, update, or delete access to the service’s resources. A REST API defines a set of functions which developers can perform requests and receive responses via HTTP protocol such as GET and POST.

75
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.