Describe core solutions and management tools on Azure (10-15%) Flashcards
____ ____ is a managed service that’s hosted in the cloud and that acts as a central message hub for bi-directional communication between your IoT application and the devices it manages.
Azure IoT hub
Which Azure IoT service allows for Command and Control of remote devices?
Azure IoT hub
____ ____ builds on top of IoT Hub by adding a dashboard that allows you to connect, monitor, and manage your IoT devices. The visual user interface (UI) makes it easy to quickly connect new devices and watch as they begin sending telemetry or error messages
Azure IoT Central
Which Azure IoT service allow you to use the UI to control your devices remotely. This feature allows you to push a software update or modify a property of the device
Azure IoT central
____ _____ creates an end-to-end, highly secure IoT solution for customers that encompasses everything from the hardware and operating system on the device to the secure method of sending messages from the device to the message hub.
Azure Sphere
What are the 3 parts of Azure Sphere?
Azure Sphere MicroController (MCU)
Linux Operating System
Azure Sphere Secure Service (AS3)
Which part of Azure Sphere
ensures the device hasn’t been tampered with
Authenticates to Azure using device certs
Pushes OS or customer approved updates
Azure Sphere Secure Service (AS3)
_____ _____ ______ is a platform for making predictions. It consists of tools and services that allow you to connect to data to train and test models to find one that will most accurately predict a future result. After you’ve run experiments to test the model, you can deploy and use it in real time via a web API endpoint
Azure Machine Learning
____ ____ _____ provides prebuilt machine learning models that enable applications to see, hear, speak, understand, and even begin to reason
Azure Cognitive Services
The Four categories of Azure Cognitive Services are Language, Speach, Vision, and _____
Decision
Which Azure Cognitive Service category converts speech into text and text into natural sounding language
Azure Speech
Which Azure Cognitive Service category allow apps to process natural language with prebuilt scripts, evaluate sentiment, and learn how to recognize what users want.
Language
____ ____ _____ are platforms for creating virtual agents that understand and reply to questions just like a human.
Azure Bot Service
Which Azure service
creates a virtual agent that can intelligently communicate with humans. Behind the scenes, the bot you build uses other Azure services, such as Azure Cognitive Services, to understand what their human counterparts are asking for.
Azure Bot Service
____ _____ _____ watches your users’ actions within an application and predicts their behavior and provide relevant experiences as it identifies usage patterns
Cognitive Services Personalizer
With Azure _____ you can host a single method or function by using a popular programming language in the cloud that runs in response to an event. An example of an event might be an HTTP request, a new message on a queue, or a message on a timer.
Functions
Functions can be written in many common programming languages, such as ___, Python, JavaScript, Typescript, Java, and _____.
C#
powershell
Azure Functions can use an extention called ____ functions, which allow developers to chain functions together while maintaining state
Durable
Azure serverless service
that is a low-code/no-code development platform hosted as a cloud service. The service helps you automate and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations
Logic App
Logic Apps pricing is based on the number of executions and the type of _____ that it utilizes
Connectors
____ ____ centralized source-code repository where software development, DevOps engineering, and documentation professionals can publish their code for review and collaboration
Azure Repos
____ ____ is an agile project management suite that includes Kanban boards, reporting, and tracking ideas and work from high-level epics to work items and issues.
Azure Boards
____ ____ is a CI/CD pipeline automation tool.
Azure Pipelines
_____ _____ is a repository for hosting artifacts, such as compiled source code, which can be fed into testing or deployment pipeline steps.
Azure Artifacts
_____ _____ _____ is an automated test tool that can be used in a CI/CD pipeline to ensure quality before a software release.
Azure Test Plans
____ organizations employ practices and processes that seek to automate the ongoing development, maintenance, and deployment of software systems. Their aim is to expedite the release of software changes, ensure the ongoing deployability of the system, and ensure that all changes meet a high quality bar.
Devops
Which Github tool
enables workflow automation with triggers for many lifecycle events. One such example would be automating a CI/CD toolchain
Github Actions
____ builds on top of Git to provide related services for coordinating work, reporting and discussing issues, providing documentation, and more.
Worlds most popular code repo for open source
Github
Github or Azure Devops?
is more focused on enterprise development, with heavier project-management and planning tools, and finer-grained access control.
Azure Devops
Github or Azure Devops?
a lighter-weight tool with a focus on individual developers contributing to the open-source code
Github
____ ____ ____ provides an automated means of managing the process of building, setting up, and tearing down virtual machines (VMs) that contain builds of your software projects.
Azure DevTest Labs