This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Create StackOverflow-like Database | |
| CREATE DATABASE StackOverflowClone | |
| GO | |
| USE StackOverflowClone | |
| GO | |
| -- Users table |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source of the below links - https://www.cloud-architekt.net/document-and-visualize-your-azure-environment/ | |
| cloudskew - new tool | |
| https://www.cloudskew.com/docs/samples.html#azure | |
| Shapes and icon sets | |
| Azure Design Visio VSSX | |
| David Summers started an “Azure Icon Design project” to collect icons in Visio format (VSSX). You’ll find the icon set from his GitHub repo: | |
| https://github.com/David-Summers/Azure-Design |