Skip to content

Commit

Permalink
quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlRabeler committed May 31, 2016
1 parent c497359 commit 46e73bb
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions samples/manage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ Contains samples for managing Microsoft's SQL databases including SQL Server, Az
Samples are coming soon!


+## Collect and monitor resource usage data across multiple pools in a subscription
22 +
23 +This Solution QuickStart provides a solution for collecting and monitoring Azure SQL Database resource usage accross multiple pools in a subscription. When you have a large number of databases in a subscription, it is cumbersome to monitor each elastic pool separately. To solve this, you can combine SQL database PowerShell cmdlets and T-SQL queries to collect resource usage data from multiple pools and their databases for monitoring and analysis of resource usage.
24 +
25 +[Manage Mulitiple Elastic Pools in SQL Database Using PowerShell and Power BI](https://github.com/Microsoft/sql-server-samples/tree/master/samples/manage/azure-sql-db-elastic-pools) in the GitHub SQL Server samples repository provides a set of powershell scripts and T-SQL queries along with documentation on what it does and how to use it.
26 +
27 +## Get started using Elastic Pools in a SaaS scenario
28 +
29 +This Solution QuickStart provides a solution for a Softwware-as-a-Solution (SaaS) scenario that leverages Elastic Pools to provide a cost-effective, scalable database back-end of a SaaS application. In this solution, you will walk-though the implementation of a web app that lets you visualize the load created on an Elastic Pool by a load generator using a custom dashboard that supplements the Azure Portal.
30 +
31 +[saas-scenario-with-elastic-pools](https://github.com/Microsoft/sql-server-samples/tree/master/samples/manage/azure-sql-db-elastic-pools-custom-dashboard) in the GitHub SQL Server samples repository provides a load generator and monitoring web app along with the documentation on what it does and how to use it.
Binary file not shown.
Binary file not shown.
121 changes: 121 additions & 0 deletions samples/manage/azure-sql-db-elastic-pools-custom-dashboard/readme.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions samples/manage/azure-sql-db-elastic-pools/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Elastic Pool Telemetry using PowerShell
# Solution Quick Start: Elastic Pool Telemetry using PowerShell

This sample provides a set of PowerShell scripts for off-loading elastic pool and elastic database telemetry data into a separate telemetry database.
This Solution Quick Start sample provides a set of PowerShell scripts for off-loading elastic pool and elastic database telemetry data into a separate telemetry database.

<!-- Add a diagram if you have it -->

Expand Down

0 comments on commit 46e73bb

Please sign in to comment.