|
| 1 | +# Sample name |
| 2 | + |
| 3 | +Briefly describe what the sample does. Describe the benefit of running this sample. |
| 4 | + |
| 5 | +<!-- Add a diagram if you have it --> |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +### Contents |
| 11 | + |
| 12 | +[About this sample](#about-this-sample)<br/> |
| 13 | +[Before you begin](#before-you-begin)<br/> |
| 14 | +[Run this sample](#run-this-sample)<br/> |
| 15 | +[Sample details](#sample-details)<br/> |
| 16 | +[Disclaimers](#disclaimers)<br/> |
| 17 | +[Related links](#related-links)<br/> |
| 18 | + |
| 19 | + |
| 20 | +<a name=about-this-sample></a> |
| 21 | + |
| 22 | +## About this sample |
| 23 | + |
| 24 | +<!-- Delete the ones that don't apply --> |
| 25 | +1. **Applies to:** SQL Server 2016 (or higher), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse |
| 26 | +1. **Key features:*Elastic pools* |
| 27 | +1. **Workload:** |
| 28 | +1. **Programming Language:*PowerShell* |
| 29 | +1. **Authors:*sriniachyara* |
| 30 | +1. **Update history:*5/6/16* |
| 31 | + |
| 32 | +<a name=before-you-begin></a> |
| 33 | + |
| 34 | +## Before you begin |
| 35 | + |
| 36 | +To run this sample, you need the following prerequisites. |
| 37 | + |
| 38 | +**Software prerequisites:** |
| 39 | + |
| 40 | +<!-- Examples --> |
| 41 | +1. Azure SQL Database |
| 42 | +2. Azure PowerShell |
| 43 | + |
| 44 | +**Azure prerequisites:** |
| 45 | + |
| 46 | +<!-- Examples --> |
| 47 | +1. Permission to create an Azure SQL Database |
| 48 | + |
| 49 | +<a name=run-this-sample></a> |
| 50 | + |
| 51 | +## Run this sample |
| 52 | + |
| 53 | +<!-- Step by step instructions. Here's a few examples --> |
| 54 | + |
| 55 | +1. Open the ps in PowerShell. |
| 56 | + |
| 57 | +2. Fill in the values for Resource Manager name, server name, user name, password. |
| 58 | + |
| 59 | + |
| 60 | +<a name=sample-details></a> |
| 61 | + |
| 62 | +## Sample details |
| 63 | + |
| 64 | +Collects data from the listed server. |
| 65 | + |
| 66 | +<a name=disclaimers></a> |
| 67 | + |
| 68 | +## Disclaimers |
| 69 | +The code included in this sample is not intended to be ... |
| 70 | + |
| 71 | +<a name=related-links></a> |
| 72 | + |
| 73 | +## Related Links |
| 74 | +<!-- Links to more articles. Remember to delete "en-us" from the link path. --> |
| 75 | + |
| 76 | +For more information, see these articles: |
| 77 | + |
0 commit comments