Technology Overview Flashcards

1
Q

What is Azure VM?

A

A Virtual Machine provided by Azure. You can choose either Windows or Linux. You can choose among different computing resources

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

Azure Container Services?

A

Containers as a service to run docker

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

Azure Kubernetes Services?

A

Easy to manage and scale several containers

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

Azure Service Fabric?

A

For managing, packaging and deploying microservices

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

Azure Functions?

A

Serverles, your code just runs and shut down. You only pay for the times your code runs

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

Azure Batch?

A

Jobs in paralel. Spot VMs gives you better price if you don’t care about your service being interrupted

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

Azure Blob Storage?

A
  • Serverless Storage
  • Unstrucutured files
  • Large files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Azure Disk Storage?

A
  • Encryption by default
  • Can choose between HDD and SSD
  • Attach Volume to VMs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Azure File Storage?

A
  • File server

- Can be shared among serveral VMs

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

Azure Queue Storage?

A
  • Messaging storage for integrating applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure Table Storage?

A
  • Wide-Column NoSQL database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Azure Databox?

A
  • Designed to move petabytes or terabytes of data

- Instead of transfering over a network is physically moved

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

Azure Archive Storage?

A
  • Cold Storage

- Might take longer but cheaper

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

Azure Data Lakse Storage?

A
  • Centralized repository to have data from many sources

- Supports structured or unstructured data

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

Azure Cosmos DB?

A

Microsoft database for NoSQL is supposed to have cool features and support big amounts of data

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

Azure SQL Database?

A

SQL Server with all the cool features, like auto scale, integral intelligence and robust security

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

Mysql/ PSQL/ MariaDB what features do they have in common in Azure?

A

Fully managed
Scalable
Secure
Highly Available

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

SQL Server on VMs?

A

Doesn’t have all cool features of Azure SQL Database but provides lift and shift (easy change from on premises)

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

Azure Synapse Analytics?

A

Data warehouse

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

Azure Database Migration Service?

A

Migrate your databases to cloud with no application changes

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

Azure Cache for Redis?

A

Is a cache storage for delivering frequently accessed data faster

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

Azure Notifications Hub?

A

Publish/Subscribe. Send push notifications from any backend to your Azure resources

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

Azure API Apps?

A

Easily expose your API endpoints

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

Azure Service Bus?

A

Is like Kafka but built by Microsoft

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Azure Stream Analytics?
Serverless real-time analytics
26
Azure Logic Apps?
Is like a way to trigger logical things within Azure resources like send emails in Office 365 when an file is uploaded. Drag and drop
27
Azure API Management?
Is like a proxy for your endpoints to add additional functionality
28
Azure Signal R service?
Provides real time messaging
29
Azure App Service?
Deploy java, node js, python applications without worrying about underlying infrastructure. Think of it like Heroku of Azure
30
Xamarin?
An app platform for building Android and iOS apps with .NET and C#.
31
Azure Boards?
Agile tools like Jira
32
Azure pipelines?
CI/CD compatible with github
33
Azure Repos?
Github
34
Azure Test Plans?
Manual and exploratory testing tool like Cypress
35
Azure Artifact?
Share maven and npm packages
36
Azure Dev-test labs?
Create dev test environments
37
Azure Resource Manager (ARM)?
Allows you to programatically create Azure resources with a JSON template
38
Azure QuickStart?
Pre made ARM templates created by partners or community
39
Azure Virtual Network?
Is an isolated network within the Azure Network where you can put your resources
40
Subnets?
logical groups within the Virtual Network
41
Azure Front Door
Scalable and secure entry point for fast delivery of your global applications
42
Azure Express Route
- Connection between On Premises and Azure | - 10mbps to 50 gb
43
Azure Connection
A vpn connection that ensures two azures networks
44
Virtual Network Gateway
A way of connecting to Azure from your on premises via VPN
45
Azure Traffic Manager
Distributes load at DNS level
46
Azure DNS
Allows you to host your domain names on Azure
47
Azure Load Balancer?
evenly distribute incoming network traffic at Transport Layer. Allows different availability zones. Allows Public or Private Load Balancer
48
Scale Sets?
Identical VMs and automatically scale based on metrics or schedule
49
IoT Central
Connect IoT devices to the cloud (SaaS)
50
IoT Hub
Connect IoT devices tot he cloud securely and at SCALE MILLIONS (PaaS)
51
IoT Edge
Azure solution for edge computing with IoT
52
Azure Synapse Analytics
run SQL queries to do reporting
53
HDInsight
open-source analytics software Kafka Hadoop
54
Azure Databricks
data analysis with Apache Spark
55
Data lake Analytics
holds raw data on large amounts until it's needed
56
Azure Machine Learning Service
Run ML/AI workloads with flexible pipelins. Python R, etc
57
Azure Web Portal
Manage Azure resources on chrome
58
Powershell
command line and scripting language for Azure
59
Azure Powershell
powershell for azure
60
Cloud Shell
browser accessible shell for managing Azure Resources. Use bash
61
Azure CLI
is an executable that you can install on your computer to interact with azure from your local terminal