Monday, August 07, 2017

Azure Stack integrated systems

(3) Azure Stack integrated systems – how to bring Azure to your data center - YouTube



#AzureStack hashtag on Twitter

(3) KEYNOTE: Azure Stack – Its More Radical Than You Think - YouTube

(3) Dive into Microsoft Azure Stack Architecture - YouTube

Azure Stack – Hybrid Cloud | Microsoft Azure

kaizen + cloud: AWS Well-Architected

Some useful whitepapers for cloud design...
AWS is mostly based on IaaS, with many components to arrange in solutions designs ("architectures")

AWS Well-Architected - Build secure, efficient, cloud enabled applications

"The Well-Architected framework has been developed to help cloud architects build the most secure, high-performing, resilient, and efficient infrastructure possible for their applications. This framework provides a consistent approach for customers and partners to evaluate architectures, and provides guidance to help implement designs that will scale with your application needs over time."


#202: The AWS Well-Architected Framework by AWS Podcast | Free Listening on SoundCloud


Kaizen - Wikipedia
"Kaizen (改善), is the Japanese word for "continual improvement ". In business, kaizen refers to activities that continuously improve all functions and involve all employees"

MSSQL Scripter: REST API + Python CLI

Now that Azure is moving to Python based CLI, other tools are following the same pattern:
expose REST web services, then create command line tool that is using it.

Azure Podcast: Episode 190 - MSSQL Scripter

Azure SQL DB: Generate scripts by using mssql-scripter

GitHub - Microsoft/sql-xplat-cli: Repository for the new SQL cross-platform command line tools

"mssql-scripter is the multiplatform command line equivalent of the widely used Generate Scripts Wizard experience in SSMS. You can use mssql-scripter on Linux, macOS, and Windows to generate data definition language (DDL) and data manipulation language (DML) T-SQL scripts for database objects in SQL Server running anywhere, Azure SQL Database, and Azure SQL Data Warehouse. You can save the generated T-SQL script to a .sql file or pipe it to standard nix utilities"