Part 3 Flashcards
Azure IoT Central
Very similar for IoT Hub, but a delivery platform for IoT
- SaaS
- Companies can use pre-built templates for their IoT devices without needing to know the code on it
- Built ontop of IoT Hub
IoT Hub
Takes data from IoT and gain analysis or insight into them
- PaaS
- Secure/scalable/reliable
Azure Sphere
Allows you to build secure IoT network
- Devices have a chip and then the Sphere connents to it making sure it has the latest patch
- made to build secure IoT solutions
Azure Synapse Analytics
Used to ingest -> trasnform -> store - Serve data
- Has data stored in Data Lake Storage Gen 2 that then
- Apache Spark/Synapse SQL takes, feeds it into a pipeline that Azure Synapse Studio manages
- PaaS
Big Data
large or complex to deal with
- velocity - how fast we are getting it
- volume - how large the data is
- variety - what type of data format it is
VVV
What does Apache Spark do
efficently take in large data sets and transform them into usable data
What does Synapse SQL do?
Process data
What is Synapse pipeline?
Data factory
Studio
Takes all the Synapse features and makes it a easy to use unified experience
Azure HDInsight
- PaaS
- Allows you to use many of the data transfer third party tools to manage data
- Open source analytic service
Azure Databricks
Like Azure HDInsight but uses Apache Spark solely for data analysit
- Provide unified noteboook for data transformation and collaborative analytics
- Based on Spark
- PaaS
- integrates very well with common Azure services
Azure Machine Learning
Used to train, package, validate, deploy, monitor, repeat
- Azure provides us with allowing us to do this and train our AI
- Feature of pipelines/auto ML
- PaaS
Serverless Computing
Hosting what you would typically run on your own server but in the cloud
Azure Functions
Allows users to make apps with small functions(code), package it and ship it
- Serverless coding platform
- Function as a Service (FaaS)
Azure Logic Apps
Used to build workflows
- condtions, loops, or triggers based on events
Azure Event Grid
Fully managed serverless event routing service
- scalable event routing service for integration and near-real time applications
DevOps
Combine Development and operations
What is the goal of DevOps?
Shorten the development life cycle by providing continous integration and delivery (CI/CD) while ensuring high quality of deliverables
Azure DevOps
Helps us create boards (shows us Development areas, testing areas, and finished products)
- show us repos and different versions of the product
- Create pipelines to automate builds
- Share artifacts
- test plans - extend with marketplace
Goal of Azure DevOps
Tools provided by Azure to make DevOps easier
Azure DevTest Labs
Gives users the ability to quickly create VMs to test things then destory it once its done
- Basically a sandbox to test out tools
- Admin can provide configuration settings
Azure Portal
Allows us to connect to Azure
- web-based interface
Azure PowerShell
Access Azure through the terminal for quick automation
- can be used in any OS that supports PowerShell
- more used for windows
Azure CLI
Azure Command Line Interface
- same as Azure PowerShell (might be prefered by Linux users)
Cloud Shell
A Shell/CLI on the web
- you can pick power shell or CLI, bash, etc…
- completely free