Specific Azure Services Flashcards

1
Q

Azure Virtual Machines

A

Virtual Windows or Linux Server with ability to use “Lift and Shift” migration

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

Azure App Service

A

Host web and mobile apps without using a VM

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

Azure Container Instance

A

Host applications and it dependencies without a VM, but it does run from a VM

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

Azure Kubernetes Service

A

A container of multiple Azure Container Instances

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

Azure Functions

A

Executes an apps function, which only cost when the function is ran.

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

Azure Blog Storage

A

Object storage with no hierarchical structure, it has a flat structure, its typically used for unstructured data like images, videos and log files

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

Azure File Storage

A

Hierarchical structure, a typical file server

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

Azure Data Lake Storage

A

Hierarchical structure, Hadoop-compatible storage for use with data analytics apps

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

Azure SQL Database

A

Standard SQL database

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

Azure DB for Open Source

A

SQL such as MySQL

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

Azure Synapse Analytics

A

A database warehouse

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

Azure Cosmos DB

A

Microsofts main NoSQL Database offering, which can scale rapidly.

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

Azure Cache for Redis

A

Used to speed up apps by caching frequently used data

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

VNet

A

A virtual network, just like you may have a network on-prem. To host a VM, its required to be in a VNet

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

Subnets

A

Just like a physical network, you can split a VNet up into Subnets.

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

VNet Peering

A

VNet Peering allows you to connect two or more VNets together which allows them to communicate with each other.

17
Q

Azure VPN

A

Send encrypted data over the public internet

18
Q

Azure ExpressRoute

A

A dedicated high speed connection between your site and Azure datacenter.

19
Q

Azure Migrate

A

Discovers your on-prem servers, assesses them, and tell you if its ready fro migration, how big the VM will be, how much it will cost, and any dependencies that will need to be migrated.

20
Q

Azure Active Directory

A

Like on-prem AD for identity management.

21
Q

Azure Pipelines

A

Lets you create automated workflows to continuously build, test and deploy code.

22
Q

Azure DevTest Labs

A

Makes it easy to spin up none production environment.,

23
Q

Azure CDN (Content Delivery Network)

A

Speeds up applications, caches your most frequently used content and caches it around the world

24
Q

Azure IoT Central

A

Lets you create IoT applications without writing any code.

25
Q

Azure IoT Hub

A

More customizable of IoT central

26
Q

Azure IoT Sphere

A

Offers security for your IoT devices.

27
Q

Azure HDInsight

A

Supports open-source big data frameworks such as Hadoop, Spark, Hive and Storm

28
Q

Azure Databricks

A

More user friendly than HDInsight and runs Spark

29
Q

Azure Synapes Analytics

A

Combines Data Warehouse functionality with support for Spark.

30
Q

Azure Cognitive Services

A

A collection of pre-built AI tools, allows you to add AI even if you dont know anything about machine learning.

31
Q

Azure Bot Service

A

A tool to allow you to create a chat bot

32
Q

Azure Machine Learning Studio

A

Allows you to build and deploy machine learning models without knowing the code, using drag and drop interface.

33
Q

Azure Machine Learning Service

A

Used when you need to build your own machine learning model from scratch with code.

34
Q

Azure Logic Apps

A

A tool that can monitor when things have changed, for example, when a customer uploads a document to blob storage.

35
Q

Azure Event Grid

A

A tool that allows you to build a notification system when events happen, like an event in Logic Apps.