Table of contents
No headings in the article.
HOW DOES AZURE SERVICE HEALTH DIFFER FROM AZURE ADVISOR
Answer: What is Azure health service? Azure health service evaluate the impact of Azure service issues with personalized guidance and support notification and issue resolution updates.it provides a personalized view of the health of azure services and the regions been used and it involves
Communication regarding outage
Planned maintenance
other health advisories
What is Azure Advisor?
Answer:Advisor is a digital cloud assistant that helps you follow best practices to optimize your Azure deployments. It analyzes your resource configuration and usage telemetry and then recommends solutions that can help you improve the cost effectiveness, performance, reliability, and security of your Azure resources.
With Advisor, you can:
Get proactive, actionable, and personalized best practices recommendations.
Improve the performance, security, and reliability of your resources, as you identify opportunities to reduce your overall Azure spend.
Get recommendations with proposed actions inline.
You can access Advisor through the Azure portal. Sign in to the portal, locate Advisor on the navigation pane, or search for it on the All services menu.
-
WHAT ARE SOME BENEITS OF AZURE RESOURCE MANAGER TEMPLATE
Answer
Azure resource manager[ARM] template are javascript object notation[Json] files that can be used to create and deploy Azure without having to write programing commands.
Declarative syntax
Repeatable results
Orchestration
Modular files
Built in validation
Exportation code