Describe core solutions and management tools on Azure Flashcards
What is Azure IoT Hub?
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. Allows for command and control, either manual or automated control of connected devices.
What is Azure IoT Central?
Builds on top of IoT Hub by adding a dashboard that allows you to connect, monitor, and manage your IoT devices.
What is Azure Sphere?
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.
What are the three parts of Azure Shere?
Azure Sphere micro-controller unit
Linux operating system
Azure Sphere Security Service.
What is Azure Machine learning?
Is a platform for making predictions. Connects to data to train and test models to find one that will most accurately predict a future result.
What is Azure Cognitive Services?
Provides prebuilt machine learning models that enable applications to see, hear, speak, understand, and even begin to reason. Good for language, speech, vision, and decisions.
What is Azure Bot Service?
Chat bot.
What serverless technology would be best if you need to perform an orchestration across well known APIs?
Azure Logic Apps. It was designed with orchestration in mind, from the web-based visual configurator to the pricing model.
What serverless technology would be best if you need to execute custom algorithms or perform specialized data parsing and data lookups?
Azure Functions. Use the full expressiveness of a programming language in a compact form.
What serverless technology would be best if you have existing automated tasks written in an imperative programming language?
if you already have your orchestration or business logical expressed in code, it might be easier to port your code into the body of an Azure Functions app than to re-create it by using Azure Logic Apps.
What tool would be best if you need to automate and manage test-lab creation?
Azure DevTest Labs.
What tool would you use if you are building open-source software?
GitHub. Is the preferred host for open-source software.
What is the best tool to manage the application development lifecycle?
DevOps
What is the best tool to contribute to open-source software?
Use GitHub
What is the Azure Mobile App and what can it do?
Is an iOS and Android app that gives you access to your Azure resources when you are away from your computer.
You can
Monitor the health and status of your Azure Resources
Check for alerts quickly diagnose and fix issues, and restart a web app or virtual machine VM.
Run the Azure CLI or Azure PowerShell commands to manage your Azure resources.