Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The OMS Solutions Bakery – or how to build a custom OMS solution in less than 60 minutes by Marcel Zehner

The OMS Solutions Bakery – or how to build a custom OMS solution in less than 60 minutes by Marcel Zehner

In this session, Microsoft MVP and RD Marcel Zehner demonstrates how to build a brand new custom solution for the Microsoft Operations Management Suite. Marcel will cover the process from A to Z: starting with collecting data from a source, aggregating and visualizing the data, configuring alerts for immediate notification and remediation and finally forwarding data to Power BI for creating nice and shiny reports. For the big finale, all components will be baked into a delicious solution that can be easily deployed to any OMS workspace on the planet – enjoy!

Marcel is the CTO of itnetX AG, a Swiss Microsoft Elite-Partner with a focus on Cloud, Datacenter and Workplace solutions based on Microsoft technologies. He engages in community activities around the world in his roles as a Microsoft Regional Director (RD) and Microsoft Most Valuable Professional (MVP).

Azure Zurich User Group

April 22, 2017
Tweet

More Decks by Azure Zurich User Group

Other Decks in Technology

Transcript

  1. ▪ ▪ ▪ ▪ ▪ $Incidents = @" [{ "Title":

    "Server 2 has a physical disk failure", "Escalated": true, “Classification”: ”Server Hardware”, "AffectedUser": "Jack Jones“ }, { "Title": "Cannot print from desktop", "Escalated": false, “Classification”: ”Printing”, "AffectedUser": “Jeff Besson” }, { "Title": "Cannot print from desktop", "Escalated": false, “Classification”: ” not set”, "AffectedUser": "Megan Masterson" }]
  2. ▪ Use versioning and source control ▪ Visual Studio Online

    ▪ TFS ▪ Git ▪ Etc. ▪ Test your collection script inside out ▪ Include error handling ▪ Check if the ingested data is correct
  3. ▪ ▪ ▪ Use appropriate tool to create JSON file

    ▪ Visual Studio with Azure SDK ▪ Visual Studio Code ▪ Etc. ▪ Use Azure quick start templates on Github to start your journey