You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
122
122
123
123
124
124
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
+
125
130
### Proposing Changes
126
131
127
132
Enhancements to code or documentation are welcome. Create a pull request.
0 commit comments