Skip to content

Commit 616e8ed

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into jodebrui
2 parents de42405 + 2302096 commit 616e8ed

10 files changed

+181
-2
lines changed
77.3 KB
Loading
37.3 KB
Loading
31.1 KB
Loading
120 KB
Loading
17.3 KB
Loading

samples/manage/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ Contains samples for managing Microsoft's SQL databases including SQL Server, Az
55
Samples are coming soon!
66

77

8+
## Collect and monitor resource usage data across multiple pools in a subscription
9+
This Solution Quick Start 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.
10+
11+
[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.
12+
13+
## Get started using Elastic Pools in a SaaS scenario
14+
15+
This Solution Quick Start 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.
16+
17+
[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.
38.8 MB
Binary file not shown.
1.42 MB
Binary file not shown.

samples/manage/azure-sql-db-elastic-pools-custom-dashboard/readme.md

Lines changed: 160 additions & 0 deletions
Large diffs are not rendered by default.

samples/manage/azure-sql-db-elastic-pools/readme.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
# Elastic Pool Telemetry using PowerShell
1+
# Solution Quick Start: Elastic Pool Telemetry using PowerShell
22

3-
This sample provides a set of PowerShell scripts for off-loading elastic pool and elastic database telemetry data into a separate telemetry database.
3+
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.
44

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

77
This readme applies to the PowerShell scripts: PoolTelemetryJobRunner.ps1 and PoolTelemetry.ps1.
88

9+
## About this sample
10+
11+
***Applies to:*** Azure SQL Database<br/>
12+
***Key features:*** Elastic Pools<br/>
13+
***Workload:*** n/a<br/>
14+
***Programming Language:*** PowerShell, Transact-SQL, DAX<br/>
15+
***Authors:*** Carl Rabeler, Srini Acharya<br/>
16+
***Update history:*** n/a<br/>
17+
918
### Contents
1019

1120
[What do the PowerShell scripts do?](#what-do-the-powershell-scripts-do?)<br/>

0 commit comments

Comments
 (0)