TECHNOLOGY ARCHIVE

Azure

Explore blogs and other resources created by one of Quisitive's finest.

For additional questions regarding the content shared here, we encourage you to contact us.

Infographic: Top 5 Reasons to Migrate to the Cloud

By Quisitive | December 8, 2022

Understand why so many companies have made the move to the cloud with our infographic, Top 5 Reasons to Migrate to the Cloud.

Infographic: 5 Signs It’s Time to Modernize Your Apps

By Quisitive | September 16, 2022

Creating custom Azure alerts from Log Analytics: parsing the alert in Azure Automation

By Cameron Fuller | August 31, 2022

This blog post shows how to create a runbook that will take an existing Kusto generated alert and reformat it into a human readable format. This is done through leveraging Azure Monitor, alert rules, action groups, Azure Automation and PowerShell called through a webhook.

Spyglass® Closes Security Gaps for Architecture and Engineering Firm

By Quisitive | August 18, 2022

Quisitive’s security and compliance solution, Spyglass®, helped this architecture and engineering firm satisfy customer requests for security compliance assessments and surveys.

Ensure Security with an Integrated Environment

By Quisitive | August 12, 2022

An integrated security environment is much easier to manage.

Choose The App Platform That Is Best For You

By Quisitive | August 1, 2022

Download the Road to Modern Apps infographic

Chesterfield County Improves Regional Infrastructure Planning With Long-Term Forecasts

By Quisitive | July 22, 2022

Learn how Quisitive helped Chesterfield County develop a solution for long-term forecasting using Azure and Power BI, leading to a national award.

Creating custom Azure alerts from Log Analytics: the Kusto query

By Cameron Fuller | July 15, 2022

If you need custom formatted alerts, this is the best method we have found to date. In the next blog post we will showcase the updated Azure Automation runbook designed to receive and process the alert.

Disassembling the Azure alert format for metric and log-based alerts

By Cameron Fuller | July 13, 2022

This blog post provides the internals of what is included in alerts for metrics and logs and highlights the differences between them. Additionally, this brought up two significant challenges I have seen working with them (readability and customization).

Breaking out relevant content from AzureDiagnostics stored in the ResultDescription column

By Cameron Fuller | July 11, 2022

If you need to go through a field that contains multiple values, try out the parse-where functionality!