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.
What is Azure PowerShell?
Azure PowerShell is a shell with which developers and DevOps and IT professionals can execute commands called cmdlets. These commands call the Azure Rest API to perform every possible management task in Azure. Cmdlets can be executed independently or combined into a script file and executed together to orchestrate
- the route setup, teardown, and maintenance of a single resource or multiple connected resources
- deployment of an entire infrastructure, which might contain dozens or hundreds of resources from imperative code
What operating systems is Azure PowerShell available for?
Windows, Linux, and Mac.
How can you access Azure PowerShell?
You can access it in a web browser via Azure Cloud Shell.
What is Azure CLI?
The Azure CLI command-line interface is an executable program with which a developer, DevOps professional, or IT professional can execute commands in Bash. The command call the Azure Rest API to perform every possible management task in Azure.
What are ARM templates?
Using the resource manager templates you can describe the resources you want to use in a declarative JSON format. The benefits is that the entire ARM template is verified before any code is executed to ensure that the resources will be created and connected correctly.
Templates can even execute PowerShell and Bash scripts before or after the resource has been set up.
What is Azure Advisor?
Evaluates your Azure resources and makes recommendations to help improve reliability, security and performance, achieve operational excellence and reduce costs. Advisor is designed to help you save time on cloud optimization. The recommendation service includes suggested actions you can take right away, postpone or dismiss.
What are the five recommendation categories on the Azure Advisor dashboard?
Reliability Security Performance cost Operational Excellence
What is Azure Monitor?
Is a platform for collecting, analyzing, visualizing, and potentially taking action based on the metric and logging data from your entire Azure and on-premise environment.
What is Azure Application Insights?
A service for sending telemetry information from application source code to Azure, uses Azure Monitor under the hood.