Skip to content

Commit 9e4f719

Browse files
committed
mentioning slides
1 parent a31ed00 commit 9e4f719

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Binary file not shown.

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Automating Azure Analysis Services - Code Samples
2-
My [SQL Saturday presentation](http://www.sqlsaturday.com/734/Sessions/Details.aspx?sid=77768) (slides available after May 19, 2018) included demos of various ways to automate Azure Analysis Services. These code samples are included here.
2+
My [SQL Saturday presentation](http://www.sqlsaturday.com/734/Sessions/Details.aspx?sid=77768) (slides [download](http://www.sqlsaturday.com/SessionDownload.aspx?suid=20659)) included demos of various ways to automate Azure Analysis Services. These code samples are included here.
33

44
### [AutoStartAzureAS](https://github.com/furmangg/automating-azure-analysis-services/tree/master/AutoStartAzureAS)
55
On premises solutions typically run at full scale 24 hours a day and 7 days a week. The cloud brings elasticity which allows the solution to scale down during off periods or burst up to meet peak capacity. Often this scaling is done on a schedule. The downside of scaling on a predictable schedule is that users don't always operate on a predictable schedule.
@@ -122,6 +122,11 @@ Using Azure Traffic Manager it is possible to build a solution which redirects u
122122

123123

124124

125+
### Questions or Issues
126+
127+
Use the [Issues](https://github.com/furmangg/automating-azure-analysis-services/issues) tab to report bugs or post questions. Better yet, fix the problem yourself and propose changes...
128+
129+
125130
### Proposing Changes
126131

127132
Enhancements to code or documentation are welcome. Create a pull request.

0 commit comments

Comments
 (0)