├── .gitignore ├── LICENSE ├── LICENSE-CODE ├── README.md ├── configure-iis.ps1 └── configure-nginx.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/mslearn-welcome-to-azure/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/mslearn-welcome-to-azure/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/mslearn-welcome-to-azure/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/mslearn-welcome-to-azure/HEAD/README.md -------------------------------------------------------------------------------- /configure-iis.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/mslearn-welcome-to-azure/HEAD/configure-iis.ps1 -------------------------------------------------------------------------------- /configure-nginx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/mslearn-welcome-to-azure/HEAD/configure-nginx.sh --------------------------------------------------------------------------------