Core Azure Services Flashcards
What is Azure Advisor
Analyzes your resource configuration and usage telemetry
Recommends solutions to help improve the cost effectiveness, performance, security, and availability of your resources
What are Azure Storage Tables?
Auto-scaling No-SQL storage, based on key/value pairs
What is an Azure Load Balancer?
Enables you to load-balance incoming internet traffic or internal traffic to your VMs
What is an Internet of Things (IoT)?
Made up of one or more IoT devices and one or more back-end services running in the cloud that communicate with each other
What is the Azure CLI?
Command line experience for managing Azure resources.
You can install it on macOS, Linux, and Windows and run it from the command line.
What are Resource Groups?
- Containers of related Azure services grouped together
- Resources should share same lifecycle
- Free
What is the Azure Machine Learning Studio?
Collaborative, drag-and-drop visual workspace where you can build, test, and deploy machine learning solutions without the need to write code.
What is an Azure VM Scale Set?
Auto-scaling pool of IaaS VMs
What is Azure App Service?
On-demand auto-scaling web/mobile/API app hosting
What are Azure Storage Files?
Fully managed file shares in the cloud that are accessible via the industry-standard Server Message Block (SMB) protocol. Mount file shares concurrently in the cloud or on-premises on Windows, Linux, and macOS.
What is Azure Function?
Event-driven, serverless compute resources
What is Azure Data Lake?
On-demand analytics job service.
Easily develop and run massively parallel data transformation and processing over petabytes of data.
What are Azure Regions?
Groups of multiple Azure Data Centers in a geographic space
What is Azure IoT Central?
Fully managed SaaS solution.
Easily connect, monitor, and manage your IoT devices/assets at scale.
What is Azure Powershell?
Set of PowerShell cmdlets for managing Azure resources.
Uses .NET standard, making it available for Windows, macOS, and Linux.