Microsoft learn course Flashcards
(129 cards)
What is Azure Portal?
Web based, unified console provides alternative to command line tools. Through it you access the GUI.
Present in every data center.
Updates continuously, requires no maintenance downtime.
What are the 10 main categories of azure services?
Compute (VM, apps) Networking (connect VPN, load balance. Link computing resources, provide app access, firewall, WAN, netwrk monitor) Storage Mobile (Build apps for mobile) Databases Web (web apps, api) IOT Big data (open source cluster tech) AI DevOps (automates software deployment)
What are the 4 main types of storage in Azure?
Blob storage: storage for large objects (video files, bitmaps)
File storage: File shares can be accessed & managed like a file server
Queue Storage: Data store for queuing & reliably delivering messages between apps
Table storage: stores non-relational structured data (no SQL) in cloud, providing key/attribute store with schemaless design.
What is the Azure IoT hub?
Acts as message hub between IoT device & device that manages it.
Managed service.
- connects IoT devices
What is Azure IoT central?
Adds dashboard allowing connection, monitoring, and managing IoT.
Prebuilt.
Device templates.
What is Azure Sphere?
Creates end to end highly secure IoT solution.
3 Parts:
- MCU (processes the OS & signals from attached sensors)
- Customized Linux OS (Handles communication w/ security service & can run vendors software)
- Azure Sphere Security Server (AS3) (Makes sure device hasn’t been maliciously compromised)
When would you choose Azure IoT Sphere for?
- Security is a priority
- Customer wants a dashboard
- Customer is connecting IoT devices
When would you choose Azure IoT central?
- Security isn’t a priority
- Customer wants a dashboard
- Customer is ok with a prebuilt dashboard
- Customer is connecting IoT devices
When would you choose Azure IoT hub?
- Security is not critical
- Customer does not want a dashboard
- Customer wants to connect IoT devices
What is a web API?
Accessible from servers that accept requests via HTTP
What is a web API endpoint?
Location of code library
What is a Azure Machine Learning?
Used for making predictions.
Connect data to train & test models to accurately predict a future result.
Experiment and then deploy and use model in real time VIA web API endpoint.
When would you choose Azure Machine Learning?
Data scientists need complete control over design & training of algorithm using your own data
What are Azure cognitive services?
Provides prebuilt machine learning models that enable apps to see, hear, speak, understand & even begin to reason. Pretrained models. Divided into the following categories: - Language services - Speech services - Vision services - Decision services
When would you choose Azure Cognitive Services?
You need to:
Analyze text for emotional sentiment
Analyze images to recognize objects/faces
Make personalized recommendations for users
Moderate content
Detect data abnormalities
What is Azure Bot Service & Framework?
Creates virtual agents (bots) that understand and respond to questions. Bots intelligently communicate w/ humans using other Azure services to understand what Azure counterparts are asking for.
When would you use Azure Bot Service & Framework?
For simple, repetitive tasks.
Customer service bots
What is serverless computing?
Normally for back end scenarios.
A server is still used, but it is obscured from the user.
The user only pays for the service they use.
What are Azure Functions?
You can host a single method or function by using a programmable language in the cloud that runs in response to an event.
Scales automatically, only charges when used.
Stateless.
Durable Functions chain function together.
What are Azure Logic Apps?
Low or no code platform to automate and orchestrate tasks.
Build app by linking triggers to actions w/ connectors.
What is the difference between Azure Functions and Azure Logic Apps?
Azure Functions = Serverless compute service
Azure Logic Apps = Serverless orchestration service
What are Azure DevOps Services?
Suite of services addressing every stage of the software development lifecycle
What is Azure Repos (Azure DevOps)?
Centralized source code repository where software developers, DevOps engineering & documentation professionals can publish code for review and collaboration.
What is Azure Board (Azure DevOps)?
Project management suite for working items and issues