Please enable JavaScript.
Coggle requires JavaScript to display documents.
Module 2 - Management Tools (Azure Management Tools (Azure Mobile App…
Module 2 - Management Tools
Azure Management Tools
Azure CLI
a cross-platform command-line program that connects to Azure and executes administrative commands on Azure resources
Azure REST API
service endpoints that support sets of HTTP operations (methods), which provide create, retrieve, update, or delete access to the service's resources
A REST API defines a set of functions which developers can perform requests and receive responses via HTTP protocol such as GET and POST
Azure Portal
You can identify a service you're looking for, get links for help on a topic, and deploy, manage, and delete resources. It also guides you through complex administrative tasks using wizards and tooltips.
does not provide any way to automate repetitive tasks
Azure PowerShell
a module that you add to Windows PowerShell or PowerShell Core that enables you to connect to your Azure subscription and manage resources
Azure PowerShell requires Windows PowerShell to function. PowerShell provides services such as the shell window and command parsing. Azure PowerShell then adds the Azure-specific commands.
Azure Cloud Shell
a browser-based scripting environment in your portal.
A storage account is required to use the cloud shell and you will be prompted to create one when accessing the Azure cloud shell.
Linux users can opt for a Bash experience, while Windows users can opt for PowerShell.
Azure Mobile App
Check the status and important metrics of your services
Stay informed with notifications and alerts about important health issues
Quickly diagnose and fix issues anytime, anywhere
Review the latest Azure alerts
Start, stop, and restart virtual machines or web apps
Connect to your virtual machines
Manage permissions with role-based access control (RBAC)
Use the Azure Cloud Shell to run saved scripts or perform ad hoc administrative tasks
Azure Advisor
free service built into Azure that provides recommendations on high availability, security, performance, and cost. Advisor analyzes your deployed services and looks for ways to improve your environment across those four areas.
Get recommendations with proposed actions inline
Improve the performance, security, and high availability of your resources as you identify opportunities to reduce your overall Azure costs.
Get proactive, actionable, and personalized best practices recommendations.