A series of hands on labs around migration and modernization
This repository contains:
- A PowerPoint Introduction To Migration and Modernization
- [PPTX] PowerPoint Format
- [PDF] PDF Format
- A series of lab folders each containing one or more projects you can modernize and migrate
- An Azure Account, if you don't have one, sign up for free: Sign up for Azure
- GIT (source control client) for your O/S Download GIT
- Azure CLI https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest
- See notes below...
- Your favorite editor for Code.
- Visual Studio Code is free: https://code.visualstudio.com/download
Unfortunately, BASH on Windows hates paths with spaces and parenthesis, so the CLI location of
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2
Is terrible. Here is what I do, I copy the 'Azure' folder and all sub-folders to my C:\
drive (root) e.g.
C:\CLI2\
And then from BASH when ever I need to execute an Azure command instead of the command you would execute from DOS/Visual-Studio-Command-Line
AZ.cmd {arguments}
We would use this
/C/CLI2/python.exe -Im azure.cli {arguments}
Or better yet, make an alias so you have it anytime
alias az='/C/CLI2/python.exe -Im azure.cli $*'
Which you could put in your ~/.bashrc
In this document we will assume you have done this and that
az
will do the right thing on your machine
This PDF will give you an overview of Magenic and how we can help you get your digital products to market faster.
-
Stuart Williams
- [email protected]
- Cloud Practice Lead, National
- Blog: http://blitzkriegsoftware.net/Blog
- LinkedIn: http://lnkd.in/P35kVT
- YouTube: https://www.youtube.com/channel/UCO88zFRJMTrAZZbYzhvAlMg
-
Chris Plowman
- [email protected]
- Client Solutions Manager, San Francisco, CA
- Blog: https://chrispycode.ninja/
- LinkedIn: https://www.linkedin.com/in/chrispy2day/
- GitHub: https://github.com/chrispy2day
-
Ramona Maxwell
- [email protected]
- Lead Consultant, San Francisco, CA